registry: change reghook_cache_init() to return WERROR and use it in the callers.
[kai/samba.git] / source3 / registry / reg_cachehook.c
2008-04-13 Michael Adamregistry: change reghook_cache_init() to return WERROR...
2008-04-13 Michael Adamregistry cachehook: compare cache_tree against NULL...
2008-04-12 Michael Adamregistry cachehook: add talloc failed debug messages.
2008-04-12 Michael Adamregistry cachehook: eliminate a couple trailing spaces...
2008-04-12 Michael Adamregistry cachehook: fix memleak (to talloc_tos()):...
2008-04-12 Michael Adamregistry cachehook: refactor normalization of keyname...
2008-04-12 Michael Adamregistry: adapt copied function header comments.
2008-04-12 Michael Adamregistry: remove the REGISTRY_HOOKS layer from the...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-20 Michael AdamAdd some debugging output to reg_cachehook.c
2008-01-20 Michael AdamFix registering Registry backends in reghook_cache_add().
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-03 Michael AdamReturn existsing cache_tree if it has already been...
2007-11-27 Jeremy AllisonRemove pstrings from nsswitch/ and registry/
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Günther Deschnerr25417: Use DBGC_REGISTRY class.
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker17333: Some C++ warnings
2007-10-10 Gerald Carterr10012: fix build breakage caused by forgotten commit...
2007-10-10 Gerald Carterr7440: * merge registry server changes from trunk ...
2007-10-10 Gerald Carterr6942: * merging the registry changes back to the 3...
2007-10-10 Gerald Carterr5517: code cleanup; rename the sorted_tree to pathtree...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-20 Gerald Carterenumeration of printers keys ( no data yet ) via the...
2002-07-20 Gerald Carterfixed a logic error in the sorted_tree_find_child(...
2002-07-19 Gerald Carterfixed seg fault in registry frontend caused by trying to
2002-07-19 Gerald Carter* refactored registry operations some. subkey lists and
2002-07-18 Gerald Cartervirtual registry framework with initial printing hooks.