Searched defs:auth_type (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
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_var.h156 EXTERN int auth_type; /* authentication type */ variable
/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.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
/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/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/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/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 114 milliseconds