s3:registry: update the seqnum in the subkey cache at the end of regval_store_keys
[ddiss/samba.git] / source3 / registry / reg_backend_db.c
2012-05-10 Michael Adams3:registry: update the seqnum in the subkey cache...
2012-05-10 Michael Adams3:registry:db: update the value container seqnum after...
2012-05-10 Michael Adams3:registry: fix debug message in regdb_store_values_in...
2012-05-10 Michael Adams3:registry: improve log message in regdb_unpack_values...
2012-05-10 Michael Adams3:registry: fix a debug message typo (cherry picked...
2012-05-10 Michael Adams3:registry: rename regval_ctr_key_exists() to regval_c...
2011-05-16 Günther Deschners3: only include tdb headers where needed.
2011-05-13 Michael Adams3:registry: add a warning debug message when the sorte...
2011-05-13 Michael Adams3:registry: recreate the sorted subkeys cache when...
2011-05-13 Michael Adams3:registry: add create_sorted_subkeys() to delete...
2011-05-13 Michael Adams3:registry: turn create_sorted_subkeys_internal to...
2011-05-13 Michael Adams3:registry: rename create_sorted_subkeys() to create_s...
2011-05-13 Michael Adams3:registry: fix a typo in a debug message
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2047, UNUSED_VALUE
2011-04-05 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-01-28 Michael Adams3:registry: fix comments in regdb_store_regdb_version()
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-12-07 Michael Adams3:registry: improve debug messages about regdb refcoun...
2010-11-30 Karolin SeegerMerge master into v3-6-test again.
2010-10-28 Volker Lendeckes3: Streamline regdb_normalize_keynames_fn a bit
2010-10-28 Volker Lendeckes3: Streamline regdb_normalize_keynames_fn a bit
2010-10-28 Volker Lendeckes3: Fix the registry upgrade code
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-08-02 Günther Deschners3-build: avoid to globally include printing and spools...
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
2009-07-15 Michael Adams3:registry: use transaction wrapper in init_registry_d...
2009-07-15 Michael Adams3:registry: add regdb_store_values_internal() that...
2009-07-15 Michael Adams3:registry: add a regdb_fetch_values_internal() that...
2009-07-15 Michael Adams3:registry: use transaction wrapper in init_registry_k...
2009-07-15 Michael Adams3:registry: add db_context argument to init_registry_k...
2009-07-15 Michael Adams3:registry: panic upon error at transaction_cancel...
2009-07-15 Michael Adams3:registry: fix a comment in create_sorted_subkeys()
2009-07-15 Michael Adams3:registry: don't loop transaction_commit in create_so...
2009-07-15 Michael Adams3:registry: in regdb_delete_subkey(), don't use the...
2009-07-15 Michael Adams3:registry: in regdb_delete_subkey(), panic if transac...
2009-07-15 Michael Adams3:registry: panic upon failed transaction_cancel in...
2009-07-15 Michael Adams3:registry: don't use exported transaction wrappers...
2009-07-15 Michael Adams3:registry: create regdb_store_keys_internal() with...
2009-07-15 Michael Adams3:registry: rename regdb_store_keys_internal() to...
2009-07-15 Michael Adams3:registry: create regdb_fetch_keys_internal() with...
2009-07-15 Michael Adams3:registry: add db_context argument to scan_parent_sub...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_fetch_key...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_store_key...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_ke...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_su...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_se...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_va...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_ke...
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_OPS by struct...
2009-04-27 Michael Adams3:registry: replace typedef REGISTRY_VALUE by struct...
2009-04-27 Michael Adams3:registry: replace typedef REGVAL_CTR by struct regva...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
next