Home
last modified time | relevance | path

Searched refs:ns_cred_t (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sldap.h173 } 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 Dns_connect.c53 static ns_ldap_return_code performBind(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()
1492 ns_cred_t **authp, in __s_api_getDefaultAuth()
1520 *authp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t)); in __s_api_getDefaultAuth()
1717 ns_cred_t *authp = NULL; in getConnection()
1718 ns_cred_t anon; in getConnection()
1805 (void) memset(&anon, 0, sizeof (ns_cred_t)); in getConnection()
2333 doSimpleBind(const ns_cred_t *auth, in doSimpleBind()
2431 doSASLBind(const ns_cred_t *auth, in doSASLBind()
[all …]
H A Dns_internal.h582 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 Dns_common.c200 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 Dns_sasl.c474 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 Dns_connmgmt.h288 int __s_api_conn_mt_get(const char *, const int, const ns_cred_t *,
H A Dns_reads.c3065 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;
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()
4206 __ns_ldap_uid2dn(const char *uid, char **userDN, const ns_cred_t *cred, in __ns_ldap_uid2dn()
4312 __ns_ldap_dn2uid(const char *dn, char **userIDp, const ns_cred_t *cred, in __ns_ldap_dn2uid()
[all …]
H A Dns_writes.c663 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 Dns_standalone.c1099 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 Dns_connmgmt.c1088 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 Dldap_utils.c85 authenticate(ns_cred_t **credpp, char *usrname, char *pwd, in authenticate()
96 ns_cred_t *credp; in authenticate()
99 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL) in authenticate()
H A Dldap_headers.h73 extern int authenticate(ns_cred_t **, char *, char *, int *);
H A Dldap_authenticate.c58 ns_cred_t *credp = NULL; in pam_sm_authenticate()
H A Dldap_acct_mgmt.c254 ns_cred_t *credp = NULL; in pam_sm_acct_mgmt()
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns.h136 typedef struct ns_cred ns_cred_t; typedef
150 ns_cred_t *cred; /* info to update name service */
H A Dnss_ldap.c145 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 Dnamemaps.c61 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 Dchkey_common.c578 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 Dcachemgr.c1545 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 Dldap_utils.c110 const ns_cred_t *cred = NULL; in _get_domain_name()
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c993 ns_cred_t *credp; in ldap_replaceattr()
998 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL) in ldap_replaceattr()
/illumos-gate/usr/src/cmd/print/lpset/
H A Dlpset.c115 ns_cred_t *cred = NULL; in main()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c91 static ns_cred_t authority;