summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* lib: give global_contexts.c its own header fileVolker Lendecke2021-01-0818-0/+18
* winbind: Align integer typesVolker Lendecke2020-11-301-1/+1
* s3:winbind: Check return code of set_blocking()Andreas Schneider2020-11-261-2/+9
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-031-1/+1
* CVE-2020-14323 winbind: Fix invalid lookupsids DoSVolker Lendecke2020-10-291-1/+1
* daemons: report status to systemd even when running in foregroundAlexander Bokovoy2020-10-261-1/+4
* librpc/dcesrv_core: move two rpcint_dispatch() copies into dcesrv_call_dispat...Stefan Metzmacher2020-10-231-64/+1
* wb_sids2xids: defer/skip wb_lookupsids* unless we get ID_TYPE_WB_REQUIRE_TYPEStefan Metzmacher2020-10-231-19/+158
* winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPEStefan Metzmacher2020-10-237-6/+107
* wb_sids2xids: build state->idmap_doms based on wb_parent_idmap_configStefan Metzmacher2020-10-231-40/+61
* wb_sids2xids: fill cache as soon as possibleStefan Metzmacher2020-10-231-3/+2
* wb_sids2xids: directly use state->all_ids to collect resultsStefan Metzmacher2020-10-231-44/+22
* wb_sids2xids: change 'i' to 'li' in wb_sids2xids_lookupsids_done()Stefan Metzmacher2020-10-231-5/+5
* wb_sids2xids: refactor wb_sids2xids_done() a bitStefan Metzmacher2020-10-231-9/+18
* wb_sids2xids: inline wb_sids2xids_extract_for_domain_index() into wb_sids2xid...Stefan Metzmacher2020-10-231-40/+75
* wb_sids2xids: move more checks to wb_sids2xids_next_sids2unix()Stefan Metzmacher2020-10-231-6/+7
* wb_sids2xids: rename 'non_cached' to 'lookup_sids'Stefan Metzmacher2020-10-231-18/+16
* wb_sids2xids: maintain struct wbint_TransIDArray all_ids as cacheStefan Metzmacher2020-10-231-7/+42
* wb_sids2xids: split out wb_sids2xids_next_sids2unix()Ralph Boehme2020-10-231-22/+12
* winbindd: defer the setup_child() from init_idmap_child()Stefan Metzmacher2020-10-231-3/+42
* winbindd: assert wb_parent_idmap_setup_send/recv() was called before idmap_ch...Stefan Metzmacher2020-10-231-0/+5
* wb_queryuser: explain why wb_parent_idmap_setup_send/recv is not neededStefan Metzmacher2020-10-231-0/+15
* wb_sids2xids: call wb_parent_idmap_setup_send/recv as the first stepStefan Metzmacher2020-10-231-4/+30
* wb_xids2sids: make use of the new wb_parent_idmap_setup_send/recv() helpersStefan Metzmacher2020-10-231-238/+17
* winbindd: add generic wb_parent_idmap_setup_send/recv() helpersStefan Metzmacher2020-10-233-0/+332
* winbindd: add and use is_idmap_child()Stefan Metzmacher2020-10-233-2/+12
* winbindd: add and use idmap_child_pid()Stefan Metzmacher2020-10-234-9/+15
* wb_sids2xids: avoid idmap_child() and use idmap_child_handle() insteadStefan Metzmacher2020-10-231-9/+7
* wb_xids2sids: avoid idmap_child() and use idmap_child_handle() insteadStefan Metzmacher2020-10-231-6/+6
* wb_queryuser: avoid idmap_child() and use idmap_child_handle() insteadStefan Metzmacher2020-10-231-12/+9
* winbindd/idmap: apply const to struct nss_info_methods pointersStefan Metzmacher2020-10-233-7/+8
* winbindd/idmap: apply const to struct idmap_methods pointersStefan Metzmacher2020-10-2313-21/+15
* winbind.idl: rename wbint_TransID.type to wbint_TransID.type_hintStefan Metzmacher2020-10-232-4/+3
* s3: libsmb: Rename get_sorted_dc_list_sa() -> get_sorted_dc_list().Jeremy Allison2020-09-151-5/+5
* s3: winbind: Fix get_dcs() to use get_sorted_dc_list_sa().Jeremy Allison2020-09-151-31/+31
* s3: libsmb: Convert the WINS and broadcast name functions to return size_t * ...Jeremy Allison2020-09-151-2/+2
* s3: libsmb: Convert node_status_query() and associated functions and callers ...Jeremy Allison2020-09-151-1/+2
* winbind: Fix a memleakLaurent Menase2020-09-141-0/+1
* idmap_ad: Honor "client ldap sasl wrapping" config settingChristof Schmitt2020-09-101-1/+26
* s3: libsmb: Now we only have namecache_store_sa(), rename it back to namecach...Jeremy Allison2020-09-071-3/+3
* s3: winbindd: Use namecache_store_sa() inside dcip_check_name().Jeremy Allison2020-09-071-11/+13
* s3: libsmb: Rename get_sorted_dc_list_talloc() -> get_sorted_dc_list()Jeremy Allison2020-09-071-4/+4
* s3: winbindd: Move callers of get_sorted_dc_list() -> get_sorted_dc_list_tall...Jeremy Allison2020-09-071-13/+29
* Fix clang 9 format-nonliteral warningGary Lockyer2020-08-311-4/+5
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-2820-0/+20
* idmap_ad: Pass tldap debug messages on to DEBUG()Stefan Metzmacher2020-08-211-0/+36
* winbind: directly use dcerpc_binding_handle_is_connected() in reset_connectio...Ralph Boehme2020-08-081-1/+2
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-033-0/+3
* winbind: Fix lookuprids cache problemVolker Lendecke2020-07-091-1/+2
* s3:winbind:idmap_ad - make failure to get attrnames for schema mode fatalAndrew2020-07-021-0/+8