Home
last modified time | relevance | path

Searched refs:ns_auth_t (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c95 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 Dns_sldap.h163 } 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 Dns_connect.c1491 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 Dns_sasl.c115 ns_auth_t **aMethod = NULL, **aNext = NULL; in __ns_ldap_self_gssapi_config()
H A Dns_config.c2797 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 Dns_internal.h779 ns_auth_t *__s_api_AuthEnumtoStruct(const EnumAuthType_t i);
H A Dns_standalone.c1885 ns_auth_t auth;
1925 ns_auth_t *auth, in __ns_ldap_initAuth()
H A Dns_reads.c4423 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 Dldaplist.c275 ns_auth_t auth = {NS_LDAP_AUTH_NONE, in main()
438 ns_auth_t **authpp = NULL, **authp = NULL; in main()
H A Dldapclient.c1452 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 Dldapaddent.c4272 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 Dchkey_common.c584 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 Dldap_attr.c989 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 Dcachemgr.c1594 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 Dnamemaps.c79 string2auth(const char *from, ns_auth_t *na) in string2auth()