/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_sldap.h | 391 } ns_ldap_error_t; typedef 596 ns_ldap_error_t **errorp); 623 ns_ldap_error_t **error); 650 ns_ldap_error_t **errorp, 678 ns_ldap_error_t **errorp); 692 ns_ldap_error_t ** errorp, 707 ns_ldap_error_t ** errorp, 724 ns_ldap_error_t ** errorp, 741 ns_ldap_error_t **errorp); 749 ns_ldap_error_t **errorp); [all …]
|
H A D | ns_internal.h | 656 ns_ldap_error_t *errorp; 707 ns_ldap_error_t **caller_errorp; 751 int __s_api_getServers(char *** servers, ns_ldap_error_t ** error); 763 ns_server_info_t *ret, ns_ldap_error_t **error, const char *addrType); 771 int __s_api_getSearchScope(int *, ns_ldap_error_t **); 773 ns_ldap_error_t **); 775 ns_ldap_error_t **); 778 Connection **, ns_ldap_error_t **, int, int, ns_conn_user_t *); 789 ns_ldap_error_t *__s_api_make_error(int, char *); 790 ns_ldap_error_t *__s_api_copy_error(ns_ldap_error_t *); [all …]
|
H A D | ns_connmgmt.h | 107 ns_ldap_error_t *ns_error; /* error info */ 164 ns_ldap_error_t *ns_error; /* saved error info */ 287 int __s_api_conn_mt_add(Connection *con, ns_conn_user_t *, ns_ldap_error_t **); 289 Connection **, ns_ldap_error_t **, ns_conn_user_t *); 290 void __s_api_conn_mt_remove(ns_conn_user_t *, int, ns_ldap_error_t **); 292 ns_ldap_error_t **); 293 void __s_api_conn_mt_close(ns_conn_user_t *, int, ns_ldap_error_t **); 296 int *, ns_ldap_error_t **); 297 int __s_api_setup_getnext(ns_conn_user_t *, int *, ns_ldap_error_t **);
|
H A D | ns_confmgr.c | 103 read_file(ns_config_t *ptr, int cred_file, ns_ldap_error_t **error) in read_file() 241 ns_ldap_error_t **errorp) in set_attr() 286 __s_api_create_config_door_str(char *config, ns_ldap_error_t **errorp) in __s_api_create_config_door_str() 367 ns_ldap_error_t * 370 ns_ldap_error_t *error = NULL; in __ns_ldap_LoadConfiguration() 470 ns_ldap_error_t * 476 ns_ldap_error_t *errorp; in __ns_ldap_LoadDoorInfo() 571 ns_ldap_error_t * 576 ns_ldap_error_t *errorp; in __ns_ldap_DumpLdif() 671 ns_ldap_error_t * [all …]
|
H A D | ns_connect.c | 56 ns_ldap_error_t **, 64 ns_ldap_error_t **); 71 ns_ldap_error_t **error, int callnumber); 74 ns_ldap_error_t **errorp, 78 int, ns_ldap_error_t **, int, int, ns_conn_user_t *, int); 106 getFirstFromConfig(ns_server_info_t *ret, ns_ldap_error_t **error) in getFirstFromConfig() 146 __door_getadmincred(char **buffer, int *buflen, ns_ldap_error_t **error) in __door_getadmincred() 157 requestAdminCred(UnixCred_t **cred, ns_ldap_error_t **error) in requestAdminCred() 186 ns_server_info_t *ret, ns_ldap_error_t **error, const char *addrType) in __s_api_requestServer() 686 ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, in makeConnection() [all …]
|
H A D | ns_writes.c | 66 ns_ldap_attr_t **, ns_ldap_error_t **); 665 ns_ldap_error_t ** errorp) in write_state_machine() 1122 ns_ldap_error_t ** errorp) in __ns_ldap_addAttr() 1158 ns_ldap_error_t ** errorp) in __ns_ldap_delAttr() 1187 get_admin_passwd(ns_cred_t *cred, ns_ldap_error_t **errorp) in get_admin_passwd() 1241 ns_ldap_error_t *errorp = NULL; in __ns_ldap_is_shadow_update_enabled() 1279 ns_ldap_error_t ** errorp) in __ns_ldap_repAttr() 1361 ns_ldap_error_t ** errorp) in __ns_ldap_addEntry() 1410 ns_ldap_error_t ** errorp) in __ns_ldap_delEntry() 1528 ns_ldap_entry_t **entry, ns_ldap_error_t **errorp) in __s_cvt_passwd() [all …]
|
H A D | ns_common.c | 145 ns_ldap_error_t **errorp) in __s_api_getSearchScope() 380 typedef int (*pf)(const char *, char **, ns_ldap_error_t **); 385 ns_ldap_error_t ** error) in __s_api_getDNs() 518 ns_ldap_error_t ** error) in __s_api_get_search_DNs_v1() 804 ns_ldap_error_t ** error) in __s_api_getServers() 1282 ns_ldap_error_t **errorp) in __s_api_toFollowReferrals() 1582 ns_ldap_error_t **errorp) in __s_api_get_SSD_from_SSDtoUse_service() 1897 ns_ldap_error_t **errorp) in __s_api_prepend_automountmapname() 1935 ns_ldap_error_t **errorp) in __s_api_prepend_automountmapname_to_dn() 2320 ns_ldap_error_t *error = NULL; in __s_api_removeServer() [all …]
|
H A D | ns_connmgmt.c | 56 static int close_conn_mt(ns_conn_mt_t *, int, ns_ldap_error_t **, 893 init_conn_mt(ns_conn_mgmt_t *cmg, ns_ldap_error_t **ep) in init_conn_mt() 1168 ns_ldap_error_t *errorp = NULL; in check_and_close_conn() 1246 ns_ldap_error_t *ep; in check_and_close_conn() 1391 Connection **session, ns_ldap_error_t **errorp, ns_conn_user_t *cu) in __s_api_conn_mt_get() 1543 __s_api_conn_mt_add(Connection *con, ns_conn_user_t *cu, ns_ldap_error_t **ep) in __s_api_conn_mt_add() 1643 err2cm(ns_conn_mt_t *cm, int rc, ns_ldap_error_t **errorp) in err2cm() 1645 ns_ldap_error_t *ep; in err2cm() 1662 ns_ldap_error_t *ep; in err_from_cm() 1679 err_from_caller(ns_conn_user_t *cu, int rc, ns_ldap_error_t **errorp) in err_from_caller() [all …]
|
H A D | ns_sasl.c | 117 ns_ldap_error_t *errp = NULL; in __ns_ldap_self_gssapi_config() 310 ns_ldap_error_t **errpp) { in test_dns_nsswitch() 406 ns_ldap_error_t **errpp) { in __ns_ldap_check_dns_preq() 470 ns_ldap_error_t **errpp) { in __ns_ldap_check_gssapi_preq() 543 ns_ldap_error_t **errpp) { in __ns_ldap_check_all_preq()
|
H A D | ns_error.c | 93 __ns_ldap_freeError(ns_ldap_error_t **errorp) in __ns_ldap_freeError() 95 ns_ldap_error_t *err; in __ns_ldap_freeError()
|
H A D | ns_reads.c | 307 ns_ldap_entry_t **ret, ns_ldap_error_t **error) in __s_api_cvtEntry() 2032 ns_ldap_error_t **errorp = NULL; in multi_result() 2263 ns_ldap_error_t *error = NULL; in search_state_machine() 2264 ns_ldap_error_t **errorp; in search_state_machine() 2639 ns_ldap_error_t *errorp = NULL; in search_state_machine() 2776 ns_ldap_error_t *errorp = NULL; in search_state_machine() 3068 ns_ldap_error_t **errorp, in ldap_list() 3076 ns_ldap_error_t *error = NULL; in ldap_list() 3292 ns_ldap_error_t **errorp, in __ns_ldap_list() 3326 ns_ldap_error_t **errorp, in __ns_ldap_list_sort() [all …]
|
H A D | ns_mapping.c | 333 ns_ldap_error_t **errorp = NULL; in __s_api_parseASearchDesc() 334 ns_ldap_error_t *error = NULL; in __s_api_parseASearchDesc() 654 ns_ldap_error_t **errorp) in __ns_ldap_getSearchDescriptors() 831 ns_ldap_error_t **errorp) in __ns_ldap_getAttributeMaps() 914 ns_ldap_error_t **errorp) in __ns_ldap_getObjectClassMaps()
|
H A D | ns_config.c | 100 ns_ldap_error_t **error); 106 __door_getldapconfig(char **buffer, int *buflen, ns_ldap_error_t **error); 109 SetDoorInfo(char *buffer, ns_ldap_error_t **errorp); 115 LoadCacheConfiguration(ns_config_t *, ns_ldap_error_t **error); 1373 char *value, ns_ldap_error_t **error) in set_default_value() 1435 ns_ldap_error_t *errorp; in loadrefresh_config() 1633 const void *data, ns_ldap_error_t **error) in __ns_ldap_setParamValue() 2698 const void *data, ns_ldap_error_t **error) in __ns_ldap_setParam() 2700 ns_ldap_error_t *errorp; in __ns_ldap_setParam() 2918 void ***data, ns_ldap_error_t **error) in __ns_ldap_getParam() [all …]
|
H A D | ns_standalone.c | 1102 ns_ldap_error_t **errorp) in __ns_ldap_getConnectionInfoFromDUA() 1298 ns_ldap_error_t **errorp, in __ns_ldap_getRootDSE() 1569 ns_ldap_error_t *error = NULL; in create_ns_servers_entry() 1723 ns_ldap_error_t **errorp) in createDirServerList() 1857 initGlobalList(ns_ldap_error_t **error) in initGlobalList() 1927 ns_ldap_error_t **errorp) in __ns_ldap_initAuth() 1978 ns_ldap_error_t **errorp) { in __ns_ldap_initStandalone() 2160 ns_ldap_error_t **error) in __s_api_findRootDSE()
|
H A D | ns_getalias.c | 116 ns_ldap_error_t *errorp = NULL; in __getldapaliasbyname()
|
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_common.c | 101 switch_err(int rc, ns_ldap_error_t *error) in switch_err() 134 ns_ldap_error_t *error = NULL; in _nss_ldap_lookup() 256 ns_ldap_error_t *error = NULL; in _nss_ldap_nocb_lookup() 293 ns_ldap_error_t *error; in _clean_ldap_backend() 384 ns_ldap_error_t *error = NULL; in _nss_ldap_endent() 420 ns_ldap_error_t *error = NULL; in _nss_ldap_getent()
|
H A D | ldap_common.h | 169 extern nss_status_t switch_err(int rc, ns_ldap_error_t *error);
|
H A D | getgrent.c | 238 ns_ldap_error_t *error = NULL; in getmembers_DN() 400 ns_ldap_error_t *error = NULL; in getbymember()
|
H A D | ldap_utils.c | 111 ns_ldap_error_t *error; in _get_domain_name()
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_getldap.c | 185 ns_ldap_error_t *error; in load_config() 533 ns_ldap_error_t *error = NULL; in getldap_get_rootDSE() 658 ns_ldap_error_t *errorp = NULL; in getldap_init_serverInfo() 785 ns_ldap_error_t *error = NULL; in getldap_set_serverInfo() 1294 ns_ldap_error_t *errorp = NULL; in getldap_get_refresh_stat() 1373 ns_ldap_error_t *error; in getldap_get_cacheTTL() 2219 ns_ldap_error_t *error; in update_from_profile() 2353 ns_ldap_error_t *error; in getldap_init() 2394 ns_ldap_error_t *error = NULL; in perform_update() 2543 ns_ldap_error_t *errorp; in getldap_refresh() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | ns_ldap.c | 172 ns_ldap_error_t *errorp = NULL; in init_ldap() 330 ns_ldap_error_t *errp = NULL; in ldap_match() 478 ns_ldap_error_t *errp = NULL; in loadmaster_ldap() 547 ns_ldap_error_t *errp = NULL; in loaddirect_ldap() 833 ns_ldap_error_t *errp = NULL; in getmapkeys_ldap()
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldaplist.c | 194 ns_ldap_error_t *errorp; in list() 272 ns_ldap_error_t *errorp = NULL; in main()
|
H A D | ldapclient.c | 288 extern ns_ldap_error_t *__ns_ldap_print_config(int); 290 extern int __ns_ldap_download(const char *, char *, char *, ns_ldap_error_t **); 651 ns_ldap_error_t *errorp; in client_list() 751 ns_ldap_error_t *ldaperr; \ 782 ns_ldap_error_t *errorp; in client_manual() 1096 ns_ldap_error_t *errorp; in client_mod() 1343 ns_ldap_error_t *errorp; in client_genProfile() 1449 ns_ldap_error_t *errorp; in client_init() 2093 ns_ldap_error_t *errorp = NULL; in start_services() 2273 ns_ldap_error_t *errorp; in credCheck() [all …]
|
/illumos-gate/usr/src/lib/pam_modules/ldap/ |
H A D | ldap_utils.c | 98 ns_ldap_error_t *errorp = NULL; in authenticate()
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 579 ns_ldap_error_t *errorp = NULL; in update_ldap_attr() 728 ns_ldap_error_t *errorp; in ldap_update()
|