Searched refs:sidprefix (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 758 idmap_iter_next_mapping(idmap_iter_t *iter, char **sidprefix, in idmap_iter_next_mapping() argument 768 if (sidprefix) in idmap_iter_next_mapping() 769 *sidprefix = NULL; in idmap_iter_next_mapping() 825 if (sidprefix) { in idmap_iter_next_mapping() 829 *sidprefix = strdup(str); in idmap_iter_next_mapping() 830 if (*sidprefix == NULL) { in idmap_iter_next_mapping() 881 if (sidprefix && *sidprefix) in idmap_iter_next_mapping() 882 free(*sidprefix); in idmap_iter_next_mapping() 967 idmap_get_uidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, in idmap_get_uidbysid() argument 970 return (idmap_getext_uidbysid(gh, sidprefix, rid, flag, uid, in idmap_get_uidbysid() [all …]
|
H A D | idmap_impl.h | 67 char **sidprefix; member
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | wksids.c | 317 if (wksids[i].sidprefix != NULL) { in find_wksid_by_sid() 318 sidcmp = strcasecmp(wksids[i].sidprefix, sid); in find_wksid_by_sid() 389 if (wksids[i].sidprefix == NULL) in find_wk_by_sid() 392 prefix = wksids[i].sidprefix; in find_wk_by_sid()
|
H A D | dbutils.c | 1254 if (wksid->sidprefix != NULL) { in lookup_wksids_sid2pid() 1256 strdup(wksid->sidprefix); in lookup_wksids_sid2pid() 1353 if (wksid->sidprefix != NULL) { in lookup_wksids_pid2sid() 1355 strdup(wksid->sidprefix); in lookup_wksids_pid2sid() 1421 char **sidprefix, in lookup_wksids_name2sid() argument 1427 if (sidprefix != NULL) in lookup_wksids_name2sid() 1428 *sidprefix = NULL; in lookup_wksids_name2sid() 1438 if (sidprefix != NULL) { in lookup_wksids_name2sid() 1439 if (wksid->sidprefix != NULL) { in lookup_wksids_name2sid() 1440 *sidprefix = strdup(wksid->sidprefix); in lookup_wksids_name2sid() [all …]
|
H A D | idmap_lsa.h | 41 lookup_lsa_by_sid(const char *sidprefix, uint32_t rid, char **ret_name,
|
H A D | idmap_lsa.c | 69 const char *sidprefix, in lookup_lsa_by_sid() argument 84 (void) snprintf(sid, sizeof (sid), "%s-%u", sidprefix, rid); in lookup_lsa_by_sid()
|
H A D | directory_provider_builtin.c | 285 if (wksid->sidprefix == NULL) { in sid_dav() 293 wksid->sidprefix, wksid->rid); in sid_dav()
|
H A D | idmapd.h | 196 const char *sidprefix; member
|
/titanic_50/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 136 char *sidprefix; member 839 len = strlen(nm->sidprefix) + 7 + 3 * sizeof (nm->rid); in sid_format() 844 (void) snprintf(to, len, "%s:%s-%u", typestring, nm->sidprefix, in sid_format() 876 if (nm->winname == NULL && nm->sidprefix != NULL) { in nm2winqn() 998 nm->winname = nm->windomain = nm->unixname = nm->sidprefix = NULL; in name_mapping_init() 1016 free(nm->sidprefix); in name_mapping_fini() 1027 free(to->sidprefix); in name_mapping_cpy() 1030 to->winname = to->windomain = to->unixname = to->sidprefix = NULL; in name_mapping_cpy() 1056 if (from->sidprefix != NULL) { in name_mapping_cpy() 1057 to->sidprefix = strdup(from->sidprefix); in name_mapping_cpy() [all …]
|
/titanic_50/usr/src/lib/nsswitch/ad/common/ |
H A D | getpwnam.c | 393 char *sidprefix = NULL; in getbyuid() local 413 1, NULL, &sidprefix, &rid, &winname, &windomain, in getbyuid() 428 if (adutils_txtsid2hexbinsid(sidprefix, &rid, in getbyuid() 466 idmap_free(sidprefix); in getbyuid()
|