summaryrefslogtreecommitdiffstats
path: root/source3/registry
Commit message (Collapse)AuthorAgeFilesLines
* registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam2008-04-131-1/+5
| | | | | Michael (This used to be commit c2d9baa29edb2356f32ca19aea828184e9ac7b93)
* registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.Michael Adam2008-04-131-1/+7
| | | | | Michael (This used to be commit 7dd7471da7eca2671b4aa62e8790973e3ff14177)
* registry: rename init_registry() to registry_init_full() for consistency.Michael Adam2008-04-131-1/+1
| | | | | Michael (This used to be commit 14d82708d4499b48830d3dd25a0133f00a39d030)
* registry: change init_registry() to return WERROR instead of bool.Michael Adam2008-04-131-5/+2
| | | | | Michael (This used to be commit 0b196095dbbc29c796cb0742fe6e57a421e9596b)
* registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam2008-04-131-5/+2
| | | | | Michael (This used to be commit 7c343c60574cda091f59861fbcb2893aefb564e9)
* registry: refactor common part of registry initialization out.Michael Adam2008-04-133-25/+15
| | | | | | | into a new function registry_init_common(). Michael (This used to be commit 5da52b95ac69e4abfbc44335df2447bec8f16e13)
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-131-5/+5
| | | | | Michael (This used to be commit 6a31e659cb371395dff0906786f3c6ef0cc2b3de)
* registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam2008-04-133-6/+10
| | | | | Michael (This used to be commit e65a999989c97c4c7b0af5093e0e89583691e9a8)
* registry cachehook: change helper function keyname_to_path() to return WERROR.Michael Adam2008-04-131-18/+32
| | | | | Michael (This used to be commit 78bb005ee45e7a0be24b5222c3f878058b5cd8ea)
* adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam2008-04-131-3/+3
| | | | | Michael (This used to be commit da45fb92f69221758f36db4cbb7d871e3ce60718)
* registry cachehook: revert logic to make fast path more obvious and reduce ↵Michael Adam2008-04-131-8/+9
| | | | | | | indent. Michael (This used to be commit e97d558c5660e6d235b62528f5527a62ac1252d7)
* registry: change reghook_cache_init() to return WERROR and use it in the ↵Michael Adam2008-04-134-9/+26
| | | | | | | callers. Michael (This used to be commit 2f4ca62dce50225d67ba8643afba4199e1845c5f)
* registry cachehook: compare cache_tree against NULL, not 0.Michael Adam2008-04-131-1/+1
| | | | | Michael (This used to be commit 4bfc0be55f2a436a9c687ab6ad86e704fcb753d6)
* registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam2008-04-133-20/+43
| | | | | Michael (This used to be commit e0718f04a7392695eed6cd1bf888d3af1d5d6177)
* registry: unify debug output in the registry init functions.Michael Adam2008-04-133-9/+9
| | | | | Michael (This used to be commit 4fd9b45ffc08e7deeae58be3129832148748af13)
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-134-23/+19
| | | | | Michael (This used to be commit c312852abce72bc167abee8b29fc699c4a643ca7)
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-131-4/+10
| | | | | | | | This still defaults to HKLM\Software\Samba\smbconf, but is interchangeable now. This allows us to open the libsmbconf registry backend on different registry keys. Michael (This used to be commit 8fe1a2f567afbecbe487f08825cb43b038065e99)
* registry cachehook: add talloc failed debug messages.Michael Adam2008-04-131-0/+6
| | | | | Michael (This used to be commit 9841ee7fd429c7ff367dbb43b754cd5b6f53c065)
* registry cachehook: eliminate a couple trailing spaces (empty lines).Michael Adam2008-04-131-4/+4
| | | | | Michael (This used to be commit c9f01aee37165216fa8a5331c64dd93963b38802)
* registry cachehook: fix memleak (to talloc_tos()): free key at the end.Michael Adam2008-04-131-1/+4
| | | | | Michael (This used to be commit 3f5955d361da5278773b46dccb34c8f63eb04157)
* registry cachehook: refactor normalization of keyname out.Michael Adam2008-04-131-29/+23
| | | | | Michael (This used to be commit acb9c98dff7dac5e0688a04dbf6d63a7a7f67fd2)
* registry: adapt copied function header comments.Michael Adam2008-04-131-2/+2
| | | | | Michael (This used to be commit 2e762be0db7a098b6da09756a9c9dfa3931ca3c6)
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-135-45/+42
| | | | | | | | | | | There is no need to save the keyname again, we only need to get the REGISTRY_OPS out of the pathtree. Furthermore, this makes life easier, since we can now pass in keynames as temporarily allocated strings. Michael (This used to be commit 2f9ee2f782c77ed99669af5ac2ba40cb0978f0da)
* registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.cMichael Adam2008-04-121-0/+10
| | | | | | | This function is only used inside registry code. Michael (This used to be commit 48745e3fbd6b38f39678938b8c3f145769065e7b)
* registry: remove parameter checks from smbconf backend: they are in libsmbconf.Michael Adam2008-04-031-191/+1
| | | | | Michael (This used to be commit 118cf3813336122a060916848e37d2d5d25bff92)
* Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke2008-04-011-5/+4
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit dead193f46c2b19955ab3e5ac5ba343694f4858a)
* Convert dbwrap_trans_store to NTSTATUSVolker Lendecke2008-04-011-11/+16
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 5f4de856af1abe63b13059bbe1615cb5877770d0)
* regdb: let regdb_fetch_keys() handle NULL and failure cases in the same way ↵Stefan Metzmacher2008-04-011-1/+0
| | | | | | | and return -1 metze (This used to be commit 983fd58805a429792fc8eaa816e2dd908643414e)
* regdb: get the seqnum before the record, to not miss somethingStefan Metzmacher2008-04-011-4/+4
| | | | | metze (This used to be commit c214107bd9bbf9b17936757437ec211d7de3048e)
* regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access"Stefan Metzmacher2008-04-011-10/+12
| | | | | | | This is the fixed version of commit 5c28c74aa06a82559f498373b3d6e9892d5c2cbe. metze (This used to be commit 924acd7f695d7514b1a4628468137cf632c8f1f0)
* registry: reg_deletevalue should return error, when the value does not exist.Michael Adam2008-03-311-0/+18
| | | | | Michael (This used to be commit 04b48984bbf84c55bb41a74a11cbcc7358377fed)
* Revert "regdb: use dbwrap->fetch() instead of fetch_locked() for readonly ↵Michael Adam2008-03-301-11/+10
| | | | | | | | | | | | | | | | access" This reverts commit 4e2be189e97f653b75bd88135a631ce0f42db267. Metze, this broke the registry (reg_api layer), but I don't yet know exactly how and why. By the way, the locks there had the purpose of fetching the seqnum that really matches the data. This needs some more thought / debugging. But I wanted to have the tree in a working state again. Michael (This used to be commit 5c28c74aa06a82559f498373b3d6e9892d5c2cbe)
* regdb: use == 0 (instead of != -1) as indicator for success of ↵Michael Adam2008-03-271-4/+4
| | | | | | | dbwrap_trans_[delete|store]() Michael (This used to be commit 7dcd0c1e539df9ff1768a9c878b6687b9e1bfeac)
* regdb: use != 0 instead of == -1 check for transaction_[commit|cancel]Michael Adam2008-03-271-6/+6
| | | | | Michael (This used to be commit b6ceeaabae94b86fe79d6a60e497fb472ca23021)
* regdb: use db_open_trans()Stefan Metzmacher2008-03-271-5/+6
| | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit a77b5b91dd439b5965fef17f2b2ff98fefd77dbb)
* regdb: use regdb->transaction_start(regdb) != 0 consistentStefan Metzmacher2008-03-271-3/+3
| | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 093c3bced96c934419af69cc065a240368027dcf)
* regdb: use dbwrap->fetch() instead of fetch_locked() for readonly accessStefan Metzmacher2008-03-271-10/+11
| | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 4e2be189e97f653b75bd88135a631ce0f42db267)
* regdb: use dbwrap_trans_store_int32Stefan Metzmacher2008-03-271-1/+1
| | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 9620696083473e3a98b46dd90b3b4aa287580940)
* Fix Coverity ID 471Volker Lendecke2008-03-231-1/+1
| | | | (This used to be commit d3b6df67fea0da5ffa962837400ebe07b34a5384)
* Fix Coverity ID 477Volker Lendecke2008-03-231-2/+1
| | | | (This used to be commit f17b1b0fc6340d21f1a2f43aa7eb2e87f851c51f)
* Fix Coverity ID 478Volker Lendecke2008-03-231-2/+1
| | | | (This used to be commit 5f77938dc4a280b654b8d08656f19a7d04cea8c7)
* registry: add reg_init_basic() - init registry with only the db backend.Michael Adam2008-03-221-0/+45
| | | | | Michael (This used to be commit 1831042bdcbfe569ae39177058dfe1d914416513)
* registry: close registry in exit path in registry_init_smbconf().Michael Adam2008-03-221-2/+1
| | | | | Michael (This used to be commit 5aa3141bff35a85dd97e9fd339e19b0fe3a73afc)
* registry: some whitespace cleanup in init_registry().Michael Adam2008-03-221-9/+10
| | | | | Michael (This used to be commit f33095e44ba22f4451a5deeffdd4f9ed3f99ed85)
* registry: remove unneeded talloc stackframe variable.Michael Adam2008-03-221-2/+0
| | | | | Michael (This used to be commit 81993db828bf11b13d7ee1f43483968dc6241bcc)
* registry: close regdb in error path (and use it) in init_registry().Michael Adam2008-03-221-4/+3
| | | | | Michael (This used to be commit 73b325fe7a9d7fd67ac9b99144a3776f5a1a9e15)
* registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam2008-03-211-0/+2
| | | | | Michael (This used to be commit f4d87fdbf266a36fbb50dae863ee0784165c2fe1)
* Fix Coverity ID 506Volker Lendecke2008-03-211-1/+4
| | | | (This used to be commit c9add4d59a1615aabc565e323cb19cf7ef4b6b64)
* registry: use available string constant in debug statement.Michael Adam2008-03-201-1/+1
| | | | | Michael (This used to be commit 6bac03a2ec6351ab9db457d904b8925c828086e8)
* registry: in regdb_init, not only complain about INFO/version, store it...Michael Adam2008-03-201-0/+8
| | | | | Michael (This used to be commit 27d67365ad03f0a0cd86011758a122a97513b82e)