HomeSort by relevance Sort by last modified time
    Searched defs:credp (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/lib/pam_modules/ldap/
ldap_authenticate.c 60 ns_cred_t *credp = NULL; local
110 result = authenticate(&credp, user, password, NULL);
133 if (credp != NULL)
134 (void) __ns_ldap_freeCred(&credp);
ldap_utils.c 98 ns_cred_t *credp; local
101 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL)
113 credp->cred.unix_cred.userID = strdup(binddn);
114 credp->cred.unix_cred.passwd = strdup(pwd);
115 if ((credp->cred.unix_cred.userID == NULL) ||
116 (credp->cred.unix_cred.passwd == NULL)) {
127 credp->hostcertpath = *certpath;
166 credp->auth.type = authp->type;
167 credp->auth.tlstype = authp->tlstype;
168 credp->auth.saslmech = authp->saslmech
    [all...]
ldap_acct_mgmt.c 256 ns_cred_t *credp = NULL; local
300 result = authenticate(&credp, user,
345 if (credp != NULL)
346 (void) __ns_ldap_freeCred(&credp);
  /onnv/onnv-gate/usr/src/uts/common/syscall/
uadmin.c 127 kadmin(int cmd, int fcn, void *mdep, cred_t *credp)
152 if (secpolicy_sys_config(credp, B_FALSE) != 0)
407 cred_t *credp = CRED(); local
453 error = zone_kadmin(cmd, fcn, bootargs, credp);
455 error = kadmin(cmd, fcn, bootargs, credp);
  /onnv/onnv-gate/usr/src/uts/common/io/lvm/notify/
md_notify.c 380 cred_t *credp; local
452 credp = ddi_get_cred();
453 event_queue->mdn_uid = crgetuid(credp);
  /onnv/onnv-gate/usr/src/uts/common/os/
core.c 198 cred_t *credp = CRED(); local
240 rootvp, startvp, credp);
268 (VOP_GETATTR(vp, &vattr, 0, credp, NULL) != 0 ||
269 vattr.va_uid != crgetuid(credp))) {
271 credp, NULL);
329 cred_t *credp = CRED(); local
362 (uid = crgetuid(credp)) != crgetruid(credp) ||
363 uid != crgetsuid(credp) ||
364 (gid = crgetgid(credp)) != crgetrgid(credp) |
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
conn_opt.c 2834 cred_t *credp; local
    [all...]
tnet.c 694 cred_t *credp; local
828 credp = newcred_from_bslabel(&sl, doi, KM_NOSLEEP);
829 if (credp == NULL)
832 credp = copycred_from_bslabel(ira->ira_cred, &sl, doi,
834 if (credp == NULL)
850 ira->ira_tsl = crgetlabel(credp);
851 ira->ira_cred = credp;
867 const cred_t *credp; local
882 credp = ira->ira_cred;
883 if (credp == NULL
    [all...]
  /onnv/onnv-gate/usr/src/cmd/keyserv/
chkey_common.c 968 ns_cred_t *credp; local
972 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL) {
982 credp->cred.unix_cred.userID = strdup(bindDN);
984 credp->cred.unix_cred.userID = strdup(dn);
986 if (credp->cred.unix_cred.userID == NULL) {
992 credp->cred.unix_cred.passwd = strdup(bindPasswd);
995 credp->cred.unix_cred.passwd = strdup(passwd);
1005 credp->cred.unix_cred.passwd = ldap_pw;
1009 if (credp->cred.unix_cred.passwd == NULL) {
1020 credp->hostcertpath = *certpath
    [all...]
  /onnv/onnv-gate/usr/src/lib/passwdutil/
ldap_attr.c 993 ns_cred_t *credp; local
998 if ((credp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t))) == NULL)
1006 credp->cred.unix_cred.userID = strdup(binddn);
1007 credp->cred.unix_cred.passwd = strdup(pwd);
1017 credp->hostcertpath = *certpath;
1058 credp->auth.type = authp->type;
1059 credp->auth.tlstype = authp->tlstype;
1060 credp->auth.saslmech = authp->saslmech;
1061 credp->auth.saslopt = authp->saslopt;
1065 credp, flags, &errorp)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp.c 176 cred_t *credp; local
211 if ((credp = psctp->sctp_connp->conn_cred) != NULL) {
212 connp->conn_cred = credp;
213 crhold(credp);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
tem_safe.c 123 cred_t *credp, enum called_from called_from);
128 cred_t *credp, enum called_from called_from);
135 cred_t *credp, enum called_from called_from);
215 cred_t *credp,
234 tem_safe_text_cursor(tem, VIS_GET_CURSOR, credp, called_from);
283 cred_t *credp,
292 VIS_HIDE_CURSOR, credp, called_from);
295 tem_safe_parse(tem, *buf, credp, called_from);
300 tem_safe_send_data(tem, credp, called_from);
304 VIS_DISPLAY_CURSOR, credp, called_from)
704 credp, called_from); local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ldapcachemgr/
cachemgr.c 1597 ns_cred_t *credp = NULL; local
    [all...]

Completed in 1320 milliseconds