summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_lookupsids.c
Commit message (Expand)AuthorAgeFilesLines
* winbind: Use dom_sid_str_bufVolker Lendecke2018-11-271-3/+7
* winbindd: make use of talloc_zero_array() in wb_lookupsids*()Stefan Metzmacher2018-02-211-5/+5
* winbindd: initialize type = SID_NAME_UNKNOWN in wb_lookupsids_single_done()Stefan Metzmacher2018-02-211-1/+1
* winbindd: don't split the rid for SID_NAME_DOMAIN sids in wb_lookupsidsStefan Metzmacher2018-02-211-1/+3
* winbindd: remove fallback from lookupridsRalph Boehme2017-04-121-20/+4
* winbindd: remove lookupsid() fallback for a failed lookupsids()Ralph Boehme2017-04-121-20/+4
* winbindd: remove fallback to lookupsid for unknown SIDsRalph Boehme2017-04-121-11/+0
* winbindd: handling of failed lookupsids in wb_lookupsids_single_done()Ralph Boehme2017-04-121-47/+35
* winbindd: let wb_lookupsids_move_name() handle domain_index UINT32_MAXRalph Boehme2017-04-121-8/+14
* winbindd: remove unused single_domains arrayRalph Boehme2017-04-061-9/+0
* winbindd: use correct domain name for failed lookupsidsRalph Boehme2017-04-061-3/+4
* winbindd: explicit check for well-known SIDs in wb_lookupsids_bulk()Ralph Boehme2017-04-061-1/+4
* winbindd: avoid multiple wbint_LookupSids/lsa_LookupSids calls to the same do...Stefan Metzmacher2017-03-121-9/+39
* winbind: Fix wb_lookupsids for AD DCsVolker Lendecke2017-01-021-2/+1
* lib: Add lib/util_unixsids.hVolker Lendecke2016-12-281-0/+1
* winbindd: in wb_lookupsids return domain name if we have itRalph Boehme2016-06-281-1/+29
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-111-1/+1
* s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*()Gregor Beck2014-02-211-1/+1
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-091-0/+3
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-1/+1
* s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam2012-07-121-1/+1
* s3: Remove a SMB_ASSERTVolker Lendecke2012-04-281-1/+5
* s3: Fix bug 8904 -- wbinfo --lookup-sids "" crashes winbindVolker Lendecke2012-04-281-5/+5
* Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke2011-08-171-1/+1
* s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)Volker Lendecke2011-06-271-1/+1
* Use tevent_req_oomVolker Lendecke2011-06-201-3/+3
* s3:wb_lookupsids: add some paranoia checks to wb_lookupsids_recv()Stefan Metzmacher2011-06-161-0/+18
* s3:wb_lookupsids: don't ignore 'result' and check if we got useable valuesStefan Metzmacher2011-06-161-4/+48
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-6/+6
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* s3: Add wb_lookupsidsVolker Lendecke2011-04-131-0/+601