/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | llib-lsldap | 44 const ns_cred_t *cred, 58 const ns_cred_t *cred, 69 const ns_cred_t *cred, 77 const ns_cred_t *cred, 85 const ns_cred_t *cred, 93 const ns_cred_t *cred, 102 const ns_cred_t *cred, 109 const ns_cred_t *cred, 120 const ns_cred_t *cred, 148 const ns_cred_t *cre [all...] |
H A D | ns_sldap.h | 172 } ns_cred_t; typedef in typeref:struct:ns_cred 620 const ns_cred_t *cred, 688 const ns_cred_t *cred, 703 const ns_cred_t *cred, 720 const ns_cred_t *cred, 738 const ns_cred_t *cred, 746 const ns_cred_t *cred, 754 const ns_cred_t *cred, 762 const ns_cred_t *cred, 771 const ns_cred_t *cre [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) 586 const ns_cred_t *auth, Connection **conp) 685 const ns_cred_t *auth, ConnectionID *cID, int timeoutSec, 1344 openConnection(LDAP **ldp, const char *serverAddr, const ns_cred_t *auth, 1492 ns_cred_t **authp, 1520 *authp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t)); [all...] |
H A D | ns_internal.h | 578 ns_cred_t *auth; 644 const ns_cred_t *i_auth; 772 const ns_cred_t *, int *, 876 ns_cred_t *__ns_ldap_dupAuth(const ns_cred_t *authp); 877 boolean_t __s_api_is_auth_matched(const ns_cred_t *auth1, 878 const ns_cred_t *auth2);
|
H A D | ns_connmgmt.h | 289 int __s_api_conn_mt_get(const char *, const int, const ns_cred_t *,
|
H A D | ns_sasl.c | 474 ns_cred_t cred; 487 (void) memset(&cred, 0, sizeof (ns_cred_t));
|
H A D | ns_common.c | 200 ns_cred_t * 201 __ns_ldap_dupAuth(const ns_cred_t *authp) 203 ns_cred_t *ap; 211 ap = (ns_cred_t *)calloc(1, sizeof (ns_cred_t)); 291 * Frees all the memory associated with a ns_cred_t structure. 294 * INPUT: ns_cred_t 297 __ns_ldap_freeCred(ns_cred_t ** credp) 299 ns_cred_t *ap; 346 __s_api_is_auth_matched(const ns_cred_t *auth [all...] |
H A D | ns_reads.c | 3058 const ns_cred_t *auth, 3281 const ns_cred_t *auth, 3315 const ns_cred_t *auth, 3362 const ns_cred_t *auth, 3598 find_domainname(const char *dn, char **domainname, const ns_cred_t *cred, 3698 const ns_cred_t *cred, ns_ldap_error_t **errorp) 3722 const ns_cred_t *auth, 3925 const ns_cred_t *auth, 4060 __ns_ldap_auth(const ns_cred_t *auth, 4135 const ns_cred_t *cre [all...] |
H A D | ns_standalone.c | 1098 const ns_cred_t *cred, 1105 ns_cred_t default_cred; 1312 ns_cred_t anon; 1378 (void) memset(&anon, 0, sizeof (ns_cred_t)); 1979 ns_cred_t user_cred = {{NS_LDAP_AUTH_NONE,
|
H A D | ns_writes.c | 663 const ns_cred_t *cred, 1118 const ns_cred_t *cred, 1154 const ns_cred_t *cred, 1185 get_admin_passwd(ns_cred_t *cred, ns_ldap_error_t **errorp) 1275 const ns_cred_t *cred, 1335 if ((rc = get_admin_passwd((ns_cred_t *)cred, errorp)) != 1357 const ns_cred_t *cred, 1406 const ns_cred_t *cred, 2835 const ns_cred_t *cred, 3790 const ns_cred_t *cre [all...] |
H A D | ns_connmgmt.c | 1080 is_server_cred_matched(const char *server, const ns_cred_t *cred, 1269 const ns_cred_t *cred) 1381 __s_api_conn_mt_get(const char *server, const int flags, const ns_cred_t *cred,
|
/illumos-gate/usr/src/lib/pam_modules/ldap/ |
H A D | ldap_headers.h | 75 extern int authenticate(ns_cred_t **, char *, char *, int *);
|
H A D | ldap_utils.c | 87 authenticate(ns_cred_t **credpp, char *usrname, char *pwd, 98 ns_cred_t *credp; 101 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL)
|
H A D | ldap_authenticate.c | 60 ns_cred_t *credp = NULL;
|
H A D | ldap_acct_mgmt.c | 256 ns_cred_t *credp = NULL;
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns.h | 136 typedef struct ns_cred ns_cred_t; typedef in typeref:struct:ns_cred 150 ns_cred_t *cred; /* info to update name service */
|
H A D | nss_ldap.c | 147 static NSL_RESULT _connectToLDAP(ns_cred_t *cred, LDAP **ld); 199 * ns_cred_t *cred - structure containing the ldap host and 227 ns_cred_t *cred = NULL; 395 * Input: ns_cred_t *cred - structure containing the credentials (host, 407 _connectToLDAP(ns_cred_t *cred, LDAP **ld)
|
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_utils.c | 110 const ns_cred_t *cred = NULL;
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | NS.c | 244 typedef struct ns_cred ns_cred_t; typedef in typeref:struct:ns_cred 258 ns_cred_t *cred; /* info to update name service */ 459 ns_cred_t *cred; 471 cred = (ns_cred_t *)malloc(sizeof (*cred));
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 587 ns_cred_t *credp; 591 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL) { 690 /* clean up ns_cred_t structure in memory */ 708 /* clean up ns_cred_t structure in memory */
|
/illumos-gate/usr/src/cmd/print/lpset/ |
H A D | lpset.c | 115 ns_cred_t *cred = NULL;
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 1547 get_admin_dn(ns_cred_t *credp, int *status, ns_ldap_error_t **errorp) 1597 ns_cred_t *credp = NULL; 1647 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL) {
|
/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) 143 (void) memset(nsc, 0, sizeof (ns_cred_t)); 794 idmap_nldap_set(idmap_nm_handle_t *p, ns_cred_t *nsc, char *dn, char *attr,
|
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 992 ns_cred_t *credp; 997 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL)
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 91 static ns_cred_t authority;
|