summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_group_members.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-29s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()Michael Adam1-17/+42
2012-02-18Fix a bunch of "unused variable" warnings.Jeremy Allison1-2/+2
2011-08-29s3: Fix getent group if trusted domains are not reachableVolker Lendecke1-2/+7
2011-05-10s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke1-12/+6
2011-01-21s3:winbind: Fork multiple children per domainVolker Lendecke1-1/+1
2011-01-11s3:winbindd: use ndr_wbint_c.h instead of cli_wbint.hStefan Metzmacher1-1/+1
2010-10-20s3: Use any_nt_status_not_ok in winbindVolker Lendecke1-5/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-16s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_*Stefan Metzmacher1-3/+3
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-1/+1
2010-04-13s3-winbindd: Fix typo in comment.Karolin Seeger1-1/+1
2009-08-29s3:winbind: Add a comment about fill_grent_mem_domusers...Volker Lendecke1-0/+4
2009-08-29s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke1-3/+3
2009-08-29s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke1-18/+17
2009-08-27s3:winbind: Remove the manual caching for the async wb_ functionsVolker Lendecke1-31/+0
2009-08-16s3:winbind: Add async wb_group_membersVolker Lendecke1-0/+496