Age | Commit message (Expand) | Author | Files | Lines |
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 us in reg_load_tree. | Michael Adam | 1 | -1/+5 |
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: rename init_registry() to registry_init_full() for consistency. | Michael Adam | 1 | -1/+1 |
2008-04-13 | registry: change init_registry() to return WERROR instead of bool. | Michael Adam | 1 | -5/+2 |
2008-04-13 | registry: change registry_init_smbconf() to return WERROR instead of bool | Michael Adam | 1 | -5/+2 |
2008-04-13 | registry: refactor common part of registry initialization out. | Michael Adam | 3 | -25/+15 |
2008-04-13 | registry: change registry_init_basic() to return WERROR instead of bool | Michael Adam | 1 | -5/+5 |
2008-04-13 | registry: change reghook_cache_add() to return WERROR instead of bool | Michael Adam | 3 | -6/+10 |
2008-04-13 | registry cachehook: change helper function keyname_to_path() to return WERROR. | Michael Adam | 1 | -18/+32 |
2008-04-13 | adt_tree: change pathtree_add to return WERR instead of bool. | Michael Adam | 1 | -3/+3 |
2008-04-13 | registry cachehook: revert logic to make fast path more obvious and reduce in... | Michael Adam | 1 | -8/+9 |
2008-04-13 | registry: change reghook_cache_init() to return WERROR and use it in the call... | Michael Adam | 4 | -9/+26 |
2008-04-13 | registry cachehook: compare cache_tree against NULL, not 0. | Michael Adam | 1 | -1/+1 |
2008-04-13 | registry: change init_registry_key() and init_registry_data() to return WERR | Michael Adam | 3 | -20/+43 |
2008-04-13 | registry: unify debug output in the registry init functions. | Michael Adam | 3 | -9/+9 |
2008-04-13 | registry: change regdb_init() to return WERROR instead of bool. | Michael Adam | 4 | -23/+19 |
2008-04-13 | registry: make registry_init_smbconf() hook the registry ops onto given key. | Michael Adam | 1 | -4/+10 |
2008-04-13 | registry cachehook: add talloc failed debug messages. | Michael Adam | 1 | -0/+6 |
2008-04-13 | registry cachehook: eliminate a couple trailing spaces (empty lines). | Michael Adam | 1 | -4/+4 |
2008-04-13 | registry cachehook: fix memleak (to talloc_tos()): free key at the end. | Michael Adam | 1 | -1/+4 |
2008-04-13 | registry cachehook: refactor normalization of keyname out. | Michael Adam | 1 | -29/+23 |
2008-04-13 | registry: adapt copied function header comments. | Michael Adam | 1 | -2/+2 |
2008-04-13 | registry: remove the REGISTRY_HOOKS layer from the reghook cache. | Michael Adam | 5 | -45/+42 |
2008-04-12 | registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.c | Michael Adam | 1 | -0/+10 |
2008-04-03 | registry: remove parameter checks from smbconf backend: they are in libsmbconf. | Michael Adam | 1 | -191/+1 |
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-31 | registry: reg_deletevalue should return error, when the value does not exist. | Michael Adam | 1 | -0/+18 |
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-23 | Fix Coverity ID 471 | Volker Lendecke | 1 | -1/+1 |