summaryrefslogtreecommitdiff
path: root/source4/winbind/idmap.c
Commit message (Expand)AuthorAgeFilesLines
* idmap4: Use sid_check_is_in_unix_groups()Volker Lendecke2016-12-291-7/+1
* idmap4: Use sid_check_is_in_unix_users()Volker Lendecke2016-12-281-7/+2
* idmap4: Slightly simplify idmap_xid_to_sidVolker Lendecke2016-12-281-7/+4
* idmap4: Fix error path memleaks in idmap_initVolker Lendecke2016-12-281-4/+7
* idmap4: Fix idmap_ctx talloc hierarchyVolker Lendecke2016-12-281-3/+5
* idmap: return the correct id type to *id_to_sid methodsGarming Sam2014-12-031-1/+19
* s4:idmap: break account_type check lines for readability in idmap_sid_to_xid()Michael Adam2013-05-271-2/+7
* s4-idmap: Remove requirement that posixAccount or posixGroup be set for rfc2307Andrew Bartlett2013-01-101-6/+3
* Set trans to a value that is not LDB_SUCCESS (all LDB_ constants areMichele Baldessari2012-09-101-1/+1
* s4 rfc2307 gids mapping fixSergey Urushkin2012-07-221-7/+8
* s4-param: Remove unused "idmap trusted only"Andrew Bartlett2012-07-191-6/+0
* s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation er...Andrew Bartlett2012-06-201-20/+45
* s4-idmap: Add mapping using uidNumber and gidNumber like idmap_adAndrew Bartlett2012-06-161-2/+122
* s4-param Remove 'idmap database'Andrew Bartlett2011-06-061-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4:winbind/idmap.c - we cannot use "failed" until we are in a transactionMatthias Dieter Wallnöfer2011-01-121-8/+14
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-161-1/+1
* s4:winbind Give more detail on the parameters when reporting idmap failureAndrew Bartlett2010-05-241-1/+2
* s4:winbind Change idmap API to match that used by the source3/ idmap subsystemAndrew Bartlett2010-05-241-24/+26
* s4:winbind Change include guard so as not to conflict with idmap.h in source3Andrew Bartlett2010-05-241-1/+1
* s4:idmap Adjust code to new idmap structure names and layout.Andrew Bartlett2010-05-241-38/+16
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-4/+2
* 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