Searched refs:ns_cred_t (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dllib-lsldap44 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 Dns_sldap.h172 } 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 Dns_connect.c53 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 Dns_internal.h578 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 Dns_connmgmt.h289 int __s_api_conn_mt_get(const char *, const int, const ns_cred_t *,
H A Dns_sasl.c474 ns_cred_t cred;
487 (void) memset(&cred, 0, sizeof (ns_cred_t));
H A Dns_common.c200 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 Dns_reads.c3058 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 Dns_standalone.c1098 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 Dns_writes.c663 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 Dns_connmgmt.c1080 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 Dldap_headers.h75 extern int authenticate(ns_cred_t **, char *, char *, int *);
H A Dldap_utils.c87 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 Dldap_authenticate.c60 ns_cred_t *credp = NULL;
H A Dldap_acct_mgmt.c256 ns_cred_t *credp = NULL;
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns.h136 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 Dnss_ldap.c147 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 Dldap_utils.c110 const ns_cred_t *cred = NULL;
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DNS.c244 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 Dchkey_common.c587 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 Dlpset.c115 ns_cred_t *cred = NULL;
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1547 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 Dnamemaps.c61 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 Dldap_attr.c992 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 Dldapaddent.c91 static ns_cred_t authority;

Completed in 158 milliseconds