s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h.
[kai/samba.git] / source3 / registry / reg_backend_db.c
2011-08-15 Michael Adams3:registry: fix regdb_key_exists: the record has to...
2011-08-08 Gregor Becks3:registry avoid updating keys which are going to...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-15 Gregor Becks3:registry avoid pruning the sequencenumber while...
2011-07-06 Michael Adams3:registry: update copyright for the registry db imple...
2011-07-04 Michael Adams3:registry: remove unused function regdb_key_is_base_key()
2011-07-04 Michael Adams3:registry: replace use of deprecated talloc_destroy...
2011-07-04 Michael Adams3:registry: remove superfluous check for success of...
2011-07-04 Michael Adams3:registry: add debug-level-10 verbosity to regdb_upgr...
2011-07-04 Michael Adams3:registry: adapt a debug message to be more systematic
2011-07-04 Michael Adams3:registry: set registry version to 3 and add upgrade...
2011-07-04 Michael Adams3:registry: add db_context argument to regdb_upgrade_v...
2011-07-04 Michael Adams3:registry: wrap the whole db upgrade in one transaction
2011-07-04 Michael Adams3:registry: change regdb_store_regdb_version() to...
2011-07-04 Michael Adams3:registry: fix a comment typo
2011-07-04 Michael Adams3:registry: remove unused regdb_delete_sorted_subkeys()
2011-07-04 Michael Adams3:registry: don't delete the unused subkeys cache...
2011-07-04 Michael Adams3:registry: remove the code to create and search the...
2011-07-04 Michael Adams3:registry: adapt the comment explaining the definitio...
2011-07-04 Michael Adams3:registry: regdb_key_exists now checks only for the...
2011-07-04 Michael Adams3:registry: rewrite init_registry_key_internal
2011-07-04 Michael Adams3:registry: add regdb_create_basekey()
2011-07-04 Michael Adams3:registry: add regdb_create_subkey_internal() taking...
2011-07-04 Michael Adams3:registry: add new mode to regdb_store_subkey_list...
2011-07-04 Michael Adams3:registry: create the empty list of subkeys of the...
2011-07-04 Michael Adams3:registry: refactor creation of subkey list out into...
2011-07-04 Michael Adams3:registry: remove redundant write of zero-lentgh...
2011-07-04 Michael Adams3:registry: don't update the sorted subkeys cache...
2011-07-04 Michael Adams3:registry: don't skip base key in existence check...
2011-07-04 Michael Adams3:registry: don't skip base keys from existence check...
2011-07-04 Michael Adams3:registry: don't skip base keys from existence check...
2011-06-30 Michael Adams3:registry: when deleting the records for a key, also...
2011-06-30 Michael Adams3:registry: add helper function regdb_delete_sorted_su...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-30 Andrew Bartlettlibcli/security: move secdesc.c to the top level libcli...
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-12 Michael Adams3:registry: add a warning debug message when the sorte...
2011-05-12 Michael Adams3:registry: recreate the sorted subkeys cache when...
2011-05-12 Michael Adams3:registry: add create_sorted_subkeys() to delete...
2011-05-12 Michael Adams3:registry: turn create_sorted_subkeys_internal to...
2011-05-12 Michael Adams3:registry: rename create_sorted_subkeys() to create_s...
2011-05-12 Michael Adams3:registry: fix a typo in a debug message
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2047, UNUSED_VALUE
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-01-27 Michael Adams3:registry: fix comments in regdb_store_regdb_version()
2010-12-07 Michael Adams3:registry: improve debug messages about regdb refcoun...
2010-10-28 Volker Lendeckes3: Streamline regdb_normalize_keynames_fn a bit
2010-10-28 Volker Lendeckes3: Fix the registry upgrade code
2010-10-12 Michael Adams3:registry: fix some trailing spaces in reg_backend_db
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-07-30 Günther Deschners3-build: avoid to globally include printing and spools...
2010-07-27 Andreas Schneiders3-spoolss: Create winprint print processor key.
2010-07-27 Andreas Schneiders3-registry: Init all needed registry keys for printing.
2010-07-02 Günther Deschners3-registry: allow to read NULL entries (that we allow...
2010-06-25 Michael Adams3:registry: use regdb_store_regdb_version() in regdb_i...
2010-06-25 Michael Adams3:registry: use regdb_store_regdb_version() in regdb_u...
2010-06-25 Michael Adams3:registry: add a function regdb_store_regdb_version()
2010-06-25 Michael Adams3:registry: rename regdb_upgrade_to_version_2() -...
2010-06-25 Michael Adams3:registry: improve logic of upgrade code in regdb_init()
2010-06-25 Michael Adams3:registry: fix some debug messages in regdb_ini()
2010-06-25 Andreas Schneiders3-registry: Convert registry key delimiter from slash...
2010-06-25 Andreas Schneiders3-registry: Added a db upgrade function to normalize...
2010-06-24 Michael Adams3:registry: use normalize_reg_path() in regdb_set_secd...
2010-06-24 Michael Adams3:registry: use normalize_reg_path() in regdb_get_secd...
2010-05-25 Michael Adams3:registry: move reg_objects.h to registry/ and use...
2010-05-25 Michael Adams3:registry: user regval_ctr/blob accessor functions...
2010-05-25 Michael Adams3:registry: rename reg_util.{c,h} to reg_util_internal...
2010-05-25 Michael Adams3:registry: extract the reg_backend_db prototypes...
2010-05-25 Michael Adams3:registry: adapt callers of regval_ctr_addvalue to...
2010-05-25 Michael Adams3:registry: extract the reg_util prototypes into their...
2010-05-20 Gregor Becks3: registry: fix query empty valuenames
2010-05-17 Günther Deschners3-registry: only include registry headers when really...
2010-05-17 Günther Deschners3-libgpo: move group policy protos to where they belong.
2010-02-14 Andrew Tridgells3: convert registry and printing code to TYPESAFE_QSORT()
2010-02-12 Michael Adams3:registry: eliminate race condition in creating/scann...
2009-11-03 Michael Adams3:registry: add an extra check for dsize==0 to regdb_f...
2009-11-03 Michael Adams3:registry: add safety check for return value of tdb_u...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-09-29 Günther Deschners3-registry: use regval_ctr_addvalue_sz().
2009-09-29 Günther Deschners3-registry: use push_reg_sz().
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-15 Michael Adams3:registry: db backend: add my C
2009-07-15 Michael Adams3:registry: flush the provided subkey_ctr in regdb_fet...
2009-07-15 Michael Adams3:registry: turn regdb_fetch_keys_internal() from...
2009-07-15 Michael Adams3:registry: use transaction wrapper in create_sorted_s...
2009-07-15 Michael Adams3:registry: restructure logic of create_sorted_subkes...
2009-07-15 Michael Adams3:registry: use transaction wrapper in regdb_delete_su...
2009-07-15 Michael Adams3:registry: add a comment header for the delete_subkey...
2009-07-15 Michael Adams3:registry: add a comment header for the create_subkey...
2009-07-15 Michael Adams3:registry: use transaction wrapper in regdb_create_su...
2009-07-15 Michael Adams3:registry: use transaction wrapper in regdb_store_key...
2009-07-15 Michael Adams3:registry: don't leak to talloc_stack in regdb_store_...
2009-07-15 Michael Adams3:registry: unify exit logic and remove leaking to...
2009-07-15 Michael Adams3:registry: change regdb_store_keys_internal2() to...
2009-07-15 Michael Adams3:registry: refactor adding of builtin reg values out
next