summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap.c
Commit message (Expand)AuthorAgeFilesLines
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3: Make idmap_find_domain publicVolker Lendecke2011-04-131-1/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3:idmap: make sure that the id mapping system is initialized for first accessMichael Adam2011-03-221-0/+4
* s3:idmap: remove (now) unneeded function parse_idmap_module()Michael Adam2011-03-221-38/+0
* s3:idmap: simply call idmap_init_named_domain for "*" in idmap_init_default_d...Michael Adam2011-03-221-41/+14
* s3:idmap: remove passdb argument from idmap_init_domain()Michael Adam2011-03-221-5/+3
* s3:idmap: remove the params argument from the init functionMichael Adam2011-03-221-1/+1
* s3:idmap: remove the special treatment of the default domain "*" from idmap_i...Michael Adam2011-03-221-65/+23
* s3: Remove close_fn from idmap_methodsVolker Lendecke2011-03-061-14/+0
* s3:winbindd/idmap.c: add my CMichael Adam2011-01-031-0/+1
* Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ...Jeremy Allison2010-11-081-1/+3
* First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w...Jeremy Allison2010-11-081-0/+10
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-0/+1
* s3:idmap: fix sid_to_unixid for builtin and own domain.Michael Adam2010-08-141-2/+12
* s3:idmap: fix spacing/indentationMichael Adam2010-08-141-2/+2
* s3:idmap: don't check range for passdb idmap domainMichael Adam2010-08-141-21/+30
* s3:idmap: parse ranges and "read only" in idmap_init_domain().Michael Adam2010-08-141-0/+78
* s3:idmap: remove idmap_alloc_context from idmap.cMichael Adam2010-08-141-14/+0
* s3:idmap: remove the alloc methods list from idmap.cMichael Adam2010-08-141-12/+0
* s3:idmap: remove unused get_alloc_methods().Michael Adam2010-08-141-13/+0
* s3:idmap: remove unused smb_register_idmap_alloc().Michael Adam2010-08-141-49/+0
* s3:idmap: remove unused idmap_alloc_init().Michael Adam2010-08-141-79/+0
* s3:idmap: use allocate_id() from the idmap_methods in idmap_allocate_unixid()Michael Adam2010-08-141-4/+12
* s3:idmap: factor out common code of idmap_allocate_uid|gid()Michael Adam2010-08-141-10/+9
* s3:idmap: remove idmap_new_mapping() - now implemented in the backendsMichael Adam2010-08-141-68/+0
* s3:idmap: remove unused idmap_remove_mapping().Michael Adam2010-08-141-17/+0
* s3:idmap: remove unused idmap_set_mapping().Michael Adam2010-08-141-17/+0
* s3:idmap: remove unused idmap_set_gid_hwm()Michael Adam2010-08-141-13/+0
* s3:idmap: remove unused idmap_set_uid_hwm()Michael Adam2010-08-141-13/+0
* s3:winbindd: make sure we only call static_init_idmap onceStefan Metzmacher2010-06-011-7/+18
* s3:winbind Ensure we always init idmap_passdb before we use itAndrew Bartlett2010-06-011-0/+4
* s3:idmap: fix a comment typoMichael Adam2009-05-271-1/+1
* s3-idmap: Fix bug #6286: Call init function for builtin idmap modules before ...Günther Deschner2009-04-241-0/+2
* Alternative fix for 45db33e73 and 0d443ae7931Volker Lendecke2009-01-021-1/+2
* Revert "s:Fix uid_to_sid mapping when the idmap cache is empty."Volker Lendecke2009-01-021-7/+8
* Revert "s3:idmap: Remove passd check from idmap_backends_unixid_to_sid()."Volker Lendecke2009-01-021-0/+9
* s3:idmap: Remove passd check from idmap_backends_unixid_to_sid().Michael Adam2008-12-251-9/+0
* s:Fix uid_to_sid mapping when the idmap cache is empty.Michael Adam2008-12-251-8/+7
* s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_sid_to_un...Michael Adam2008-12-011-0/+3
* s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_unixid_to...Michael Adam2008-12-011-0/+4
* s3:winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain().Michael Adam2008-12-011-0/+3
* Added ability to remove id mappings in wbinfo and libwbclient.Steven Danneman2008-11-181-0/+17
* get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis2008-09-041-14/+9
* idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe...Michael Adam2008-08-131-0/+9
* Some doxygen comments for idmapVolker Lendecke2008-08-121-10/+91
* idmap rewriteVolker Lendecke2008-08-121-815/+336
* Remove the multi-ID lookup code and the 3.2.0 version of idmap_cacheVolker Lendecke2008-08-121-434/+0
* Directly call backends from idmap_[ugs]_to_[ugs]idVolker Lendecke2008-08-121-0/+39
* Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce2008-07-121-15/+15