summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_sid2gid.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-23s4-libnet Always return after composite_error()Andrew Bartlett1-0/+2
These instances should not cause a problem, but make it easier to audit for this kind of problem in the future with grep. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Apr 23 14:29:45 CEST 2012 on sn-devel-104
2011-09-08s4-winbind: added count argument to wb_sids2xids_recv()Andrew Tridgell1-1/+1
this allows callers to know how many SIDs were mapped Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-05-24s4:idmap Adjust code to new idmap structure names and layout.Andrew Bartlett1-3/+3
Andrew Bartlett
2010-02-11s4: Switch to S3-style id mapping data types.Kai Blin1-5/+5
2009-10-20s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell1-2/+0
2009-02-01shared: Move dom_sid_* utility functions to top levelKai Blin1-1/+1
2008-03-18idmap: Map SIDs to unixids instead of uids/gidsKai Blin1-10/+38
(This used to be commit 73ac7c4a1ce937bddd3c52d048665cd0078c6aaa)
2008-02-21idmap: Handle SID->gidKai Blin1-3/+8
(This used to be commit 78d22a28eca4dd89f629dbe75287e9ac3940606b)
2007-10-10r24366: Implemet backend for wbinfo -Y, sid2gidKai Blin1-0/+76
(This used to be commit 599416ca31e6a6ac0a86e543a3903e218043164a)