/titanic_44/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 470 ns_ldap_attr_t **pkeyattrs, in ldap_attr_mod() 472 ns_ldap_attr_t **ckeyattrs) in ldap_attr_mod() 482 ns_ldap_attr_t *attrs; in ldap_attr_mod() 498 ns_ldap_attr_t *attr = entry->attr_pair[i]; in ldap_attr_mod() 542 if ((attrs = (ns_ldap_attr_t *)calloc(1, in ldap_attr_mod() 543 sizeof (ns_ldap_attr_t))) == NULL) in ldap_attr_mod() 550 if ((attrs = (ns_ldap_attr_t *)calloc(1, in ldap_attr_mod() 551 sizeof (ns_ldap_attr_t))) == NULL) in ldap_attr_mod() 572 ns_ldap_attr_t **attrs, in update_ldap_attr() 683 (const ns_ldap_attr_t * const *)attrs, in update_ldap_attr() [all …]
|
/titanic_44/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 102 ns_ldap_attr_t **pattrs; /* passwd attrs */ 105 ns_ldap_attr_t **sattrs; /* passwd attrs */ 419 ldapbuf->pattrs = calloc(_PWD_MAX_ATTR, sizeof (ns_ldap_attr_t *)); in ldap_getpwnam() 424 ldapbuf->sattrs = calloc(_S_MAX_ATTR, sizeof (ns_ldap_attr_t *)); in ldap_getpwnam() 463 ns_ldap_attr_t * 466 ns_ldap_attr_t *tmp; in new_attr() 508 attr_addmod(ns_ldap_attr_t **attrs, int *idx, char *item, int value) in attr_addmod() 552 ns_ldap_attr_t **pattrs = ldapbuf->pattrs; in ldap_update() 554 ns_ldap_attr_t **sattrs = ldapbuf->sattrs; in ldap_update() 982 ldap_replaceattr(const char *dn, ns_ldap_attr_t **attrs, const char *binddn, in ldap_replaceattr() [all …]
|
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_sldap.h | 396 } ns_ldap_attr_t; typedef 400 ns_ldap_attr_t **attr_pair; /* attributes pairs */ 737 const ns_ldap_attr_t * const *attr, 745 const ns_ldap_attr_t * const *attr, 753 const ns_ldap_attr_t * const *attr, 861 ns_ldap_attr_t *__ns_ldap_getAttrStruct(
|
H A D | ns_writes.c | 66 ns_ldap_attr_t **, ns_ldap_error_t **); 268 const ns_ldap_attr_t * const *attr, in __s_api_makeModListCount() 624 const ns_ldap_attr_t * const *attr, in __s_api_makeModList() 628 ns_ldap_attr_t **aptr = (ns_ldap_attr_t **)attr; in __s_api_makeModList() 1117 const ns_ldap_attr_t * const *attr, in __ns_ldap_addAttr() 1153 const ns_ldap_attr_t * const *attr, in __ns_ldap_delAttr() 1274 const ns_ldap_attr_t * const *attr, in __ns_ldap_repAttr() 1320 rc = send_to_cachemgr(dn, (ns_ldap_attr_t **)attr, errorp); in __ns_ldap_repAttr() 1363 const ns_ldap_attr_t * const *attr; in __ns_ldap_addEntry() 1378 attr = (const ns_ldap_attr_t * const *)(entry->attr_pair); in __ns_ldap_addEntry() [all …]
|
H A D | llib-lsldap | 68 const ns_ldap_attr_t * const *attr, 76 const ns_ldap_attr_t * const *attr, 84 const ns_ldap_attr_t * const *attr, 199 ns_ldap_attr_t *attrptr,
|
H A D | ns_reads.c | 310 ns_ldap_attr_t **ap = NULL; in __s_api_cvtEntry() 394 ap = (ns_ldap_attr_t **)calloc(ep->attr_count + 1, in __s_api_cvtEntry() 395 sizeof (ns_ldap_attr_t *)); in __s_api_cvtEntry() 405 ap[0] = (ns_ldap_attr_t *)calloc(1, sizeof (ns_ldap_attr_t)); in __s_api_cvtEntry() 464 if ((ap[j] = (ns_ldap_attr_t *) in __s_api_cvtEntry() 465 calloc(1, sizeof (ns_ldap_attr_t))) == NULL) { in __s_api_cvtEntry() 738 ap[nAttrs] = (ns_ldap_attr_t *) in __s_api_cvtEntry() 740 sizeof (ns_ldap_attr_t)); in __s_api_cvtEntry() 4116 ns_ldap_attr_t *
|
H A D | ns_internal.h | 932 ns_ldap_attr_t *attrptr, int case_ignore);
|
H A D | ns_confmgr.c | 827 ns_ldap_attr_t *attr; in __ns_ldap_make_config()
|
H A D | ns_common.c | 2236 __s_api_get_canonical_name(ns_ldap_entry_t *entry, ns_ldap_attr_t *attrptr, in __s_api_get_canonical_name()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | ns_ldap.c | 422 ns_ldap_attr_t *attr; in ldap_match() 656 ns_ldap_attr_t *attr; in mastermap_callback_ldap() 761 ns_ldap_attr_t *attr; in mastermap_callback_ldap() 800 ns_ldap_attr_t *attr; in directmap_callback() 920 ns_ldap_attr_t *attr; in readdir_callback()
|
/titanic_44/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 1488 static ns_ldap_attr_t * 1491 ns_ldap_attr_t *tmp; 1520 static ns_ldap_attr_t ** 1526 ns_ldap_attr_t **ret; 1529 ret = calloc(c/2, sizeof (ns_ldap_attr_t *)); 1605 ns_ldap_attr_t **attrs = NULL; 1732 (const ns_ldap_attr_t * const *)attrs,
|
/titanic_44/usr/src/cmd/idmap/idmap/ |
H A D | namemaps.c | 798 ns_ldap_attr_t *attrs[2]; in idmap_nldap_set() 802 attrs[0] = (ns_ldap_attr_t *)malloc(sizeof (ns_ldap_attr_t)); in idmap_nldap_set() 830 dn, (const ns_ldap_attr_t * const *)attrs, in idmap_nldap_set() 835 dn, (const ns_ldap_attr_t * const *)attrs, in idmap_nldap_set() 840 dn, (const ns_ldap_attr_t * const *)attrs, in idmap_nldap_set()
|
/titanic_44/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_common.h | 156 extern ns_ldap_attr_t *getattr(ns_ldap_result_t *result, int i);
|
H A D | getbootparams.c | 61 ns_ldap_attr_t *bparams; in _nss_ldap_bootparams2str()
|
H A D | getrpcent.c | 67 ns_ldap_attr_t *names; in _nss_ldap_rpc2str()
|
H A D | ldap_utils.c | 73 ns_ldap_attr_t *
|
H A D | getprojent.c | 76 ns_ldap_attr_t *users, *groups; in _nss_ldap_proj2str()
|
H A D | getnetent.c | 70 ns_ldap_attr_t *names; in _nss_ldap_networks2str()
|
H A D | getprotoent.c | 142 ns_ldap_attr_t *names; in _nss_ldap_protocols2str()
|
H A D | getprinter.c | 73 ns_ldap_attr_t *attr; in _nss_ldap_printers2str()
|
H A D | getexecattr.c | 126 ns_ldap_attr_t *attrptr; in _exec_ldap_exec2ent() 360 ns_ldap_attr_t *attrptr; in _exec_process_val()
|
H A D | getservent.c | 118 ns_ldap_attr_t *names = NULL, *protocol = NULL; in _nss_ldap_services2str()
|
H A D | getgrent.c | 93 ns_ldap_attr_t *members; in _nss_ldap_group2str()
|
H A D | gethostent.c | 77 ns_ldap_attr_t *names; in _nss_ldap_hosts2str_int()
|
/titanic_44/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 247 ns_ldap_attr_t *a; in __s_add_attr() 250 a = (ns_ldap_attr_t *)calloc(1, sizeof (ns_ldap_attr_t)); in __s_add_attr() 282 ns_ldap_attr_t *a; in __s_add_attrlist() 287 a = (ns_ldap_attr_t *)calloc(1, sizeof (ns_ldap_attr_t)); in __s_add_attrlist() 329 e->attr_pair = (ns_ldap_attr_t **)calloc(max_attr+1, in __s_mk_entry() 330 sizeof (ns_ldap_attr_t *)); in __s_mk_entry() 791 ns_ldap_attr_t *attrptr = NULL, in dump_hosts() 1013 ns_ldap_attr_t *attrptr = NULL, *cn = NULL, *rpcnumber = NULL; in dump_rpc() 1223 ns_ldap_attr_t *attrptr = NULL, *cn = NULL, *protocolnumber = NULL; in dump_protocols() 1445 ns_ldap_attr_t *attrptr = NULL, *cn = NULL, *networknumber = NULL; in dump_networks() [all …]
|