summaryrefslogtreecommitdiffstats
path: root/source/registry
Commit message (Expand)AuthorAgeFilesLines
* s3:registry: Prevent creation of keys containing the '/' character.Michael Adam2009-04-171-0/+10
* s3:registry: tighten the subkey loop in reg_deletekey_recursive()Michael Adam2009-03-191-16/+13
* s3:registry: use delete_reg_subkey() in reg_deletekey()Michael Adam2009-03-191-15/+1
* s3:registry: implement delete_subkey in the smbconf backendMichael Adam2009-03-191-0/+6
* s3:registry: implement delete_subkey in the db backendMichael Adam2009-03-191-0/+68
* s3:registry: add a delete_subkey method to the backend ops.Michael Adam2009-03-191-0/+9
* s3:registry: refactor deletion of various subkey lists out of regdb_store_keys()Michael Adam2009-03-191-30/+31
* s3:registry: streamline and cleanup regdb_set_secdesc() somewhat.Michael Adam2009-03-191-15/+5
* s3:registry: refactor deletion of value/secdesc/subkey list tdb records outMichael Adam2009-03-191-43/+73
* s3:registry: streamline reg_deletekey() somewhat.Michael Adam2009-03-191-25/+19
* s3:registry: use create_reg_subkey() in reg_createkey().Michael Adam2009-03-191-8/+2
* s3:registry: implement create_subkey for the smbconf backendMichael Adam2009-03-191-0/+6
* s3:registry: implement create_subkey for the db backend.Michael Adam2009-03-191-0/+67
* s3:registry: add a create_subkey method to the backend ops.Michael Adam2009-03-191-0/+9
* s3:registry: hash the list of subkeys in the regsubkey_ctrMichael Adam2009-03-192-26/+107
* s3:registry: remove definition of regsubkey_ctr from the surface.Michael Adam2009-03-191-0/+6
* s3:registry: use regsubkey_ctr_init() in reg_eventlog.cMichael Adam2009-03-191-4/+10
* s3:registry: use regsubkey_ctr_get_seqnum() in reg_backend_db.cMichael Adam2009-03-191-1/+1
* s3:registry: use regsubkey_ctr_set_seqnum() in reg_backend_db.cMichael Adam2009-03-191-1/+4
* s3:registry: use regsubkey_ctr_init() in reg_backend_db.cMichael Adam2009-03-191-8/+14
* s3:registry: use regsubkey_ctr_init() in reg_api.cMichael Adam2009-03-191-13/+10
* s3:registry: add regsubkey_ctr_get_seqnum() to hide implementationMichael Adam2009-03-191-0/+9
* s3:registry: add regsubkey_ctr_set_seqnum to hide implementation from caller.Michael Adam2009-03-191-0/+11
* s3:registry: add a regsubkey_ctr_init function for allocating a regsubkey_ctrMichael Adam2009-03-191-1/+15
* s3:registry: fix a commentMichael Adam2009-03-191-3/+3
* s3:registry: don't directly access key->subkeys->subkeys[] in reg_backend_db.cMichael Adam2009-03-191-3/+5
* s3:registry: don't directly access key->subkeys->subkeys[] in reg_api.cMichael Adam2009-03-191-2/+5
* s3:registry: don't directly access key->subkeys->num_subkeys in reg_backend_db.Michael Adam2009-03-191-12/+16
* s3:registry: don't directly access key->subkeys->num_subkeys in reg_api.cMichael Adam2009-03-191-5/+5
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-03-1915-56/+56
* Revert "Fix a O(n^2) algorithm in regdb_fetch_keys()"Michael Adam2009-03-191-27/+5
* s3:registry: wrap deletekey_recursive in one big transaction.Michael Adam2009-03-191-2/+38
* s3:registry: provide transaction_start|commit|cancel fns for the registry tdbMichael Adam2009-03-191-0/+18
* Wrap creating the sorted subkey cache in a transactionVolker Lendecke2009-03-191-3/+31
* Add a comment describing the sorted subkeysVolker Lendecke2009-03-191-0/+23
* Add sorted subkey cacheVolker Lendecke2009-03-191-19/+174
* Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison2009-02-231-4/+4
* Fix printf type warning.Jeremy Allison2009-02-191-2/+2
* Fix a O(n^2) algorithm in regdb_fetch_keys()Volker Lendecke2009-02-191-5/+27
* Fix a buffer handling bug when adding lots of registry keysVolker Lendecke2009-02-191-9/+24
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-1/+2
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-7/+3
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-3/+3
* registry: use _bystring wrappers to dbwrap_trans_(store|delete).Michael Adam2008-08-051-6/+3
* registry: bump debug level to 1 in regdb_init() if storing version string fails.Michael Adam2008-07-151-1/+1
* registry: bump debug level to 1 in regdb_init() if opening the registry fails.Michael Adam2008-07-151-1/+1
* registry: fix logic in deleting subkeys record in regdb_fetch_keys().Michael Adam2008-07-091-2/+6
* registry: improve logic for deleting value records in regdb_store_keys().Michael Adam2008-07-091-2/+9
* registry: fetch regdb_fetch_keys() when a key exists but not its subkey-record.Michael Adam2008-07-081-9/+10
* registry: add removal of secdesc of a key to regdb_store_keys().Michael Adam2008-05-081-0/+17