summaryrefslogtreecommitdiff
path: root/source4/winbind/idmap.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-11s4: Switch to S3-style id mapping data types.Kai Blin1-10/+18
2010-02-11s4 idmap: Make the sid_to_xid and xid_to_sid calls static.Kai Blin1-4/+8
2009-10-23s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell1-2/+2
2009-10-20s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell1-3/+0
2009-02-01shared: Move dom_sid_* utility functions to top levelKai Blin1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-9/+5
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-1/+2
2008-04-14show what type of idmapping has failedAndrew Tridgell1-2/+2
2008-04-02idmap: Also store sid type in the idmap dbKai Blin1-71/+74
2008-03-18idmap: Map SIDs to unixids instead of uids/gidsKai Blin1-540/+182
2008-02-21idmap: Handle SID->gidKai Blin1-2/+255
2008-02-21idmap: Handle SID->uidKai Blin1-2/+255
2008-02-21idmap: Handle gid->SID mappingKai Blin1-3/+154
2008-02-21idmap: Handle uid->SID mappingKai Blin1-0/+415