s3:registry: refactor deletion of various subkey lists out of regdb_store_keys()
[ira/wip.git] / source3 / registry / reg_backend_db.c
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...
2008-04-30 Michael Adamregistry: use regdb_fetch_key_internal() in regdb_fetch...
2008-04-30 Michael Adamregistry: use regdb_fetch_key_internal() in regdb_fetch...
2008-04-30 Michael Adamregistry: add a function for fetching a tdb record...
2008-04-30 Michael Adamregistry: combine talloc_strdup() and normalize_reg_pat...
2008-04-30 Michael Adamregistry: use normalize_reg_path() in regdb_fetch_keys()
2008-04-30 Michael Adamregistry: use dbwrap_fetch_bystring() in regdb_fetch_va...
2008-04-30 Michael Adamregistry: use dbwrap_fetch_bystring() in regdb_fetch_ke...
2008-04-13 Michael Adamregistry: honour the WERROR that regsubkey_ctr_addkey...
2008-04-13 Michael Adamregistry: change init_registry_key() and init_registry_...
2008-04-13 Michael Adamregistry: change regdb_init() to return WERROR instead...
2008-04-01 Volker LendeckeConvert dbwrap_trans_delete to NTSTATUS
2008-04-01 Volker LendeckeConvert dbwrap_trans_store to NTSTATUS
2008-04-01 Stefan Metzmacherregdb: let regdb_fetch_keys() handle NULL and failure...
2008-04-01 Stefan Metzmacherregdb: get the seqnum before the record, to not miss...
2008-04-01 Stefan Metzmacherregdb: use dbwrap->fetch() instead of fetch_locked...
2008-03-30 Michael AdamRevert "regdb: use dbwrap->fetch() instead of fetch_loc...
2008-03-27 Michael Adamregdb: use == 0 (instead of != -1) as indicator for...
2008-03-27 Michael Adamregdb: use != 0 instead of == -1 check for transaction_...
2008-03-27 Stefan Metzmacherregdb: use db_open_trans()
2008-03-27 Stefan Metzmacherregdb: use regdb->transaction_start(regdb) != 0 consistent
2008-03-27 Stefan Metzmacherregdb: use dbwrap->fetch() instead of fetch_locked...
2008-03-27 Stefan Metzmacherregdb: use dbwrap_trans_store_int32
2008-03-20 Michael Adamregistry: use available string constant in debug statement.
2008-03-20 Michael Adamregistry: in regdb_init, not only complain about INFO...
2008-03-20 Michael Adamregistry: reformat regdb_init() slightly, breaking...
2008-03-20 Michael Adamregistry: untangle assignment and if-statement in regdb...
2008-03-20 Michael Adamregistry: separate initialization of registry data...
2008-03-20 Michael Adamregistry: add a transaction wrapper to init_registry_ke...
2008-03-20 Michael Adamregistry: refactor creation of subkeys out of init_regi...
2008-03-18 Günther DeschnerBind Group Policy processing closer to the samba registry.
2008-03-17 Michael Adamregistry: untangle assignment and if-clause in init_reg...
2008-03-17 Michael Adamregistry: convert regdb REGISTRY_OPS to named struct...
2008-03-17 Michael Adamregistry: use talloc instead of malloc and provide...
2008-03-17 Michael Adamregistry: remove an unused variable from regdb_set_secd...
2008-03-17 Michael Adamregistry: untangle assignments and if statements in...
2008-03-17 Michael Adamregistry: use talloc_stackframe instead of hand crafted...
2008-03-17 Michael Adamregistry: use talloc instead of malloc for tdb data...
2008-03-17 Michael Adamregistry: don't use talloc_stackframe() instead of...
2008-03-17 Michael Adamregistry: don't leak to talloc stack in regdb_fetch_keys().
2008-03-17 Michael Adamregistry: explicitly use talloc context instead of...
2008-03-17 Michael Adamregistry: don't leak on success path in regdb_store_keys().
2008-03-17 Michael Adamregistry: allocate tempory data in talloc stack in...
2008-03-17 Michael Adamregistry: separate cancel and failur exit paths in...
2008-03-17 Michael Adamregistry: don't leak memory on transaction fail in...
2008-03-17 Michael Adamregistry: don't leak (to talloc_tos()) in regdb_store_k...
2008-03-17 Michael Adamregistry: reformat regdb_store_keys_internal(), killing...
2008-03-17 Michael Adamregistry: don't leak (to talloc_tos()) in regdb_store_k...
2008-03-17 Michael Adamregistry: reformat init_registry_data() some, killing...
2008-03-17 Michael Adamregistry: explicitly use talloc context instead of...
next