s3: Avoid db_ctdb_fetch for persistent databases
[kai/samba.git] / source3 / registry /
2012-09-26 Andrew Bartlettlib/util/charset: We do not use fucntions from wchar...
2012-08-23 Björn Jackes3/registry: fix compile warning on openindiana
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-25 David BindermanFix bug 9065: source3/registry/regfio.c: bad call to...
2012-07-17 Rusty Russellsource3/registry/reg_backend_db.c: fix stackframe leak
2012-07-05 Michael Adams3:registry: untangle assignment from check in reg_enum...
2012-07-05 Michael Adams3:registry: untangle assignment from check in reg_enum...
2012-06-27 Michael Adams3:registry: change reg_import.c according to coding...
2012-06-27 Michael Adams3:registry: use TALLOC_CTX * instead of const void...
2012-06-26 Gregor Becks3:registry: add function registry_value_cmp()
2012-06-26 Gregor Becks3:registry: fix possible double free in import
2012-06-26 Gregor Becks3:registry: improve debug output in reg_parse
2012-06-26 Gregor Becks3:registry: add functions to conveniently create regis...
2012-06-26 Gregor Becks3:registry: silence net_deletekey_recursive
2012-06-26 Michael Adams3:registry: make reg_delete_path() delete the path...
2012-06-26 Gregor Becks3:registry: compile reg_create_path() & reg_delete_path()
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_in...
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
2012-05-07 Michael Adams3:registry: let reg_values_need_update() return true...
2012-05-07 Michael Adams3:registry: let reg_subkeys_need_update() return true...
2012-05-05 Michael Adams3:registry: implement values_need_update and subkeys_n...
2012-05-05 Michael Adams3:registry: return error when Key does not exist in...
2012-04-26 Volker Lendeckes3: Remove an unused variable
2012-04-25 Michael Adams3:registry: replace call to reg_openkey() in reg_creat...
2012-04-25 Michael Adams3:registry: remove a superfluous fill_subkey_cache...
2012-04-25 Michael Adams3:registry: use fill_subkey_cache to check exsistence...
2012-04-25 Michael Adams3:registry: let fill_subkey_cache return WERR_BADFILE...
2012-04-25 Michael Adams3:registry: convert reg_openkey() to use talloc instea...
2012-04-25 Michael Adams3:registry untangle an assignment from the check in...
2012-04-25 Michael Adams3:registry: untangle assignment from check in regkey_o...
2012-04-25 Michael Adams3:registry: fix seqnum race in regdb_fetch_keys_internal
2012-04-25 Michael Adams3:registry: fix seqnum race in fetch_values_internal
2012-04-25 Michael Adams3:registry: update the seqnum in the subkey cache...
2012-04-25 Michael Adams3:registry:db: update the value container seqnum after...
2012-04-25 Michael Adams3:registry: wrap reg_deletekey() into a transaction
2012-04-25 Michael Adams3:registry: wrap reg_createkey() in a transaction
2012-04-25 Michael Adams3:registry: untangle assignments from checks in reg_cr...
2012-04-25 Michael Adams3:registry: wrap reg_deletevalue() in a transaction
2012-04-25 Michael Adams3:registry: untangle assignment from check in reg_dele...
2012-04-25 Michael Adams3:registry: fix race in reg_setvalue that could lead...
2012-04-25 Michael Adams3:registry: untangle assignment from check and add...
2012-04-25 Michael Adams3:registry: don't leak the old contents when updating...
2012-04-25 Michael Adams3:registry: fix debug message in regdb_store_values_in...
2012-04-25 Michael Adams3:registry: improve log message in regdb_unpack_values()
2012-04-25 Michael Adams3:registry: fix a debug message typo
2012-04-25 Michael Adams3:registry: add a new function regval_ctr_value_byname()
2012-04-25 Michael Adams3:registry: rename regval_ctr_key_exists() to regval_c...
2012-04-25 Michael Adams3:registry:reg_api: fix reg_queryvalue to not fail...
2012-04-25 Michael Adams3:registry: make regdb_values_need_update() static
2012-04-25 Michael Adams3:registry: make regdb_subkeys_need_update() static
2012-04-25 Michael Adams3:registry: make regdb_store_values() static
2012-04-25 Michael Adams3:registry: make regdb_fetch_values() static
2012-04-25 Michael Adams3:registry: make regdb_fetch_keys() static
2012-04-25 Michael Adams3:registry: make regdb_store_keys() static
2012-04-25 Michael Adams3:registry: printing backend: use regdb options via...
2012-04-13 Olaf FlebbeWrong assertion/comparison: Compare value not pointer
2012-03-24 Jelmer Vernooijadt_tree: Avoid WERROR.
2012-02-17 Andrew Bartletts3-registry Remove unused dup_registry_value() and...
2012-02-10 Andrew Bartletts3-registry: Remove unused prs_uint8()
2012-01-24 Gregor Becks3:registry: do not write empty value lists to registry.tdb
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2012-01-04 David Disseldorps3-perfcount: fix incorrect array length calculations
2011-12-20 Volker Lendeckes3: Fix some False/NULL hickups
2011-12-06 Michael Adams3:registry: replace use of rawmemchr by portable equiv...
2011-12-03 Gregor Becklib/util: factor out tdb_data_is_empty
2011-12-03 Gregor Becks3:registry: do not use regdb functions during db upgrade
2011-11-25 Gregor Becks3:registry: write INFO/version if we create registry.tdb
2011-11-09 Michael Adams3:registry: prevent unnecessary transactions in regdb_init
2011-11-03 Björn Baumbachs3-registry: fix upgrade code
2011-10-27 Andreas Schneiderreplace: Add don't include unistd.h directly and add...
2011-10-27 Andreas Schneiders3: Include uid_wrapper where it is missing.
2011-10-12 Gregor Becks3:registry add function srprs_hive()
2011-10-12 Michael Adams3:registry: improve regdb_create_subkey_internal(...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS...
2011-10-11 Michael Adams3:registry: convert reg_backend_db to use dbwrap wrapp...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystrin...
2011-10-11 Michael Adams3:dbwrap: move the db_open_rbt() prototype to a new...
2011-10-01 Michael Adams3:registry: fix the test for a REG_SZ blob possibly...
2011-10-01 Gregor Becks3:registry: reg_format: handle unterminated REG_SZ...
2011-09-19 Michael Adams3:registry: fix a debug message in the v2_to_v3 upgrad...
2011-09-07 Volker Lendeckes3: Fix Coverity ID 2611, UNINIT
2011-09-07 Volker Lendeckes3: Fix Coverity ID 2612, UNINIT
2011-09-02 Michael Adams3:registry: fix a debug message typo
2011-09-02 Michael Adams3:registry: introduce a define REGDB_CODE_VERSION...
2011-09-02 Michael Adams3:registry: rename REGVE_Vx toREGDB_VERSION_Vx for...
2011-09-01 Michael Adams3:registry: implement regdb_set_secdesc() with regdb_t...
2011-09-01 Michael Adams3:registry: implement regdb_store_values() with regdb_...
2011-09-01 Michael Adams3:registry: change regdb_store_values_internal() from...
2011-09-01 Michael Adams3:registry: use the regdb_trans_do wrapper instead...
2011-09-01 Michael Adams3:registry: add regdb_trans_do(): a transaction wrappe...
2011-09-01 Michael Adams3:registry: drop log level of unknown regdb version...
2011-08-25 Michael Adams3:registry: fix the v2_to_v3 upgrade code so that...
2011-08-25 Michael Adams3:registry: fix the v1_to_v2 upgrade code so that...
2011-08-25 Michael Adams3:registry: define a constant REGDB_VERSION_KEYNAME...
2011-08-25 Michael Adams3:registry: hand db context in to v2_to_v3 upgrade...
2011-08-25 Michael Adams3:registry: fix broken use of dbwrap store record...
2011-08-25 Günther Deschners3-registry: fix bug #8401 - registry/reg_format.c...
2011-08-15 Michael Adams3:registry: enhance debugging of deletekey_recursive
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...
next