summaryrefslogtreecommitdiffstats
path: root/source4/winbind/idmap.c
Commit message (Expand)AuthorAgeFilesLines
* s4: Switch to S3-style id mapping data types.Kai Blin2010-02-111-10/+18
* s4 idmap: Make the sid_to_xid and xid_to_sid calls static.Kai Blin2010-02-111-4/+8
* s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell2009-10-231-2/+2
* s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell2009-10-201-3/+0
* shared: Move dom_sid_* utility functions to top levelKai Blin2009-02-011-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-9/+5
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+2
* show what type of idmapping has failedAndrew Tridgell2008-04-141-2/+2
* idmap: Also store sid type in the idmap dbKai Blin2008-04-021-71/+74
* idmap: Map SIDs to unixids instead of uids/gidsKai Blin2008-03-181-540/+182
* idmap: Handle SID->gidKai Blin2008-02-211-2/+255
* idmap: Handle SID->uidKai Blin2008-02-211-2/+255
* idmap: Handle gid->SID mappingKai Blin2008-02-211-3/+154
* idmap: Handle uid->SID mappingKai Blin2008-02-211-0/+415