summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_lookupsids.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-08winbindd: use struct winbindd_domain_ref in struct wb_lookupsids_domainStefan Metzmacher1-13/+41
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-1/+1
2023-01-26s3:winbind: Move tevent_req_create() before debug macros to have the right ca...Pavel Filipenský1-4/+6
2022-07-21s3:winbind: Add additional debug level check to wb_lookupsids_send()Pavel Filipenský1-3/+6
2022-07-21s3:winbind: Change '%u' to '%PRIu32' for uint32_t in wb_lookupsids.cPavel Filipenský1-5/+6
2022-07-15s3:winbind: Improve logging in wb_lookupsids.cPavel Filipenský1-3/+16
2018-11-27winbind: Use dom_sid_str_bufVolker Lendecke1-3/+7
2018-02-21winbindd: make use of talloc_zero_array() in wb_lookupsids*()Stefan Metzmacher1-5/+5
2018-02-21winbindd: initialize type = SID_NAME_UNKNOWN in wb_lookupsids_single_done()Stefan Metzmacher1-1/+1
2018-02-21winbindd: don't split the rid for SID_NAME_DOMAIN sids in wb_lookupsidsStefan Metzmacher1-1/+3
2017-04-12winbindd: remove fallback from lookupridsRalph Boehme1-20/+4
2017-04-12winbindd: remove lookupsid() fallback for a failed lookupsids()Ralph Boehme1-20/+4
2017-04-12winbindd: remove fallback to lookupsid for unknown SIDsRalph Boehme1-11/+0
2017-04-12winbindd: handling of failed lookupsids in wb_lookupsids_single_done()Ralph Boehme1-47/+35
2017-04-12winbindd: let wb_lookupsids_move_name() handle domain_index UINT32_MAXRalph Boehme1-8/+14
2017-04-06winbindd: remove unused single_domains arrayRalph Boehme1-9/+0
2017-04-06winbindd: use correct domain name for failed lookupsidsRalph Boehme1-3/+4
2017-04-06winbindd: explicit check for well-known SIDs in wb_lookupsids_bulk()Ralph Boehme1-1/+4
2017-03-12winbindd: avoid multiple wbint_LookupSids/lsa_LookupSids calls to the same do...Stefan Metzmacher1-9/+39
2017-01-02winbind: Fix wb_lookupsids for AD DCsVolker Lendecke1-2/+1
2016-12-28lib: Add lib/util_unixsids.hVolker Lendecke1-0/+1
2016-06-28winbindd: in wb_lookupsids return domain name if we have itRalph Boehme1-1/+29
2014-06-11librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett1-1/+1
2014-02-21s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*()Gregor Beck1-1/+1
2013-12-09CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison1-0/+3
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-1/+1
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-1/+1
2012-04-28s3: Remove a SMB_ASSERTVolker Lendecke1-1/+5
2012-04-28s3: Fix bug 8904 -- wbinfo --lookup-sids "" crashes winbindVolker Lendecke1-5/+5
2011-08-17Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke1-1/+1
2011-06-27s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)Volker Lendecke1-1/+1
2011-06-20Use tevent_req_oomVolker Lendecke1-3/+3
2011-06-16s3:wb_lookupsids: add some paranoia checks to wb_lookupsids_recv()Stefan Metzmacher1-0/+18
2011-06-16s3:wb_lookupsids: don't ignore 'result' and check if we got useable valuesStefan Metzmacher1-4/+48
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-6/+6
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-2/+2
2011-04-13s3: Add wb_lookupsidsVolker Lendecke1-0/+601