Move talloc-appending a string to an array to its own helper function
[ira/wip.git] / source3 / registry / reg_api.c
2007-11-05 Günther DeschnerWhen deleting a key from the registry make sure the...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Günther Deschnerr25417: Use DBGC_REGISTRY class.
2007-10-10 Günther Deschnerr25370: Allow to delete registry keys recursively witho...
2007-10-10 Günther Deschnerr24418: Adding reg_deleteallvalues().
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Michael Adamr23584: Use a while loop instead of a for loop without...
2007-10-10 Michael Adamr23583: Add a utility function to recursively delete...
2007-10-10 Michael Adamr23581: Move regkey_open_onelevel from reg_frontend...
2007-10-10 Michael Adamr23578: When calling DeleteKey for a key that has subke...
2007-10-10 Michael Adamr22496: reg_enumvalue should return WERR_NO_MORE_ITEMS...
2007-10-10 Volker Lendecker22135: Check in most of Michael Adam's net conf utilit...
2007-10-10 Volker Lendecker20037: Reduce code size slightly by shuffling stuff...
2007-10-10 Volker Lendecker20018: Fix a memleak in reg_createkey
2007-10-10 Volker Lendecker20004: Remove a const, "name" is allocated anyway
2007-10-10 Volker Lendecker19991: Sorry for this 2000-liner...