Home
last modified time | relevance | path

Searched refs:auth2 (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sshd/
H A DMakefile34 auth2.o \
36 auth2-chall.o \
37 auth2-gss.o \
38 auth2-hostbased.o \
39 auth2-kbdint.o \
40 auth2-none.o \
41 auth2-passwd.o \
42 auth2-pam.o \
43 auth2-pubkey.o \
/titanic_41/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c155 nvlist_t *auth1 = NULL, *auth2 = NULL; in auth_compare() local
158 (void) nvlist_lookup_nvlist(nvl2, FM_FMRI_AUTHORITY, &auth2); in auth_compare()
159 if (auth1 == NULL && auth2 == NULL) in auth_compare()
161 if (auth1 == NULL || auth2 == NULL) in auth_compare()
168 (void) nvlist_lookup_string(auth2, *namep, &val2); in auth_compare()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_common.c347 const ns_cred_t *auth2) in __s_api_is_auth_matched() argument
349 if ((auth1->auth.type != auth2->auth.type) || in __s_api_is_auth_matched()
350 (auth1->auth.tlstype != auth2->auth.tlstype) || in __s_api_is_auth_matched()
351 (auth1->auth.saslmech != auth2->auth.saslmech) || in __s_api_is_auth_matched()
352 (auth1->auth.saslopt != auth2->auth.saslopt)) in __s_api_is_auth_matched()
362 auth2->cred.unix_cred.userID) != 0)) || in __s_api_is_auth_matched()
364 auth2->cred.unix_cred.passwd) != 0)))) in __s_api_is_auth_matched()
H A Dns_internal.h878 const ns_cred_t *auth2);
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog21 - (bal) auth2-skey.c - Checked in. Missing from portable tree.
125 [auth2.c compat.c compat.h sshconnect2.c version.h]
193 [auth-rsa.c auth2.c]
205 [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
206 [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
210 [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
276 [auth2.c sshconnect2.c]
339 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
584 [auth1.c auth2.c session.c ssh.c]
765 [auth-rsa.c auth2.c ssh-keygen.c]
[all …]
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dllib-lssh33 #include <auth2-pam.h>