s3:registry: add an extra check for dsize==0 to regdb_fetch_keys_internal()
[amitay/samba.git] / source3 / registry / reg_backend_db.c
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...
2009-02-26 Michael Adams3:registry: implement delete_subkey in the db backend
2009-02-26 Michael Adams3:registry: refactor deletion of various subkey lists...
2009-02-26 Michael Adams3:registry: streamline and cleanup regdb_set_secdesc...
2009-02-26 Michael Adams3:registry: refactor deletion of value/secdesc/subkey...
2009-02-26 Michael Adams3:registry: implement create_subkey for the db backend.
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_get_seqnum() in reg_back...
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_set_seqnum() in reg_back...
2009-02-26 Michael Adams3:registry: use regsubkey_ctr_init() in reg_backend_db.c
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->subkey...
2009-02-26 Michael Adams3:registry: don't directly access key->subkeys->num_su...
2009-02-26 Michael Adams3:registry: replace typedef "REGSUBKEY_CTR" by "struct...
2009-02-26 Michael AdamRevert "Fix a O(n^2) algorithm in regdb_fetch_keys()"
2009-02-26 Michael Adams3:registry: provide transaction_start|commit|cancel...
2009-02-26 Volker LendeckeWrap creating the sorted subkey cache in a transaction
2009-02-26 Volker LendeckeAdd a comment describing the sorted subkeys
2009-02-26 Volker LendeckeAdd sorted subkey cache
2009-02-19 Jeremy AllisonFix printf type warning.
2009-02-19 Volker LendeckeFix a O(n^2) algorithm in regdb_fetch_keys()
2009-02-19 Volker LendeckeFix a buffer handling bug when adding lots of registry...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-01 Jelmer VernooijRename dos_errstr() to win_errstr() for consistency...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-08-05 Michael Adamregistry: use _bystring wrappers to dbwrap_trans_(store...
2008-07-16 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-15 Michael Adamregistry: bump debug level to 1 in regdb_init() if...
2008-07-15 Michael Adamregistry: bump debug level to 1 in regdb_init() if...
2008-07-09 Michael Adamregistry: fix logic in deleting subkeys record in regdb...
2008-07-09 Michael Adamregistry: improve logic for deleting value records...
2008-07-08 Michael Adamregistry: fetch regdb_fetch_keys() when a key exists...
2008-05-08 Michael Adamregistry: add removal of secdesc of a key to regdb_stor...
2008-05-08 Michael Adamregistry: add comments to removing lists in regdb_store...
2008-05-08 Michael Adamregistry: change order of deleting value and subkey...
2008-05-08 Michael Adamregistry: adapt comment to first step in regdb_store_ke...
2008-05-08 Michael Adamregistry: adapt comment of last step in regdb_store_keys().
2008-05-08 Michael Adamregistry: regdb_store_keys: move storing the subkey...
2008-05-08 Michael Adamregistry: add comment explaining workflow to make store...
2008-05-08 Michael Adamregistry: check for existence of non base key in regdb_...
2008-05-08 Michael Adamregistry: add a function regdb_key_is_base_key() to...
2008-05-08 Michael Adamregistry: check for existence of key in regdb_set_secde...
2008-05-08 Michael Adamregistry: check for existence of key in regdb_get_secde...
2008-05-08 Michael Adamregistry: check for existence of key in regdb_store_val...
2008-05-08 Michael Adamregistry: check for existence of key in regdb_fetch_key...
2008-05-08 Michael Adamregistry: check for existence of key in regdb_fetch_val...
2008-05-08 Michael Adamregistry: free talloc context on error path in regdb_fe...
2008-05-08 Michael Adamregistry: Implement new semantics for existence of...
2008-05-08 Michael Adamregistry: free temporary data in regdb_fetch_key_intern...
2008-05-08 Michael Adamregistry: change order of arguments of regdb_fetch_key_...
2008-04-30 Michael Adamregistry: skip writes of existing keys in init_registry...
2008-04-30 Michael Adamregistry: save writes in init_registry_data() if data...
2008-04-30 Michael Adamregistry: check for existence of key init_registry_key...
2008-04-30 Michael Adamregistry: add function regdb_key_exists() to check...
next