summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_xids2sids.c
Commit message (Expand)AuthorAgeFilesLines
* winbind: Fix overlapping id rangesVolker Lendecke2019-04-241-2/+10
* winbind: Use idmap_cache_find_xid2sidVolker Lendecke2019-02-281-13/+2
* winbind: Now we explicitly track if we got ids from cacheVolker Lendecke2019-02-281-4/+10
* winbind: Initialize "expired" parameter to idmap_cache_xid2sidVolker Lendecke2019-02-281-1/+1
* idmap_cache: Only touch "sid" on success in find_xid_to_sidVolker Lendecke2019-02-281-1/+1
* winbindd: set idmap cache entries as the last step in async wb_xids2sidsRalph Boehme2019-02-231-11/+22
* winbindd: track whether a result from xid2sid was coming from the cacheRalph Boehme2019-02-231-0/+7
* winbindd: switch send-next/done orderRalph Boehme2019-02-231-9/+13
* winbindd: update xid in wb_xids2sids_state->xids with what we gotRalph Boehme2019-02-231-0/+1
* winbindd: convert id to a pointer in wb_xids2sids_dom_done()Ralph Boehme2019-02-231-2/+2
* winbindd: make xids a const argument to wb_xids2sids_send()Ralph Boehme2019-02-231-1/+1
* winbindd: make a copy of xid's in wb_xids2sids_send()Ralph Boehme2019-02-231-1/+6
* winbindd: Enhance xids2sids debuggingVolker Lendecke2019-02-081-0/+5
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-12-201-1/+4
* winbind: Pass upn unmodified to lookup namesStefan Metzmacher2018-05-111-0/+1
* winbindd: pass domain SID to wbint_UnixIDs2SidsRalph Boehme2017-10-101-2/+3
* winbindd: add domain SID to idmap mapping domainsRalph Boehme2017-10-101-15/+147
* winbind: Use idmap_config_const_string in wb_xids2sids_add_domVolker Lendecke2017-03-201-9/+1
* winbindd: Use idmap cache in xids2sidsVolker Lendecke2016-12-281-0/+26
* idmap: Prime gencache after xids2sids callsVolker Lendecke2016-12-271-1/+14
* winbind: handle DC_NOT_FOUND in wb_xids2sidsVolker Lendecke2016-04-151-0/+52
* winbind: Pass down the domain name to xids2sidsVolker Lendecke2016-03-301-1/+1
* winbind: Do per-domain xids2sids callsVolker Lendecke2016-03-301-10/+270
* winbind: Add wb_xids2sidsVolker Lendecke2016-02-221-0/+94