summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-12Add back mem leak fixesSimo Sorce1-0/+2
2008-07-12Make again idmap_init staticSimo Sorce1-1/+1
2008-07-11Revert "Fix two memory leaks in an error path in idmap.c"Volker Lendecke1-2/+0
2008-07-11Revert "Make idmap_init() static"Volker Lendecke1-1/+1
2008-07-11Revert "Convert idmap_cache to gencache"Volker Lendecke1-35/+19
2008-07-11Revert "Make use of ADD_TO_ARRAY"Volker Lendecke1-21/+73
2008-07-05Make use of ADD_TO_ARRAYVolker Lendecke1-73/+21
2008-07-05Convert idmap_cache to gencacheVolker Lendecke1-19/+35
2008-07-02Make idmap_init() staticVolker Lendecke1-1/+1
2008-07-02Fix two memory leaks in an error path in idmap.cVolker Lendecke1-0/+2
2008-06-17idmap: Fix typos in comments.Karolin Seeger1-3/+3
2008-06-17Fix typo.Karolin Seeger1-1/+1
2008-04-03Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce1-0/+70
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-6/+6
2007-12-12winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher1-67/+0
2007-12-11idmap: add a const to idmap_dump_maps()Stefan Metzmacher1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-05Fix a debug message (missing newline).Michael Adam1-1/+1
2007-11-20Prevent segv in winbindd running on a DC using the "idmap backend" syntax.Gerald (Jerry) Carter1-7/+8
2007-10-19Fix an incompatible pointer type warningVolker Lendecke1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-16Fix default domains support using compat syntax.Simo Sorce1-14/+29
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+1562