index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
wb_sids2xids.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:winbind: Move tevent_req_create() before debug macros to have the right ca...
Pavel Filipenský
2023-01-26
1
-3
/
+3
*
Fix spelling mistakes.
Michael Tokarev
2022-09-12
1
-1
/
+1
*
s3:winbind: Change '%u' to '%PRIu32' for uint32_t in wb_sids2xids.c
Pavel Filipenský
2022-07-21
1
-15
/
+17
*
s3:winbind: Improve logging in wb_sids2xids.c
Pavel Filipenský
2022-07-15
1
-11
/
+69
*
wb_sids2xids: defer/skip wb_lookupsids* unless we get ID_TYPE_WB_REQUIRE_TYPE
Stefan Metzmacher
2020-10-23
1
-19
/
+158
*
winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPE
Stefan Metzmacher
2020-10-23
1
-0
/
+11
*
wb_sids2xids: build state->idmap_doms based on wb_parent_idmap_config
Stefan Metzmacher
2020-10-23
1
-40
/
+61
*
wb_sids2xids: fill cache as soon as possible
Stefan Metzmacher
2020-10-23
1
-3
/
+2
*
wb_sids2xids: directly use state->all_ids to collect results
Stefan Metzmacher
2020-10-23
1
-44
/
+22
*
wb_sids2xids: change 'i' to 'li' in wb_sids2xids_lookupsids_done()
Stefan Metzmacher
2020-10-23
1
-5
/
+5
*
wb_sids2xids: refactor wb_sids2xids_done() a bit
Stefan Metzmacher
2020-10-23
1
-9
/
+18
*
wb_sids2xids: inline wb_sids2xids_extract_for_domain_index() into wb_sids2xid...
Stefan Metzmacher
2020-10-23
1
-40
/
+75
*
wb_sids2xids: move more checks to wb_sids2xids_next_sids2unix()
Stefan Metzmacher
2020-10-23
1
-6
/
+7
*
wb_sids2xids: rename 'non_cached' to 'lookup_sids'
Stefan Metzmacher
2020-10-23
1
-18
/
+16
*
wb_sids2xids: maintain struct wbint_TransIDArray all_ids as cache
Stefan Metzmacher
2020-10-23
1
-7
/
+42
*
wb_sids2xids: split out wb_sids2xids_next_sids2unix()
Ralph Boehme
2020-10-23
1
-22
/
+12
*
wb_sids2xids: call wb_parent_idmap_setup_send/recv as the first step
Stefan Metzmacher
2020-10-23
1
-4
/
+30
*
wb_sids2xids: avoid idmap_child() and use idmap_child_handle() instead
Stefan Metzmacher
2020-10-23
1
-9
/
+7
*
winbind.idl: rename wbint_TransID.type to wbint_TransID.type_hint
Stefan Metzmacher
2020-10-23
1
-3
/
+2
*
winbindd: Align integer types
Volker Lendecke
2020-03-03
1
-1
/
+1
*
winbind: Use dom_sid_str_buf
Volker Lendecke
2018-12-20
1
-1
/
+2
*
winbind: add idmap_child_handle() and use it instead of child->binding_handle
Stefan Metzmacher
2018-02-23
1
-3
/
+3
*
winbindd: only use the domain name from lookup sids if the domain matches
Ralph Boehme
2017-04-12
1
-1
/
+5
*
winbindd: handling of SIDs without domain reference in wb_sids2xids_lookupsid...
Ralph Boehme
2017-04-12
1
-6
/
+27
*
winbind: Fix a typo
Volker Lendecke
2017-01-23
1
-1
/
+1
*
winbind: Fix passing idmap failure from wb_sids2xids back to callers
Christof Schmitt
2016-09-30
1
-1
/
+1
*
winbind: handle DC_NOT_FOUND in wb_sids2xids
Volker Lendecke
2016-04-15
1
-1
/
+63
*
winbind: Make _wbint_Sids2UnixIDs single-domain
Volker Lendecke
2016-02-22
1
-4
/
+105
*
winbind: Remove a level of indirection
Volker Lendecke
2016-02-22
1
-8
/
+3
*
winbind: Properly error check init_lsa_ref_domain_list
Volker Lendecke
2016-01-13
1
-4
/
+10
*
winbind: Make wb_sids2xids_recv work on an array
Volker Lendecke
2015-03-07
1
-1
/
+7
*
winbind: Slightly simplify wb_sids2xids
Volker Lendecke
2015-02-27
1
-7
/
+8
*
s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call
Christof Schmitt
2014-09-29
1
-3
/
+30
*
librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...
Andrew Bartlett
2014-06-11
1
-1
/
+1
*
s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->child
Michael Adam
2012-12-03
1
-3
/
+3
*
s3:winbindd: factor winbindd_sids_to_xids into external and internal part
Michael Adam
2012-12-03
1
-0
/
+263