summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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