s3-idmap: Fix bug #6286: Call init function for builtin idmap modules before probing...
[samba.git] / source / winbindd / idmap.c
2009-04-24 Günther Deschners3-idmap: Fix bug #6286: Call init function for builtin...
2009-02-24 Steve FrenchMerge branch 'v3-3-test' of git://git.samba.org/samba...
2009-01-02 Volker LendeckeAlternative fix for 45db33e73 and 0d443ae7931
2009-01-02 Volker LendeckeRevert "Fix uid_to_sid mapping when the idmap cache...
2009-01-02 Volker LendeckeRevert "idmap: Remove passd check from idmap_backends_u...
2008-12-25 Michael Adamidmap: Remove passd check from idmap_backends_unixid_to...
2008-12-25 Michael AdamFix uid_to_sid mapping when the idmap cache is empty.
2008-12-01 Michael Adamwinbindd/idmap: add diagnostic entry debug msg to idmap...
2008-12-01 Michael Adamwinbindd/idmap: add diagnostic entry debug msg to idmap...
2008-12-01 Michael Adamwinbindd/idmap: add diagnostic entry debug msg to idmap...
2008-11-19 Steven Danneman[PATCH] Added ability to remove id mappings in wbinfo...
2008-09-04 Herb Lewisget rid of unneeded argument in get_methods and get_all...
2008-08-13 Michael Adamidmap tdb2: fix inconsistent mappings by checking for...
2008-08-12 Volker LendeckeSome doxygen comments for idmap
2008-08-12 Volker Lendeckeidmap rewrite
2008-08-12 Volker LendeckeRemove the multi-ID lookup code and the 3.2.0 version...
2008-08-12 Volker LendeckeDirectly call backends from idmap_[ugs]_to_[ugs]id
2008-07-13 Simo SorceFix regression introduced with 4086ef15b395f1a536fb669a...
2008-07-13 Simo SorceRemove one nested level by reversing if condition
2008-07-13 Simo SorceAdd back mem leak fixes
2008-07-13 Simo SorceMake again idmap_init static
2008-07-11 Volker LendeckeRevert "Fix two memory leaks in an error path in idmap.c"
2008-07-11 Volker LendeckeRevert "Make idmap_init() static"
2008-07-11 Volker LendeckeRevert "Convert idmap_cache to gencache"
2008-07-11 Volker LendeckeRevert "Make use of ADD_TO_ARRAY"
2008-07-05 Volker LendeckeMake use of ADD_TO_ARRAY
2008-07-05 Volker LendeckeConvert idmap_cache to gencache
2008-07-02 Volker LendeckeMake idmap_init() static
2008-07-02 Volker LendeckeFix two memory leaks in an error path in idmap.c
2008-06-17 Karolin Seegeridmap: Fix typos in comments.
2008-06-17 Karolin SeegerFix typo.
2008-04-02 Simo SorceFix trusted users on a DC that uses the old idmap synta...
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-12 Stefan Metzmacherwinbindd: remove unused WINBINDD_DUMP_MAPS support
2007-12-11 Stefan Metzmacheridmap: add a const to idmap_dump_maps()
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-05 Michael AdamFix a debug message (missing newline).
2007-11-20 Gerald (Jerry) CarterPrevent segv in winbindd running on a DC using the...
2007-10-19 Volker LendeckeFix an incompatible pointer type warning
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-16 Simo SorceFix default domains support using compat syntax.
2007-10-10 Stefan Metzmacherr25154: move winbindd code into winbindd/