summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-18Added ability to remove id mappings in wbinfo and libwbclient.Steven Danneman1-0/+17
2008-09-04get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis1-14/+9
2008-08-13idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe...Michael Adam1-0/+9
2008-08-12Some doxygen comments for idmapVolker Lendecke1-10/+91
2008-08-12idmap rewriteVolker Lendecke1-815/+336
2008-08-12Remove the multi-ID lookup code and the 3.2.0 version of idmap_cacheVolker Lendecke1-434/+0
2008-08-12Directly call backends from idmap_[ugs]_to_[ugs]idVolker Lendecke1-0/+39
2008-07-12Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce1-15/+15
2008-07-12Remove one nested level by reversing if conditionSimo Sorce1-58/+54
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