summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_xids2sids.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-13idmap_ad: add and use ldap_timeout and fix LDAP server failoverRalph Boehme1-1/+9
2025-07-07s3-winbindd: Fix internal winbind dsgetdcname calls w.r.t. domain nameGünther Deschner1-3/+9
2022-07-23winbind: Fix the 32-bit buildVolker Lendecke1-8/+8
2022-07-21s3:winbind: Change '%u' to '%PRIu32' for uint32_t in wb_xids2sids.cPavel Filipenský1-7/+12
2022-07-18s3:winbind: Add additional debug level check to wb_xids2sids_recv()Andreas Schneider1-6/+8
2022-07-18s3:winbind: Fix pointer access in wb_xids2sids_recv()Andreas Schneider1-1/+1
2022-07-15s3:winbind: Improve logging in wb_xids2sids.cPavel Filipenský1-2/+28
2020-10-23wb_xids2sids: make use of the new wb_parent_idmap_setup_send/recv() helpersStefan Metzmacher1-238/+17
2020-10-23wb_xids2sids: avoid idmap_child() and use idmap_child_handle() insteadStefan Metzmacher1-6/+6
2019-04-24winbind: Fix overlapping id rangesVolker Lendecke1-2/+10
2019-02-28winbind: Use idmap_cache_find_xid2sidVolker Lendecke1-13/+2
2019-02-28winbind: Now we explicitly track if we got ids from cacheVolker Lendecke1-4/+10
2019-02-28winbind: Initialize "expired" parameter to idmap_cache_xid2sidVolker Lendecke1-1/+1
2019-02-28idmap_cache: Only touch "sid" on success in find_xid_to_sidVolker Lendecke1-1/+1
2019-02-23winbindd: set idmap cache entries as the last step in async wb_xids2sidsRalph Boehme1-11/+22
2019-02-23winbindd: track whether a result from xid2sid was coming from the cacheRalph Boehme1-0/+7
2019-02-23winbindd: switch send-next/done orderRalph Boehme1-9/+13
2019-02-23winbindd: update xid in wb_xids2sids_state->xids with what we gotRalph Boehme1-0/+1
2019-02-23winbindd: convert id to a pointer in wb_xids2sids_dom_done()Ralph Boehme1-2/+2
2019-02-23winbindd: make xids a const argument to wb_xids2sids_send()Ralph Boehme1-1/+1
2019-02-23winbindd: make a copy of xid's in wb_xids2sids_send()Ralph Boehme1-1/+6
2019-02-08winbindd: Enhance xids2sids debuggingVolker Lendecke1-0/+5
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-1/+4
2018-05-11winbind: Pass upn unmodified to lookup namesStefan Metzmacher1-0/+1
2017-10-10winbindd: pass domain SID to wbint_UnixIDs2SidsRalph Boehme1-2/+3
2017-10-10winbindd: add domain SID to idmap mapping domainsRalph Boehme1-15/+147
2017-03-20winbind: Use idmap_config_const_string in wb_xids2sids_add_domVolker Lendecke1-9/+1
2016-12-28winbindd: Use idmap cache in xids2sidsVolker Lendecke1-0/+26
2016-12-27idmap: Prime gencache after xids2sids callsVolker Lendecke1-1/+14
2016-04-15winbind: handle DC_NOT_FOUND in wb_xids2sidsVolker Lendecke1-0/+52
2016-03-30winbind: Pass down the domain name to xids2sidsVolker Lendecke1-1/+1
2016-03-30winbind: Do per-domain xids2sids callsVolker Lendecke1-10/+270
2016-02-22winbind: Add wb_xids2sidsVolker Lendecke1-0/+94