summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_api.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam2010-05-251-2/+2
* s3:registry: extract the reg_util prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3:registry: extract the reg_cachehook prototypes into their own header.Michael Adam2010-05-251-0/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-1/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+1
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-02-071-4/+4
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-2/+2
* s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam2009-04-271-9/+12
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-6/+6
* 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: 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: 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: hash the list of subkeys in the regsubkey_ctrMichael Adam2009-02-261-5/+5
* s3:registry: use regsubkey_ctr_init() in reg_api.cMichael Adam2009-02-261-13/+10
* 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_api.cMichael Adam2009-02-261-5/+5
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-8/+8
* s3:registry: wrap deletekey_recursive in one big transaction.Michael Adam2009-02-261-2/+38
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-1/+1
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-1/+1
* registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam2008-04-131-1/+5
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-131-8/+8
* registry: reg_deletevalue should return error, when the value does not exist.Michael Adam2008-03-311-0/+18
* Remove (now) unused function make_default_reg_sd().Michael Adam2008-02-181-48/+0
* Grab secdesc for key from registry for reg_savekey()Michael Adam2008-02-181-10/+9
* Reformat copied reg_savekey/reg_restorekey code.Michael Adam2008-02-151-86/+119
* Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam2008-02-151-1/+125
* Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.cMichael Adam2008-02-151-1/+167
* Adapt a comment to current circumstances.Michael Adam2008-02-151-3/+1
* Fix some "set but never used" warningsVolker Lendecke2008-01-201-6/+0
* Fix typo in debug message.Michael Adam2008-01-181-1/+1
* Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam2008-01-171-1/+11
* Add my (C) to reg_api.c - MichaelMichael Adam2008-01-171-0/+1
* Add a comment header comparing winreg.idl and reg_api.c.Michael Adam2008-01-171-0/+42
* Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity().Michael Adam2008-01-171-0/+11
* Comment out unused reg_create_path() and reg_delete_path().Michael Adam2008-01-171-1/+5
* Move reg_create_path() and reg_delete_path() to reg_api.cMichael Adam2008-01-171-0/+95
* Add some sectioning comments to reg_api.cMichael Adam2008-01-171-0/+15
* Make utility function reg_deletekey_recursive_internal() static.Michael Adam2008-01-171-4/+4
* Use the proper boolean functions.Michael Adam2008-01-151-3/+3
* Remove some trailing spaces.Michael Adam2008-01-151-10/+9
* Add detection for need of update to the registry db.Michael Adam2008-01-141-2/+6
* Fix a permissions error in reg_deletekey_recursive().Michael Adam2007-12-311-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+1
* When deleting a key from the registry make sure the non-defaultGünther Deschner2007-11-061-4/+7
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1