summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_getgrsid.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-13s3:winbind: s/wb_group_members_send/wb_alias_members_send/ for SID_NAME_ALIAS...Pavel Filipenský1-7/+184
2023-06-13s3:winbind: Convert wb_group_members_send() to resolve array of groupsPavel Filipenský1-2/+6
2022-07-15s3:winbind: Improve logging in wb_getgrsid.cPavel Filipenský1-0/+6
2018-01-10winbindd: remove 'winbind trusted domains only' handlingStefan Metzmacher1-11/+0
2017-09-30winbind: Remove the use of "talloc_dict"Volker Lendecke1-8/+5
2017-09-29s3:winbind: unmapped Unix groups in getgrgid must be resolved locallyRalph Wuerthner1-0/+6
2015-03-07winbind: Make wb_sids2xids_recv work on an arrayVolker Lendecke1-5/+5
2014-06-11librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett1-1/+1
2013-02-08winbind: Fix an incompatible pointer type warningVolker Lendecke1-1/+1
2013-01-29s3:winbindd: create group structs for gids that are coming from a user sid id...Michael Adam1-0/+49
2012-12-03s3:winbindd: change wb_getgrsid to use wb_sids2xids instead of wb_sid2gidMichael Adam1-2/+17
2011-05-10s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke1-6/+3
2011-01-11s3:winbindd: use ndr_wbint_c.h instead of cli_wbint.hStefan Metzmacher1-1/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-1/+2
2009-12-28s3: Move a lp_winbind_trusted_domains_only() check to wb_getgrsid()Volker Lendecke1-0/+11
2009-08-16s3:winbind: Add async wb_getgrsidVolker Lendecke1-0/+151