s3:idmap: add abstract idmap_rw new_mapping mechanism without registering backends
[amitay/samba.git] / source3 / winbindd / idmap.c
2010-08-14 Michael Adams3:idmap: don't check range for passdb idmap domain
2010-08-14 Michael Adams3:idmap: parse ranges and "read only" in idmap_init_do...
2010-08-14 Michael Adams3:idmap: remove idmap_alloc_context from idmap.c
2010-08-14 Michael Adams3:idmap: remove the alloc methods list from idmap.c
2010-08-14 Michael Adams3:idmap: remove unused get_alloc_methods().
2010-08-14 Michael Adams3:idmap: remove unused smb_register_idmap_alloc().
2010-08-14 Michael Adams3:idmap: remove unused idmap_alloc_init().
2010-08-14 Michael Adams3:idmap: use allocate_id() from the idmap_methods...
2010-08-14 Michael Adams3:idmap: factor out common code of idmap_allocate_uid...
2010-08-14 Michael Adams3:idmap: remove idmap_new_mapping() - now implemented...
2010-08-14 Michael Adams3:idmap: remove unused idmap_remove_mapping().
2010-08-14 Michael Adams3:idmap: remove unused idmap_set_mapping().
2010-08-14 Michael Adams3:idmap: remove unused idmap_set_gid_hwm()
2010-08-14 Michael Adams3:idmap: remove unused idmap_set_uid_hwm()
2010-06-01 Stefan Metzmachers3:winbindd: make sure we only call static_init_idmap...
2010-06-01 Andrew Bartletts3:winbind Ensure we always init idmap_passdb before...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Michael Adams3:idmap: fix a comment typo
2009-04-24 Günther Deschners3-idmap: Fix bug #6286: Call init function for builtin...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-02 Volker LendeckeAlternative fix for 45db33e73 and 0d443ae7931
2009-01-02 Volker LendeckeRevert "s:Fix uid_to_sid mapping when the idmap cache...
2009-01-02 Volker LendeckeRevert "s3:idmap: Remove passd check from idmap_backend...
2008-12-25 Michael Adams3:idmap: Remove passd check from idmap_backends_unixid...
2008-12-25 Michael Adams:Fix uid_to_sid mapping when the idmap cache is empty.
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-01 Michael Adams3:winbindd/idmap: add diagnostic entry debug msg to...
2008-12-01 Michael Adams3:winbindd/idmap: add diagnostic entry debug msg to...
2008-12-01 Michael Adams3:winbindd/idmap: add diagnostic entry debug msg to...
2008-11-19 Steven DannemanAdded ability to remove id mappings in wbinfo and libwb...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-04 Herb LewisMerge branch 'v3-devel' of ssh://git.samba.org/data...
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/