Searched refs:ns_auth_t (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/lib/pam_modules/ldap/ |
H A D | ldap_utils.c | 95 ns_auth_t **app; in authenticate() 96 ns_auth_t **authpp = NULL; in authenticate() 97 ns_auth_t *authp = NULL; in authenticate()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_sldap.h | 163 } ns_auth_t; typedef 166 ns_auth_t auth; 544 ns_auth_t *auth; /* Authentication information used */ 676 ns_auth_t *auth, 867 ns_auth_t ***auth,
|
H A D | ns_connect.c | 1491 ns_auth_t *aMethod, in __s_api_getDefaultAuth() 1709 ns_auth_t **aMethod = NULL; in getConnection() 1710 ns_auth_t **aNext = NULL; in getConnection() 1766 aMethod = (ns_auth_t **)calloc(2, sizeof (ns_auth_t *)); in getConnection() 1769 aMethod[0] = (ns_auth_t *)calloc(1, sizeof (ns_auth_t)); in getConnection()
|
H A D | ns_sasl.c | 115 ns_auth_t **aMethod = NULL, **aNext = NULL; in __ns_ldap_self_gssapi_config()
|
H A D | ns_config.c | 2797 ns_auth_t *ap; in dupParam() 3603 ns_auth_t * 3606 ns_auth_t *ap; in __s_api_AuthEnumtoStruct() 3608 ap = (ns_auth_t *)calloc(1, sizeof (ns_auth_t)); in __s_api_AuthEnumtoStruct()
|
H A D | ns_internal.h | 779 ns_auth_t *__s_api_AuthEnumtoStruct(const EnumAuthType_t i);
|
H A D | ns_standalone.c | 1885 ns_auth_t auth; 1925 ns_auth_t *auth, in __ns_ldap_initAuth()
|
H A D | ns_reads.c | 4423 ns_auth_t ***auth, in __ns_ldap_getServiceAuthMethods() 4431 ns_auth_t **authpp = NULL, *ap; in __ns_ldap_getServiceAuthMethods() 4468 authpp = (ns_auth_t **)calloc(++max, sizeof (ns_auth_t *)); in __ns_ldap_getServiceAuthMethods()
|
/titanic_50/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldaplist.c | 275 ns_auth_t auth = {NS_LDAP_AUTH_NONE, in main() 438 ns_auth_t **authpp = NULL, **authp = NULL; in main()
|
H A D | ldapclient.c | 1452 ns_auth_t auth = {NS_LDAP_AUTH_NONE, in client_init() 1457 ns_auth_t **authMethod; in client_init() 2270 ns_auth_t **authMethod; in credCheck() 2406 ns_auth_t **authMethod = NULL; in adminCredCheck()
|
H A D | ldapaddent.c | 4272 ns_auth_t **app; in main() 4273 ns_auth_t **authpp = NULL; in main() 4274 ns_auth_t *authp = NULL; in main()
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 584 ns_auth_t **app; in update_ldap_attr() 585 ns_auth_t **authpp = NULL; in update_ldap_attr() 586 ns_auth_t *authp = NULL; in update_ldap_attr()
|
/titanic_50/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 989 ns_auth_t **app; in ldap_replaceattr() 990 ns_auth_t **authpp = NULL; in ldap_replaceattr() 991 ns_auth_t *authp = NULL; in ldap_replaceattr()
|
/titanic_50/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 1594 ns_auth_t **app; 1595 ns_auth_t **authpp = NULL; 1596 ns_auth_t *authp = NULL;
|
/titanic_50/usr/src/cmd/idmap/idmap/ |
H A D | namemaps.c | 79 string2auth(const char *from, ns_auth_t *na) in string2auth()
|