summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_sids2xids.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbind: Move tevent_req_create() before debug macros to have the right ca...Pavel Filipenský2023-01-261-3/+3
* Fix spelling mistakes.Michael Tokarev2022-09-121-1/+1
* s3:winbind: Change '%u' to '%PRIu32' for uint32_t in wb_sids2xids.cPavel Filipenský2022-07-211-15/+17
* s3:winbind: Improve logging in wb_sids2xids.cPavel Filipenský2022-07-151-11/+69
* 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-231-0/+11
* 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
* wb_sids2xids: call wb_parent_idmap_setup_send/recv as the first stepStefan Metzmacher2020-10-231-4/+30
* wb_sids2xids: avoid idmap_child() and use idmap_child_handle() insteadStefan Metzmacher2020-10-231-9/+7
* winbind.idl: rename wbint_TransID.type to wbint_TransID.type_hintStefan Metzmacher2020-10-231-3/+2
* winbindd: Align integer typesVolker Lendecke2020-03-031-1/+1
* winbind: Use dom_sid_str_bufVolker Lendecke2018-12-201-1/+2
* winbind: add idmap_child_handle() and use it instead of child->binding_handleStefan Metzmacher2018-02-231-3/+3
* winbindd: only use the domain name from lookup sids if the domain matchesRalph Boehme2017-04-121-1/+5
* winbindd: handling of SIDs without domain reference in wb_sids2xids_lookupsid...Ralph Boehme2017-04-121-6/+27
* winbind: Fix a typoVolker Lendecke2017-01-231-1/+1
* winbind: Fix passing idmap failure from wb_sids2xids back to callersChristof Schmitt2016-09-301-1/+1
* winbind: handle DC_NOT_FOUND in wb_sids2xidsVolker Lendecke2016-04-151-1/+63
* winbind: Make _wbint_Sids2UnixIDs single-domainVolker Lendecke2016-02-221-4/+105
* winbind: Remove a level of indirectionVolker Lendecke2016-02-221-8/+3
* winbind: Properly error check init_lsa_ref_domain_listVolker Lendecke2016-01-131-4/+10
* winbind: Make wb_sids2xids_recv work on an arrayVolker Lendecke2015-03-071-1/+7
* winbind: Slightly simplify wb_sids2xidsVolker Lendecke2015-02-271-7/+8
* s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs callChristof Schmitt2014-09-291-3/+30
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-111-1/+1
* s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->childMichael Adam2012-12-031-3/+3
* s3:winbindd: factor winbindd_sids_to_xids into external and internal partMichael Adam2012-12-031-0/+263