summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/wb_group_members.c
Commit message (Expand)AuthorAgeFilesLines
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-111-1/+1
* s3:winbindd fix a compiler warningChristian Ambach2013-12-121-2/+2
* s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()Michael Adam2013-01-291-17/+42
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-2/+2
* s3: Fix getent group if trusted domains are not reachableVolker Lendecke2011-08-291-2/+7
* s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke2011-05-101-12/+6
* s3:winbind: Fork multiple children per domainVolker Lendecke2011-01-211-1/+1
* s3:winbindd: use ndr_wbint_c.h instead of cli_wbint.hStefan Metzmacher2011-01-111-1/+1
* s3: Use any_nt_status_not_ok in winbindVolker Lendecke2010-10-201-5/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_*Stefan Metzmacher2010-08-161-3/+3
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+1
* s3-winbindd: Fix typo in comment.Karolin Seeger2010-04-131-1/+1
* s3:winbind: Add a comment about fill_grent_mem_domusers...Volker Lendecke2009-08-291-0/+4
* s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke2009-08-291-3/+3
* s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke2009-08-291-18/+17
* s3:winbind: Remove the manual caching for the async wb_ functionsVolker Lendecke2009-08-271-31/+0
* s3:winbind: Add async wb_group_membersVolker Lendecke2009-08-161-0/+496