summaryrefslogtreecommitdiff
path: root/source3/registry
Commit message (Expand)AuthorAgeFilesLines
* s3-printing: fix debug statement in virtual registry layerGünther Deschner2009-05-061-1/+1
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-211-14/+14
* s3:registry: Prevent creation of keys containing the '/' character.Michael Adam2009-04-171-0/+10
* s3-registry: remove last sec_io_desc() caller.Günther Deschner2009-03-251-2/+24
* s3-spoolss: rename construct_dev_mode_new to construct_dev_mode.Günther Deschner2009-03-171-1/+1
* s3-spoolss/registry: use libndr to push a spoolss_DeviceMode in fill_in_print...Günther Deschner2009-03-171-22/+15
* s3-spoolss/registry: use marshall_sec_desc in fill_in_printer_values().Günther Deschner2009-03-171-7/+12
* s3-spoolss: move SYSTEMTIME parsing to a more generic place, as suggested.Günther Deschner2009-03-171-1/+1
* Use talloc_tos() in regkey_access_check()Volker Lendecke2009-02-271-13/+2
* s3:registry: tighten the subkey loop in reg_deletekey_recursive()Michael Adam2009-02-261-16/+13
* s3:registry: use delete_reg_subkey() in reg_deletekey()Michael Adam2009-02-261-15/+1
* s3:registry: implement delete_subkey in the smbconf backendMichael Adam2009-02-261-0/+6
* s3:registry: implement delete_subkey in the db backendMichael Adam2009-02-261-0/+68
* s3:registry: add a delete_subkey method to the backend ops.Michael Adam2009-02-261-0/+9
* s3:registry: refactor deletion of various subkey lists out of regdb_store_keys()Michael Adam2009-02-261-30/+31
* s3:registry: streamline and cleanup regdb_set_secdesc() somewhat.Michael Adam2009-02-261-15/+5
* s3:registry: refactor deletion of value/secdesc/subkey list tdb records outMichael Adam2009-02-261-43/+73
* s3:registry: streamline reg_deletekey() somewhat.Michael Adam2009-02-261-25/+19
* s3:registry: use create_reg_subkey() in reg_createkey().Michael Adam2009-02-261-8/+2
* s3:registry: implement create_subkey for the smbconf backendMichael Adam2009-02-261-0/+6
* s3:registry: implement create_subkey for the db backend.Michael Adam2009-02-261-0/+67
* s3:registry: add a create_subkey method to the backend ops.Michael Adam2009-02-261-0/+9
* s3:registry: hash the list of subkeys in the regsubkey_ctrMichael Adam2009-02-262-26/+107
* s3:registry: remove definition of regsubkey_ctr from the surface.Michael Adam2009-02-261-0/+6
* s3:registry: use regsubkey_ctr_init() in reg_eventlog.cMichael Adam2009-02-261-4/+10
* s3:registry: use regsubkey_ctr_get_seqnum() in reg_backend_db.cMichael Adam2009-02-261-1/+1
* s3:registry: use regsubkey_ctr_set_seqnum() in reg_backend_db.cMichael Adam2009-02-261-1/+4
* s3:registry: use regsubkey_ctr_init() in reg_backend_db.cMichael Adam2009-02-261-8/+14
* s3:registry: use regsubkey_ctr_init() in reg_api.cMichael Adam2009-02-261-13/+10
* s3:registry: add regsubkey_ctr_get_seqnum() to hide implementationMichael Adam2009-02-261-0/+9
* s3:registry: add regsubkey_ctr_set_seqnum to hide implementation from caller.Michael Adam2009-02-261-0/+11
* s3:registry: add a regsubkey_ctr_init function for allocating a regsubkey_ctrMichael Adam2009-02-261-1/+15
* s3:registry: fix a commentMichael Adam2009-02-261-3/+3
* s3:registry: don't directly access key->subkeys->subkeys[] in reg_backend_db.cMichael Adam2009-02-261-3/+5
* s3:registry: don't directly access key->subkeys->subkeys[] in reg_api.cMichael Adam2009-02-261-2/+5
* s3:registry: don't directly access key->subkeys->num_subkeys in reg_backend_db.Michael Adam2009-02-261-12/+16
* s3:registry: don't directly access key->subkeys->num_subkeys in reg_api.cMichael Adam2009-02-261-5/+5
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-2615-56/+56
* Revert "Fix a O(n^2) algorithm in regdb_fetch_keys()"Michael Adam2009-02-261-27/+5
* s3:registry: wrap deletekey_recursive in one big transaction.Michael Adam2009-02-261-2/+38
* s3:registry: provide transaction_start|commit|cancel fns for the registry tdbMichael Adam2009-02-261-0/+18
* Wrap creating the sorted subkey cache in a transactionVolker Lendecke2009-02-261-3/+31
* Add a comment describing the sorted subkeysVolker Lendecke2009-02-261-0/+23
* Add sorted subkey cacheVolker Lendecke2009-02-261-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
* Remove a pointless NULL checkVolker Lendecke2009-02-141-3/+0
* Fix some nonempty blank linesVolker Lendecke2009-02-141-22/+22