summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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