summaryrefslogtreecommitdiffstats
path: root/source/winbindd/idmap.c
Commit message (Expand)AuthorAgeFilesLines
* s3-idmap: Fix bug #6286: Call init function for builtin idmap modules before ...Günther Deschner2009-04-281-0/+2
* Alternative fix for 45db33e73 and 0d443ae7931Volker Lendecke2009-01-051-1/+2
* Revert "Fix uid_to_sid mapping when the idmap cache is empty."Volker Lendecke2009-01-051-7/+8
* Revert "idmap: Remove passd check from idmap_backends_unixid_to_sid()."Volker Lendecke2009-01-051-0/+9
* idmap: Remove passd check from idmap_backends_unixid_to_sid().Michael Adam2009-01-021-9/+0
* Fix uid_to_sid mapping when the idmap cache is empty.Michael Adam2009-01-021-8/+7
* winbindd/idmap: add diagnostic entry debug msg to idmap_backends_sid_to_unixidMichael Adam2008-12-111-0/+3
* winbindd/idmap: add diagnostic entry debug msg to idmap_backends_unixid_to_sidMichael Adam2008-12-111-0/+4
* winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain().Michael Adam2008-12-111-0/+3
* [PATCH] Added ability to remove id mappings in wbinfo and libwbclient.Steven Danneman2008-11-191-0/+17
* get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis2008-09-081-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
* Remove one nested level by reversing if conditionSimo Sorce2008-07-121-58/+54
* Add back mem leak fixesSimo Sorce2008-07-121-0/+2
* Make again idmap_init staticSimo Sorce2008-07-121-1/+1
* Revert "Fix two memory leaks in an error path in idmap.c"Volker Lendecke2008-07-111-2/+0
* Revert "Make idmap_init() static"Volker Lendecke2008-07-111-1/+1
* Revert "Convert idmap_cache to gencache"Volker Lendecke2008-07-111-35/+19
* Revert "Make use of ADD_TO_ARRAY"Volker Lendecke2008-07-111-21/+73
* Make use of ADD_TO_ARRAYVolker Lendecke2008-07-051-73/+21
* Convert idmap_cache to gencacheVolker Lendecke2008-07-051-19/+35
* Make idmap_init() staticVolker Lendecke2008-07-021-1/+1
* Fix two memory leaks in an error path in idmap.cVolker Lendecke2008-07-021-0/+2
* idmap: Fix typos in comments.Karolin Seeger2008-06-171-3/+3
* Fix typo.Karolin Seeger2008-06-171-1/+1
* Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce2008-04-031-0/+70
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-6/+6
* winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2007-12-121-67/+0
* idmap: add a const to idmap_dump_maps()Stefan Metzmacher2007-12-111-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Fix a debug message (missing newline).Michael Adam2007-12-051-1/+1
* Prevent segv in winbindd running on a DC using the "idmap backend" syntax.Gerald (Jerry) Carter2007-11-201-7/+8
* Fix an incompatible pointer type warningVolker Lendecke2007-10-191-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* Fix default domains support using compat syntax.Simo Sorce2007-10-161-14/+29
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1562