summaryrefslogtreecommitdiff
path: root/source3/registry/reg_cachehook.c
Commit message (Expand)AuthorAgeFilesLines
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/reg...Günther Deschner2016-09-281-2/+2
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/registry/Günther Deschner2016-09-281-3/+3
* adt_tree: Avoid WERROR.Jelmer Vernooij2012-03-241-1/+4
* s3-registry: Convert registry key delimiter from slash to backslash.Andreas Schneider2010-06-251-6/+0
* s3:registry: extract the reg_cachehook prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3:registry: add C to reg_cachehook, confessing considerable changes in 2008Michael Adam2010-05-251-0/+1
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3: Remove unused comparison fn from "struct sorted_tree"Volker Lendecke2010-02-131-1/+1
* s3: SORTED_TREE -> struct sorted_treeVolker Lendecke2010-02-131-2/+2
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-5/+5
* registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam2008-04-131-3/+3
* registry cachehook: change helper function keyname_to_path() to return WERROR.Michael Adam2008-04-131-18/+32
* adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam2008-04-131-3/+3
* registry cachehook: revert logic to make fast path more obvious and reduce in...Michael Adam2008-04-131-8/+9
* registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam2008-04-131-6/+7
* registry cachehook: compare cache_tree against NULL, not 0.Michael Adam2008-04-131-1/+1
* registry cachehook: add talloc failed debug messages.Michael Adam2008-04-131-0/+6
* registry cachehook: eliminate a couple trailing spaces (empty lines).Michael Adam2008-04-131-4/+4
* registry cachehook: fix memleak (to talloc_tos()): free key at the end.Michael Adam2008-04-131-1/+4
* registry cachehook: refactor normalization of keyname out.Michael Adam2008-04-131-29/+23
* registry: adapt copied function header comments.Michael Adam2008-04-131-2/+2
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-131-13/+12
* Add some debugging output to reg_cachehook.cMichael Adam2008-01-201-1/+10
* Fix registering Registry backends in reghook_cache_add().Michael Adam2008-01-201-1/+1
* Return existsing cache_tree if it has already been initialized.Michael Adam2008-01-031-4/+6
* Remove pstrings from nsswitch/ and registry/Jeremy Allison2007-11-261-10/+16
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r25417: Use DBGC_REGISTRY class.Günther Deschner2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r17333: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r10012: fix build breakage caused by forgotten commit in local treeGerald Carter2007-10-101-1/+1
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-101-1/+1
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-1/+1
* r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code)Gerald Carter2007-10-101-4/+5
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* enumeration of printers keys ( no data yet ) via the registryGerald Carter2002-07-201-1/+6
* fixed a logic error in the sorted_tree_find_child() routineGerald Carter2002-07-201-0/+4
* fixed seg fault in registry frontend caused by trying toGerald Carter2002-07-191-3/+8
* * refactored registry operations some. subkey lists andGerald Carter2002-07-191-1/+3
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-0/+96