Age | Commit message (Expand) | Author | Files | Lines |
2008-04-13 | registry: change reghook_cache_add() to return WERROR instead of bool | Michael Adam | 1 | -3/+3 |
2008-04-13 | registry cachehook: change helper function keyname_to_path() to return WERROR. | Michael Adam | 1 | -18/+32 |
2008-04-13 | adt_tree: change pathtree_add to return WERR instead of bool. | Michael Adam | 1 | -3/+3 |
2008-04-13 | registry cachehook: revert logic to make fast path more obvious and reduce in... | Michael Adam | 1 | -8/+9 |
2008-04-13 | registry: change reghook_cache_init() to return WERROR and use it in the call... | Michael Adam | 1 | -6/+7 |
2008-04-13 | registry cachehook: compare cache_tree against NULL, not 0. | Michael Adam | 1 | -1/+1 |
2008-04-13 | registry cachehook: add talloc failed debug messages. | Michael Adam | 1 | -0/+6 |
2008-04-13 | registry cachehook: eliminate a couple trailing spaces (empty lines). | Michael Adam | 1 | -4/+4 |
2008-04-13 | registry cachehook: fix memleak (to talloc_tos()): free key at the end. | Michael Adam | 1 | -1/+4 |
2008-04-13 | registry cachehook: refactor normalization of keyname out. | Michael Adam | 1 | -29/+23 |
2008-04-13 | registry: adapt copied function header comments. | Michael Adam | 1 | -2/+2 |
2008-04-13 | registry: remove the REGISTRY_HOOKS layer from the reghook cache. | Michael Adam | 1 | -13/+12 |
2008-01-20 | Add some debugging output to reg_cachehook.c | Michael Adam | 1 | -1/+10 |
2008-01-20 | Fix registering Registry backends in reghook_cache_add(). | Michael Adam | 1 | -1/+1 |
2008-01-03 | Return existsing cache_tree if it has already been initialized. | Michael Adam | 1 | -4/+6 |
2007-11-26 | Remove pstrings from nsswitch/ and registry/ | Jeremy Allison | 1 | -10/+16 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25417: Use DBGC_REGISTRY class. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r10012: fix build breakage caused by forgotten commit in local tree | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r7440: * merge registry server changes from trunk (so far) for more | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code) | Gerald Carter | 1 | -4/+5 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2002-07-20 | enumeration of printers keys ( no data yet ) via the registry | Gerald Carter | 1 | -1/+6 |
2002-07-20 | fixed a logic error in the sorted_tree_find_child() routine | Gerald Carter | 1 | -0/+4 |
2002-07-19 | fixed seg fault in registry frontend caused by trying to | Gerald Carter | 1 | -3/+8 |
2002-07-19 | * refactored registry operations some. subkey lists and | Gerald Carter | 1 | -1/+3 |
2002-07-18 | virtual registry framework with initial printing hooks. | Gerald Carter | 1 | -0/+96 |