summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_sid2uid.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-11/+39
(This used to be commit 73ac7c4a1ce937bddd3c52d048665cd0078c6aaa)
2008-02-21idmap: Handle SID->uidKai Blin1-6/+9
(This used to be commit 4037ca6b9cf14219b4a4475399a51db01c655da6)
2007-10-10r24365: Implemet backend for wbinfo -S, sid2uidKai Blin1-0/+78
(This used to be commit 682e7124fb4218ce599fdcea1399b6a7a46079e2)