summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_lookupsids.c
Commit message (Expand)AuthorAgeFilesLines
* 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