Age | Commit message (Expand) | Author | Files | Lines |
2008-05-08 | registry: add removal of secdesc of a key to regdb_store_keys(). | Michael Adam | 1 | -0/+17 |
2008-05-08 | registry: add comments to removing lists in regdb_store_keys(). | Michael Adam | 1 | -0/+4 |
2008-05-08 | registry: change order of deleting value and subkey lists in store_keys(). | Michael Adam | 1 | -16/+13 |
2008-05-08 | registry: adapt comment to first step in regdb_store_keys(). | Michael Adam | 1 | -1/+1 |
2008-05-08 | registry: adapt comment of last step in regdb_store_keys(). | Michael Adam | 1 | -1/+1 |
2008-05-08 | registry: regdb_store_keys: move storing the subkey list down after removing ... | Michael Adam | 1 | -8/+8 |
2008-05-08 | registry: add comment explaining workflow to make store_keys safe w/o transac... | Michael Adam | 1 | -0/+21 |
2008-05-08 | registry: check for existence of non base key in regdb_store_keys() before pr... | Michael Adam | 1 | -0/+4 |
2008-05-08 | registry: add a function regdb_key_is_base_key() to check whether is composite. | Michael Adam | 1 | -0/+33 |
2008-05-08 | registry: check for existence of key in regdb_set_secdesc() before proceeding. | Michael Adam | 1 | -0/+5 |
2008-05-08 | registry: check for existence of key in regdb_get_secdesc() before proceeding. | Michael Adam | 1 | -0/+5 |
2008-05-08 | registry: check for existence of key in regdb_store_values() before proceeding. | Michael Adam | 1 | -0/+4 |
2008-05-08 | registry: check for existence of key in regdb_fetch_keys() before proceeding. | Michael Adam | 1 | -0/+4 |
2008-05-08 | registry: check for existence of key in regdb_fetch_values() first. | Michael Adam | 1 | -0/+4 |
2008-05-08 | registry: free talloc context on error path in regdb_fetch_values(). | Michael Adam | 1 | -1/+1 |
2008-05-08 | registry: Implement new semantics for existence of registry key in tdb. | Michael Adam | 1 | -3/+52 |
2008-05-08 | registry: free temporary data in regdb_fetch_key_internal(). | Michael Adam | 1 | -1/+5 |
2008-05-08 | registry: change order of arguments of regdb_fetch_key_internal() | Michael Adam | 1 | -4/+4 |
2008-04-30 | registry: skip writes of existing keys in init_registry_data(). | Michael Adam | 1 | -0/+3 |
2008-04-30 | registry: save writes in init_registry_data() if data does already exist. | Michael Adam | 1 | -12/+43 |
2008-04-30 | registry: check for existence of key init_registry_key and possibly save a wr... | Michael Adam | 1 | -0/+4 |
2008-04-30 | registry: add function regdb_key_exists() to check for existence of a key. | Michael Adam | 1 | -0/+17 |
2008-04-30 | registry: use regdb_fetch_key_internal() in regdb_fetch_values(). | Michael Adam | 1 | -5/+1 |
2008-04-30 | registry: use regdb_fetch_key_internal() in regdb_fetch_keys(). | Michael Adam | 1 | -7/+1 |
2008-04-30 | registry: add a function for fetching a tdb record for a given keystring | Michael Adam | 1 | -0/+12 |
2008-04-30 | registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_key... | Michael Adam | 1 | -7/+1 |
2008-04-30 | registry: use normalize_reg_path() in regdb_fetch_keys() | Michael Adam | 1 | -2/+1 |
2008-04-30 | registry: use dbwrap_fetch_bystring() in regdb_fetch_values(). | Michael Adam | 1 | -5/+1 |
2008-04-30 | registry: use dbwrap_fetch_bystring() in regdb_fetch_keys(). | Michael Adam | 1 | -5/+1 |
2008-04-13 | registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys. | Michael Adam | 1 | -1/+7 |
2008-04-13 | registry: change init_registry_key() and init_registry_data() to return WERR | Michael Adam | 1 | -17/+35 |
2008-04-13 | registry: change regdb_init() to return WERROR instead of bool. | Michael Adam | 1 | -5/+7 |
2008-04-01 | Convert dbwrap_trans_delete to NTSTATUS | Volker Lendecke | 1 | -5/+4 |
2008-04-01 | Convert dbwrap_trans_store to NTSTATUS | Volker Lendecke | 1 | -11/+16 |
2008-04-01 | regdb: let regdb_fetch_keys() handle NULL and failure cases in the same way a... | Stefan Metzmacher | 1 | -1/+0 |
2008-04-01 | regdb: get the seqnum before the record, to not miss something | Stefan Metzmacher | 1 | -4/+4 |
2008-04-01 | regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access" | Stefan Metzmacher | 1 | -10/+12 |
2008-03-30 | Revert "regdb: use dbwrap->fetch() instead of fetch_locked() for readonly acc... | Michael Adam | 1 | -11/+10 |
2008-03-27 | regdb: use == 0 (instead of != -1) as indicator for success of dbwrap_trans_[... | Michael Adam | 1 | -4/+4 |
2008-03-27 | regdb: use != 0 instead of == -1 check for transaction_[commit|cancel] | Michael Adam | 1 | -6/+6 |
2008-03-27 | regdb: use db_open_trans() | Stefan Metzmacher | 1 | -5/+6 |
2008-03-27 | regdb: use regdb->transaction_start(regdb) != 0 consistent | Stefan Metzmacher | 1 | -3/+3 |
2008-03-27 | regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access | Stefan Metzmacher | 1 | -10/+11 |
2008-03-27 | regdb: use dbwrap_trans_store_int32 | Stefan Metzmacher | 1 | -1/+1 |
2008-03-20 | registry: use available string constant in debug statement. | Michael Adam | 1 | -1/+1 |
2008-03-20 | registry: in regdb_init, not only complain about INFO/version, store it... | Michael Adam | 1 | -0/+8 |
2008-03-20 | registry: reformat regdb_init() slightly, breaking long lines. | Michael Adam | 1 | -6/+9 |
2008-03-20 | registry: untangle assignment and if-statement in regdb_init(). | Michael Adam | 1 | -2/+2 |
2008-03-20 | registry: separate initialization of registry data from regdb_init(). | Michael Adam | 1 | -9/+2 |
2008-03-20 | registry: add a transaction wrapper to init_registry_key_internal(). | Michael Adam | 1 | -0/+31 |