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