summaryrefslogtreecommitdiffstats
path: root/source/registry/reg_backend_db.c
Commit message (Expand)AuthorAgeFilesLines
* registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.Michael Adam2008-04-221-1/+7
* registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam2008-04-221-17/+35
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-221-5/+7
* Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke2008-04-121-5/+4
* Convert dbwrap_trans_store to NTSTATUSVolker Lendecke2008-04-121-11/+16
* regdb: let regdb_fetch_keys() handle NULL and failure cases in the same way a...Stefan Metzmacher2008-04-121-1/+0
* regdb: get the seqnum before the record, to not miss somethingStefan Metzmacher2008-04-121-4/+4
* regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access"Stefan Metzmacher2008-04-121-10/+12
* Revert "regdb: use dbwrap->fetch() instead of fetch_locked() for readonly acc...Michael Adam2008-04-121-11/+10
* regdb: use == 0 (instead of != -1) as indicator for success of dbwrap_trans_[...Michael Adam2008-04-121-4/+4
* regdb: use != 0 instead of == -1 check for transaction_[commit|cancel]Michael Adam2008-04-121-6/+6
* regdb: use db_open_trans()Stefan Metzmacher2008-04-121-5/+6
* regdb: use regdb->transaction_start(regdb) != 0 consistentStefan Metzmacher2008-04-121-3/+3
* regdb: use dbwrap->fetch() instead of fetch_locked() for readonly accessStefan Metzmacher2008-04-121-10/+11
* regdb: use dbwrap_trans_store_int32Stefan Metzmacher2008-04-121-1/+1
* registry: use available string constant in debug statement.Michael Adam2008-03-271-1/+1
* registry: in regdb_init, not only complain about INFO/version, store it...Michael Adam2008-03-271-0/+8
* registry: reformat regdb_init() slightly, breaking long lines.Michael Adam2008-03-271-6/+9
* registry: untangle assignment and if-statement in regdb_init().Michael Adam2008-03-271-2/+2
* registry: separate initialization of registry data from regdb_init().Michael Adam2008-03-271-9/+2
* registry: add a transaction wrapper to init_registry_key_internal().Michael Adam2008-03-271-0/+31
* registry: refactor creation of subkeys out of init_registry_data().Michael Adam2008-03-271-79/+92
* registry: untangle assignment and if-clause in init_registry_data().Michael Adam2008-03-171-1/+2
* registry: convert regdb REGISTRY_OPS to named struct initializers.Michael Adam2008-03-171-9/+8
* registry: use talloc instead of malloc and provide common exit pointMichael Adam2008-03-171-13/+13
* registry: remove an unused variable from regdb_set_secdesc().Michael Adam2008-03-171-6/+0
* registry: untangle assignments and if statements in regdb_set_secdesc().Michael Adam2008-03-171-6/+7
* registry: use talloc_stackframe instead of hand crafted temporary context.Michael Adam2008-03-171-5/+1
* registry: use talloc instead of malloc for tdb data in regdb_store_values().Michael Adam2008-03-171-2/+1
* registry: don't use talloc_stackframe() instead of talloc_tos() als temp ctxMichael Adam2008-03-171-14/+14
* registry: don't leak to talloc stack in regdb_fetch_keys().Michael Adam2008-03-171-1/+2
* registry: explicitly use talloc context instead of talloc_tos()Michael Adam2008-03-171-2/+2
* registry: don't leak on success path in regdb_store_keys().Michael Adam2008-03-171-0/+1
* registry: allocate tempory data in talloc stack in regdb_store_keys().Michael Adam2008-03-171-6/+4
* registry: separate cancel and failur exit paths in regdb_store_keys().Michael Adam2008-03-171-19/+20
* registry: don't leak memory on transaction fail in regdb_store_keys().Michael Adam2008-03-171-2/+2
* registry: don't leak (to talloc_tos()) in regdb_store_keys().Michael Adam2008-03-171-1/+2
* registry: reformat regdb_store_keys_internal(), killing long lines.Michael Adam2008-03-171-9/+13
* registry: don't leak (to talloc_tos()) in regdb_store_keys_internal().Michael Adam2008-03-171-1/+2
* registry: reformat init_registry_data() some, killing long lines.Michael Adam2008-03-171-29/+39
* registry: explicitly use talloc context instead of talloc_tos()Michael Adam2008-03-171-10/+10
* registry: don't leak (to talloc_tos()) in init_registry_data().Michael Adam2008-03-171-0/+2
* registry: rename tdb_refcount to regdb_refcount after change to dbwrap.Michael Adam2008-03-171-13/+13
* registry: rename tdb_reg to regdb after change to dbwrap.Michael Adam2008-03-171-27/+27
* registry: migrate tdb registry backend to dbwrap.Michael Adam2008-03-171-49/+52
* Fix init_registry_data for subkeyless top-level keys.Günther Deschner2008-03-041-1/+18
* Make regdb_init() behave like regdb_open() when registry is already opened.Michael Adam2008-02-191-1/+4
* Rename reg_db.c to reg_backend_db.cMichael Adam2008-01-211-0/+949