summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_sids2xids.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-08s4-winbind: added count argument to wb_sids2xids_recv()Andrew Tridgell1-1/+4
this allows callers to know how many SIDs were mapped Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-05-24s4:winbind Change idmap API to match that used by the source3/ idmap subsystemAndrew Bartlett1-2/+18
This makes it much easier to write an idmap module that bridges the gap. We should finish the change to the new API, but for the moment this choke point works for the conversion. Andrew Bartlett
2010-02-11s4: Switch to S3-style id mapping data types.Kai Blin1-3/+3
2009-10-20s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell1-3/+0
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-1/+1
2008-04-11Fixed a crash bug in unixuid module on failed ID mappingAndrew Tridgell1-6/+4
We need to intialise *ids regardless of the status of the call, as the IDL specifies that the out[] array always exists. If we don't initialise out then we get a segv when a id mapping fails. This still doesn't explain why the idmapping is failing, but at least the client now gets NT_STATUS_NONE_MAPPED rather than a crashed server. (This used to be commit 4449ce381aca25e7f510a2f24b43c3a81e870032)
2008-03-18idmap: Map SIDs to unixids instead of uids/gidsKai Blin1-0/+82
(This used to be commit 73ac7c4a1ce937bddd3c52d048665cd0078c6aaa)