Searched refs:auth_type (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpadm/
H A Dndmpadm_main.c116 const char *auth_type; member in struct:ndmp_auth
561 char *auth_type, *username, *password; local
573 auth_type = strdup(optarg);
590 if ((auth_type) && (username)) {
594 free(auth_type);
601 free(auth_type);
610 free(auth_type);
616 if (strncmp(auth_type, ndmp_auth_table[i].auth_type,
617 strlen(ndmp_auth_table[i].auth_type))
654 char *auth_type; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c48 extern int auth_type;
131 if (auth_type == AUTHTYPE_GSSAPI) {
239 if (auth_type == AUTHTYPE_GSSAPI) {
317 if (auth_type == AUTHTYPE_GSSAPI) {
H A Dauth.c46 int auth_type; /* Authentication succeeded? If so, what type? */ variable
56 * authenticate the user, if auth_type is AUTHTYPE_NONE
78 if (auth_type != AUTHTYPE_NONE)
276 auth_type = AUTHTYPE_GSSAPI;
H A Dftp.c591 if ((auth_type != AUTHTYPE_NONE) && !ibuf[0] &&
597 if ((auth_type != AUTHTYPE_NONE) && !ibuf[0] &&
610 } /* endif auth_type && !ibuf[0] ... */
612 if ((auth_type != AUTHTYPE_NONE) && !ibuf[0] && !is_base64)
671 if ((auth_type != AUTHTYPE_NONE) && !ibuf[0] && !is_base64)
1828 ip->authtype = auth_type;
1829 auth_type = op->authtype;
2282 if ((auth_type != AUTHTYPE_NONE) && clevel != PROT_C) {
2287 if (auth_type == AUTHTYPE_GSSAPI) {
2357 * auth_type
[all...]
H A Dcmds.c152 if ((auth_type != AUTHTYPE_NONE) && (clevel == PROT_C))
866 if (auth_type != AUTHTYPE_NONE)
868 GSS_AUTHTYPE_NAME(auth_type));
1607 auth_type = AUTHTYPE_NONE;
2304 if (auth_type == AUTHTYPE_NONE) {
2352 if (auth_type == AUTHTYPE_NONE) {
H A Dmain.c323 auth_type = AUTHTYPE_NONE;
336 auth_type = AUTHTYPE_NONE;
H A Dftp_var.h156 EXTERN int auth_type; /* authentication type */ variable
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_connect.c202 NDMP_LOG(LOG_DEBUG, "auth_type:%s",
203 request->auth_data.auth_type == NDMP_AUTH_NONE ? "None" :
204 (request->auth_data.auth_type == NDMP_AUTH_TEXT ? "Text" :
205 (request->auth_data.auth_type == NDMP_AUTH_MD5 ? "MD5" :
210 switch (request->auth_data.auth_type) {
360 NDMP_LOG(LOG_DEBUG, "auth_type:%s",
361 request->client_attr.auth_type == NDMP_AUTH_NONE ? "None" :
362 (request->client_attr.auth_type == NDMP_AUTH_TEXT ? "Text" :
363 (request->client_attr.auth_type == NDMP_AUTH_MD5 ? "MD5" :
367 reply.auth_result.auth_type
[all...]
H A Dndmpd_config.c138 reply.auth_type.auth_type_len = 1;
139 reply.auth_type.auth_type_val = auth_types;
241 reply.server_attr.auth_type = request->auth_type;
243 switch (request->auth_type) {
256 request->auth_type);
387 reply.server_attr.auth_type = request->auth_type;
389 switch (request->auth_type) {
402 request->auth_type);
[all...]
H A Dndmp.x254 union ndmp_auth_data switch (enum ndmp_auth_type auth_type)
280 union ndmp_auth_attr switch (enum ndmp_auth_type auth_type)
321 union ndmp_auth_data_v3 switch (enum ndmp_auth_type auth_type)
373 ndmp_auth_type auth_type<>;
415 ndmp_auth_type auth_type;
461 ndmp_auth_type auth_type<>;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c93 static int auth_type = RIP_AUTH_NONE; variable
251 auth_type = RIP_AUTH_PW;
253 auth_type = RIP_AUTH_MD5;
259 if (auth_type == RIP_AUTH_MD5 &&
388 if (auth_type == RIP_AUTH_PW) {
395 } else if (auth_type == RIP_AUTH_MD5) {
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h320 int auth_type; /* Authentication in use */ member in struct:__anon4296
H A Dhttp.c2244 http->auth_type = myhttp.auth_type;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c373 int *auth_type,
426 auth_type, /* authentication system */
428 if (*auth_type == KRB5_RECVAUTH_V5) {
461 if ((*auth_type == KRB5_RECVAUTH_V5) && chksum_flag &&
369 recvauth(int f, krb5_context krb_context, unsigned int *valid_checksum, krb5_ticket **ticket, int *auth_type, krb5_principal *client, int encr_flag, krb5_keytab keytab) argument
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh94 auth_type=${service#*:}
100 printf "\n$svc\tauth include\t\tpam_krb5_$auth_type\n" 1>&3
519 auth_type=${service#:}
520 [[ -z $svc || -z $auth_type ]] && return
521 print -- $svc $auth_type
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c2199 char auth_type[BUFSIZ+1], *dot; local
2351 * auth_type (col 1)
2361 (void) strlcpy(auth_type, "DH192-0", BUFSIZ+1);
2362 else if (!(__nis_keyalg2authtype(keylen, algtype, auth_type,
2379 buflen = sizeof (auth_type) + strlen(ecol[1].ec_value.ec_value_val) + 3;
2384 (void) snprintf(tmppubkey, buflen, "{%s}%s", auth_type,
2388 buflen = sizeof (auth_type) + strlen(ecol[2].ec_value.ec_value_val) + 3;
2394 (void) snprintf(tmpprivkey, buflen, "{%s}%s", auth_type,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c612 char *volatile auth_type; local
865 auth_type = NULL;
1357 macid("{auth_type}"), auth_type);
1449 auth_type, *ssf);
1488 auth_type,
1768 auth_type = newstr(p);
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1426 pc_add(permcheck_t *pcp, const char *auth, pc_auth_type_t auth_type) argument
1446 if (auth_type > pcp->pc_specific_type) {
1447 pcp->pc_specific_type = auth_type;
1481 pc_auth_type_t auth_type)
1483 return (pc_add(pcp, auth, auth_type) == 0 ? REP_PROTOCOL_SUCCESS :
1480 perm_add_enabling_type(permcheck_t *pcp, const char *auth, pc_auth_type_t auth_type) argument

Completed in 104 milliseconds