summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r25417: Use DBGC_REGISTRY class.Günther Deschner2007-10-101-0/+3
* r25370: Allow to delete registry keys recursively without deleting the final ...Günther Deschner2007-10-101-10/+31
* r24418: Adding reg_deleteallvalues().Günther Deschner2007-10-101-0/+24
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23584: Use a while loop instead of a for loop without increment... :-)Michael Adam2007-10-101-9/+2
* r23583: Add a utility function to recursively delete a RegistryMichael Adam2007-10-101-0/+56
* r23581: Move regkey_open_onelevel from reg_frontend to reg_api,Michael Adam2007-10-101-2/+110
* r23578: When calling DeleteKey for a key that has subkey(s), WindowsMichael Adam2007-10-101-4/+17
* r22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead ofMichael Adam2007-10-101-1/+1
* r22135: Check in most of Michael Adam's net conf utility. A good share of thi...Volker Lendecke2007-10-101-0/+60
* r20037: Reduce code size slightly by shuffling stuff aroundVolker Lendecke2007-10-101-54/+40
* r20018: Fix a memleak in reg_createkeyVolker Lendecke2007-10-101-2/+4
* r20004: Remove a const, "name" is allocated anywayVolker Lendecke2007-10-101-2/+1
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-0/+511