summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-1/+1
2020-10-29CVE-2020-14323 winbind: Fix invalid lookupsids DoSVolker Lendecke1-1/+1
2020-10-26daemons: report status to systemd even when running in foregroundAlexander Bokovoy1-1/+4
2020-10-23librpc/dcesrv_core: move two rpcint_dispatch() copies into dcesrv_call_dispat...Stefan Metzmacher1-64/+1
2020-10-23wb_sids2xids: defer/skip wb_lookupsids* unless we get ID_TYPE_WB_REQUIRE_TYPEStefan Metzmacher1-19/+158
2020-10-23winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPEStefan Metzmacher7-6/+107
2020-10-23wb_sids2xids: build state->idmap_doms based on wb_parent_idmap_configStefan Metzmacher1-40/+61
2020-10-23wb_sids2xids: fill cache as soon as possibleStefan Metzmacher1-3/+2
2020-10-23wb_sids2xids: directly use state->all_ids to collect resultsStefan Metzmacher1-44/+22
2020-10-23wb_sids2xids: change 'i' to 'li' in wb_sids2xids_lookupsids_done()Stefan Metzmacher1-5/+5
2020-10-23wb_sids2xids: refactor wb_sids2xids_done() a bitStefan Metzmacher1-9/+18
2020-10-23wb_sids2xids: inline wb_sids2xids_extract_for_domain_index() into wb_sids2xid...Stefan Metzmacher1-40/+75
2020-10-23wb_sids2xids: move more checks to wb_sids2xids_next_sids2unix()Stefan Metzmacher1-6/+7
2020-10-23wb_sids2xids: rename 'non_cached' to 'lookup_sids'Stefan Metzmacher1-18/+16
2020-10-23wb_sids2xids: maintain struct wbint_TransIDArray all_ids as cacheStefan Metzmacher1-7/+42
2020-10-23wb_sids2xids: split out wb_sids2xids_next_sids2unix()Ralph Boehme1-22/+12
2020-10-23winbindd: defer the setup_child() from init_idmap_child()Stefan Metzmacher1-3/+42
2020-10-23winbindd: assert wb_parent_idmap_setup_send/recv() was called before idmap_ch...Stefan Metzmacher1-0/+5
2020-10-23wb_queryuser: explain why wb_parent_idmap_setup_send/recv is not neededStefan Metzmacher1-0/+15
2020-10-23wb_sids2xids: call wb_parent_idmap_setup_send/recv as the first stepStefan Metzmacher1-4/+30
2020-10-23wb_xids2sids: make use of the new wb_parent_idmap_setup_send/recv() helpersStefan Metzmacher1-238/+17
2020-10-23winbindd: add generic wb_parent_idmap_setup_send/recv() helpersStefan Metzmacher3-0/+332
2020-10-23winbindd: add and use is_idmap_child()Stefan Metzmacher3-2/+12
2020-10-23winbindd: add and use idmap_child_pid()Stefan Metzmacher4-9/+15
2020-10-23wb_sids2xids: avoid idmap_child() and use idmap_child_handle() insteadStefan Metzmacher1-9/+7
2020-10-23wb_xids2sids: avoid idmap_child() and use idmap_child_handle() insteadStefan Metzmacher1-6/+6
2020-10-23wb_queryuser: avoid idmap_child() and use idmap_child_handle() insteadStefan Metzmacher1-12/+9
2020-10-23winbindd/idmap: apply const to struct nss_info_methods pointersStefan Metzmacher3-7/+8
2020-10-23winbindd/idmap: apply const to struct idmap_methods pointersStefan Metzmacher13-21/+15
2020-10-23winbind.idl: rename wbint_TransID.type to wbint_TransID.type_hintStefan Metzmacher2-4/+3
2020-09-15s3: libsmb: Rename get_sorted_dc_list_sa() -> get_sorted_dc_list().Jeremy Allison1-5/+5
2020-09-15s3: winbind: Fix get_dcs() to use get_sorted_dc_list_sa().Jeremy Allison1-31/+31
2020-09-15s3: libsmb: Convert the WINS and broadcast name functions to return size_t * ...Jeremy Allison1-2/+2
2020-09-15s3: libsmb: Convert node_status_query() and associated functions and callers ...Jeremy Allison1-1/+2
2020-09-14winbind: Fix a memleakLaurent Menase1-0/+1
2020-09-10idmap_ad: Honor "client ldap sasl wrapping" config settingChristof Schmitt1-1/+26
2020-09-07s3: libsmb: Now we only have namecache_store_sa(), rename it back to namecach...Jeremy Allison1-3/+3
2020-09-07s3: winbindd: Use namecache_store_sa() inside dcip_check_name().Jeremy Allison1-11/+13
2020-09-07s3: libsmb: Rename get_sorted_dc_list_talloc() -> get_sorted_dc_list()Jeremy Allison1-4/+4
2020-09-07s3: winbindd: Move callers of get_sorted_dc_list() -> get_sorted_dc_list_tall...Jeremy Allison1-13/+29
2020-08-31Fix clang 9 format-nonliteral warningGary Lockyer1-4/+5
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore20-0/+20
2020-08-21idmap_ad: Pass tldap debug messages on to DEBUG()Stefan Metzmacher1-0/+36
2020-08-08winbind: directly use dcerpc_binding_handle_is_connected() in reset_connectio...Ralph Boehme1-1/+2
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme3-0/+3
2020-07-09winbind: Fix lookuprids cache problemVolker Lendecke1-1/+2
2020-07-02s3:winbind:idmap_ad - make failure to get attrnames for schema mode fatalAndrew1-0/+8
2020-05-19winbindd: Fix a use-after-free when winbind clients exitVolker Lendecke1-1/+27
2020-04-08s3:rpc_server: Improve local dispatchingSamuel Cabrero1-39/+248
2020-03-25winbind: Set the parent->child sock nonblockingVolker Lendecke1-0/+1