/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_sldap.h | 173 } ns_cred_t; typedef 621 const ns_cred_t *cred, 689 const ns_cred_t *cred, 704 const ns_cred_t *cred, 721 const ns_cred_t *cred, 739 const ns_cred_t *cred, 747 const ns_cred_t *cred, 755 const ns_cred_t *cred, 763 const ns_cred_t *cred, 772 const ns_cred_t *cred, [all …]
|
H A D | ns_connect.c | 53 static ns_ldap_return_code performBind(const ns_cred_t *, 59 static ns_ldap_return_code createSession(const ns_cred_t *, 77 static int openConnection(LDAP **, const char *, const ns_cred_t *, 470 printCred(FILE *fp, const ns_cred_t *cred) in printCred() 586 const ns_cred_t *auth, Connection **conp) in findConnection() 685 const ns_cred_t *auth, ConnectionID *cID, int timeoutSec, in makeConnection() 1344 openConnection(LDAP **ldp, const char *serverAddr, const ns_cred_t *auth, in openConnection() 1492 ns_cred_t **authp, in __s_api_getDefaultAuth() 1520 *authp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t)); in __s_api_getDefaultAuth() 1700 const ns_cred_t *cred, /* credentials for bind */ in getConnection() [all …]
|
H A D | ns_internal.h | 582 ns_cred_t *auth; 648 const ns_cred_t *i_auth; 777 const ns_cred_t *, int *, 872 ns_cred_t *__ns_ldap_dupAuth(const ns_cred_t *authp); 873 boolean_t __s_api_is_auth_matched(const ns_cred_t *auth1, 874 const ns_cred_t *auth2);
|
H A D | ns_common.c | 200 ns_cred_t * 201 __ns_ldap_dupAuth(const ns_cred_t *authp) in __ns_ldap_dupAuth() 203 ns_cred_t *ap; in __ns_ldap_dupAuth() 211 ap = (ns_cred_t *)calloc(1, sizeof (ns_cred_t)); in __ns_ldap_dupAuth() 297 __ns_ldap_freeCred(ns_cred_t ** credp) in __ns_ldap_freeCred() 299 ns_cred_t *ap; in __ns_ldap_freeCred() 346 __s_api_is_auth_matched(const ns_cred_t *auth1, in __s_api_is_auth_matched() 347 const ns_cred_t *auth2) in __s_api_is_auth_matched()
|
H A D | ns_sasl.c | 474 ns_cred_t cred; in __ns_ldap_check_gssapi_preq() 487 (void) memset(&cred, 0, sizeof (ns_cred_t)); in __ns_ldap_check_gssapi_preq()
|
H A D | ns_connmgmt.h | 288 int __s_api_conn_mt_get(const char *, const int, const ns_cred_t *,
|
H A D | ns_reads.c | 3065 const ns_cred_t *auth, in ldap_list() 3289 const ns_cred_t *auth, in __ns_ldap_list() 3323 const ns_cred_t *auth, in __ns_ldap_list_sort() 3370 const ns_cred_t *auth, in __ns_ldap_list_batch_add() 3603 const ns_cred_t *lkd_cred; 3733 find_domainname(const char *dn, char **domainname, const ns_cred_t *cred, in find_domainname() 3776 const ns_cred_t *cred, ns_ldap_error_t **errorp) in __s_api_find_domainname() 3800 const ns_cred_t *auth, in firstEntry() 4003 const ns_cred_t *auth, in __ns_ldap_firstEntry() 4137 __ns_ldap_auth(const ns_cred_t *auth, const int flags, ns_ldap_error_t **errorp, in __ns_ldap_auth() [all …]
|
H A D | ns_writes.c | 663 const ns_cred_t *cred, in write_state_machine() 1120 const ns_cred_t *cred, in __ns_ldap_addAttr() 1156 const ns_cred_t *cred, in __ns_ldap_delAttr() 1187 get_admin_passwd(ns_cred_t *cred, ns_ldap_error_t **errorp) in get_admin_passwd() 1277 const ns_cred_t *cred, in __ns_ldap_repAttr() 1337 if ((rc = get_admin_passwd((ns_cred_t *)cred, errorp)) != in __ns_ldap_repAttr() 1359 const ns_cred_t *cred, in __ns_ldap_addEntry() 1408 const ns_cred_t *cred, in __ns_ldap_delEntry() 2833 const ns_cred_t *cred, in modify_ethers_bootp() 3786 const ns_cred_t *cred, in __ns_ldap_addTypedEntry()
|
H A D | ns_standalone.c | 1099 const ns_cred_t *cred, in __ns_ldap_getConnectionInfoFromDUA() 1106 ns_cred_t default_cred; in __ns_ldap_getConnectionInfoFromDUA() 1313 ns_cred_t anon; in __ns_ldap_getRootDSE() 1379 (void) memset(&anon, 0, sizeof (ns_cred_t)); in __ns_ldap_getRootDSE() 1980 ns_cred_t user_cred = {{NS_LDAP_AUTH_NONE, in __ns_ldap_initStandalone()
|
H A D | ns_connmgmt.c | 1088 is_server_cred_matched(const char *server, const ns_cred_t *cred, in is_server_cred_matched() 1278 const ns_cred_t *cred) in match_conn_mt() 1390 __s_api_conn_mt_get(const char *server, const int flags, const ns_cred_t *cred, in __s_api_conn_mt_get()
|
/illumos-gate/usr/src/lib/pam_modules/ldap/ |
H A D | ldap_utils.c | 86 authenticate(ns_cred_t **credpp, const char *usrname, const char *pwd, in authenticate() 97 ns_cred_t *credp; in authenticate() 100 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL) in authenticate()
|
H A D | ldap_headers.h | 74 extern int authenticate(ns_cred_t **, const char *, const char *, int *);
|
H A D | ldap_authenticate.c | 55 ns_cred_t *credp = NULL; in pam_sm_authenticate()
|
H A D | ldap_acct_mgmt.c | 252 ns_cred_t *credp = NULL; in pam_sm_acct_mgmt()
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns.h | 136 typedef struct ns_cred ns_cred_t; typedef 150 ns_cred_t *cred; /* info to update name service */
|
H A D | nss_ldap.c | 145 static NSL_RESULT _connectToLDAP(ns_cred_t *cred, LDAP **ld); 225 ns_cred_t *cred = NULL; in ldap_put_printer() 405 _connectToLDAP(ns_cred_t *cred, LDAP **ld) in _connectToLDAP()
|
/illumos-gate/usr/src/cmd/idmap/idmap/ |
H A D | namemaps.c | 61 ns_cred_t nsc; 140 strings2cred(ns_cred_t *nsc, char *user, char *passwd, char *auth) in strings2cred() 143 (void) memset(nsc, 0, sizeof (ns_cred_t)); in strings2cred() 794 idmap_nldap_set(idmap_nm_handle_t *p, ns_cred_t *nsc, char *dn, char *attr, in idmap_nldap_set()
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 578 ns_cred_t *credp; in update_ldap_attr() 582 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL) { in update_ldap_attr()
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 1545 get_admin_dn(ns_cred_t *credp, int *status, ns_ldap_error_t **errorp) 1595 ns_cred_t *credp = NULL; 1645 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL) {
|
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_utils.c | 110 const ns_cred_t *cred = NULL; in _get_domain_name()
|
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 995 ns_cred_t *credp; in ldap_replaceattr() 1000 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL) in ldap_replaceattr()
|
/illumos-gate/usr/src/cmd/print/lpset/ |
H A D | lpset.c | 115 ns_cred_t *cred = NULL; in main()
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 91 static ns_cred_t authority;
|