summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2008-04-13registry cachehook: change helper function keyname_to_path() to return WERROR.Michael Adam1-18/+32
2008-04-13adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam1-3/+3
2008-04-13registry cachehook: revert logic to make fast path more obvious and reduce in...Michael Adam1-8/+9
2008-04-13registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam4-9/+26
2008-04-13registry cachehook: compare cache_tree against NULL, not 0.Michael Adam1-1/+1
2008-04-13registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam3-20/+43
2008-04-13registry: unify debug output in the registry init functions.Michael Adam3-9/+9
2008-04-13registry: change regdb_init() to return WERROR instead of bool.Michael Adam4-23/+19
2008-04-13registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam1-4/+10
2008-04-13registry cachehook: add talloc failed debug messages.Michael Adam1-0/+6
2008-04-13registry cachehook: eliminate a couple trailing spaces (empty lines).Michael Adam1-4/+4
2008-04-13registry cachehook: fix memleak (to talloc_tos()): free key at the end.Michael Adam1-1/+4
2008-04-13registry cachehook: refactor normalization of keyname out.Michael Adam1-29/+23
2008-04-13registry: adapt copied function header comments.Michael Adam1-2/+2
2008-04-13registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam5-45/+42
2008-04-12registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.cMichael Adam1-0/+10
2008-04-03registry: remove parameter checks from smbconf backend: they are in libsmbconf.Michael Adam1-191/+1
2008-04-01Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke1-5/+4
2008-04-01Convert dbwrap_trans_store to NTSTATUSVolker Lendecke1-11/+16
2008-04-01regdb: let regdb_fetch_keys() handle NULL and failure cases in the same way a...Stefan Metzmacher1-1/+0
2008-04-01regdb: get the seqnum before the record, to not miss somethingStefan Metzmacher1-4/+4
2008-04-01regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access"Stefan Metzmacher1-10/+12
2008-03-31registry: reg_deletevalue should return error, when the value does not exist.Michael Adam1-0/+18
2008-03-30Revert "regdb: use dbwrap->fetch() instead of fetch_locked() for readonly acc...Michael Adam1-11/+10
2008-03-27regdb: use == 0 (instead of != -1) as indicator for success of dbwrap_trans_[...Michael Adam1-4/+4
2008-03-27regdb: use != 0 instead of == -1 check for transaction_[commit|cancel]Michael Adam1-6/+6
2008-03-27regdb: use db_open_trans()Stefan Metzmacher1-5/+6
2008-03-27regdb: use regdb->transaction_start(regdb) != 0 consistentStefan Metzmacher1-3/+3
2008-03-27regdb: use dbwrap->fetch() instead of fetch_locked() for readonly accessStefan Metzmacher1-10/+11
2008-03-27regdb: use dbwrap_trans_store_int32Stefan Metzmacher1-1/+1
2008-03-23Fix Coverity ID 471Volker Lendecke1-1/+1
2008-03-23Fix Coverity ID 477Volker Lendecke1-2/+1
2008-03-23Fix Coverity ID 478Volker Lendecke1-2/+1
2008-03-22registry: add reg_init_basic() - init registry with only the db backend.Michael Adam1-0/+45
2008-03-22registry: close registry in exit path in registry_init_smbconf().Michael Adam1-2/+1
2008-03-22registry: some whitespace cleanup in init_registry().Michael Adam1-9/+10
2008-03-22registry: remove unneeded talloc stackframe variable.Michael Adam1-2/+0
2008-03-22registry: close regdb in error path (and use it) in init_registry().Michael Adam1-4/+3
2008-03-21registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam1-0/+2
2008-03-21Fix Coverity ID 506Volker Lendecke1-1/+4
2008-03-20registry: use available string constant in debug statement.Michael Adam1-1/+1
2008-03-20registry: in regdb_init, not only complain about INFO/version, store it...Michael Adam1-0/+8
2008-03-20registry: reformat regdb_init() slightly, breaking long lines.Michael Adam1-6/+9
2008-03-20registry: untangle assignment and if-statement in regdb_init().Michael Adam1-2/+2
2008-03-20registry: separate initialization of registry data from regdb_init().Michael Adam3-9/+14
2008-03-20registry: add a transaction wrapper to init_registry_key_internal().Michael Adam1-0/+31
2008-03-20registry: refactor creation of subkeys out of init_registry_data().Michael Adam1-79/+92
2008-03-18Bind Group Policy processing closer to the samba registry.Günther Deschner1-0/+8
2008-03-17Coverity fixesMarc VanHeyningen2-2/+6
2008-03-17registry: untangle assignment and if-clause in init_registry_data().Michael Adam1-1/+2