Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
[kai/samba.git] / source3 / registry / reg_api.c
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-18 Michael AdamRemove (now) unused function make_default_reg_sd().
2008-02-18 Michael AdamGrab secdesc for key from registry for reg_savekey()
2008-02-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-15 Michael AdamReformat copied reg_savekey/reg_restorekey code.
2008-02-15 Michael AdamMove the implementation of _winreg_RestoreKey to reg_api.c
2008-02-15 Michael AdamMove implementation of _winreg_SaveKey() from srv_winre...
2008-02-15 Michael AdamAdapt a comment to current circumstances.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-20 Volker LendeckeFix some "set but never used" warnings
2008-01-18 Michael AdamFix typo in debug message.
2008-01-17 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Michael AdamAdd a reg_getversion() function to reg_api and use...
2008-01-17 Michael AdamAdd my (C) to reg_api.c - Michael
2008-01-17 Michael AdamAdd a comment header comparing winreg.idl and reg_api.c.
2008-01-17 Michael AdamAdd reg_api functions reg_getkeysecurity() and reg_setk...
2008-01-17 Michael AdamComment out unused reg_create_path() and reg_delete_path().
2008-01-17 Michael AdamMove reg_create_path() and reg_delete_path() to reg_api.c
2008-01-17 Michael AdamAdd some sectioning comments to reg_api.c
2008-01-17 Michael AdamMake utility function reg_deletekey_recursive_internal...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-15 Michael AdamUse the proper boolean functions.
2008-01-15 Michael AdamRemove some trailing spaces.
2008-01-14 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-14 Michael AdamAdd detection for need of update to the registry db.
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-31 Michael AdamFix a permissions error in reg_deletekey_recursive().
2007-12-29 Volker LendeckeRemove tiny code duplication
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...