RIP BOOL. Convert BOOL -> bool. I found a few interesting
[kai/samba.git] / source / rpc_server / srv_winreg_nt.c
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker25534: Apply some const
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 Gerald Carterr23633: Fix a couple of crash bugs pointed out by Volke...
2007-10-10 Michael Adamr23434: Coorect a comment.
2007-10-10 Michael Adamr23433: remove superfluous semicolon.
2007-10-10 Michael Adamr23432: Remove superfluous comment.
2007-10-10 Jelmer Vernooijr21462: Fix EnumValue (?)
2007-10-10 Jelmer Vernooijr21385: Regenerate IDL after pidl changes, sync winreg...
2007-10-10 Jelmer Vernooijr20875: Pass DCE/RPC server call arguments as a struct...
2007-10-10 Jelmer Vernooijr20832: Remove extra pointers previously added to uniqu...
2007-10-10 Volker Lendecker20015: We have to zero out handle on key_close, otherw...
2007-10-10 Volker Lendecker20007: Fix a const warning just introduced
2007-10-10 Volker Lendecker19991: Sorry for this 2000-liner...
2007-10-10 Volker Lendecker19963: Add 'registry shares = yes' and registry key...
2007-10-10 Volker Lendecker19947: Change regkey_open_internal to take the parent...
2007-10-10 Volker Lendecker19930: Revert the winreg idl changes. At least enumkey...
2007-10-10 Volker Lendecker19929: Fix indentation
2007-10-10 Volker Lendecker19919: Convert winreg_EnumKey to use ref ** instead...
2007-10-10 Volker Lendecker19918: Convert winreg_CreateKey to use a ref ** instea...
2007-10-10 Volker Lendecker19915: Fix two type-punned warnings
2007-10-10 Volker Lendecker19914: The "default" value with the name "" need diffe...
2007-10-10 Volker Lendecker19912: Move the subkey cache to srv_winreg_nt.c
2007-10-10 Volker Lendecker19872: Move the value cache to srv_winreg_nt.c. Fix...
2007-10-10 Volker Lendecker19867: Introduce struct regkey_info in srv_winreg_nt...
2007-10-10 Volker Lendecker19860: Streamline _winreg_QueryValue a bit. We've...
2007-10-10 Volker Lendecker19824: Fix the max value calculation in QueryInfoKey
2007-10-10 Volker Lendecker19819: Windows returns an empty string instead of...
2007-10-10 Volker Lendecker19803: Fix problem reported by Chetan S: QueryInfoKey...
2007-10-10 Volker Lendecker19780: Ok, regkey_open_internal needs a regkey_close_i...
2007-10-10 Volker Lendecker19778: Make regkey_open_internal take a talloc ctx
2007-10-10 Volker Lendecker19689: Fix a NULL dereference found by coverity (the...
2007-10-10 Volker Lendecker19292: Avoid some potential segfaults: In winreg_EnumV...
2007-10-10 Volker Lendecker19224: Add setting the rng_fault_state to the already...
2007-10-10 Gerald Carterr18962: * Add IDL for SaveKey() and RestoreKey() and...
2007-10-10 Gerald Carterr18954: Fix segv in QueryValue and Enumvalue. regedit...
2007-10-10 Gerald Carterr18940: Fix a few memory corruption bugs to make Create...
2007-10-10 Gerald Carterr18934: fix a segv in CreateKey()
2007-10-10 Gerald Carterr18932: In RegEnumvalue() and RegQueryValue(), the...
2007-10-10 Gerald Carterr18931: * Fix the IDL for QueryInfoKey. teh Classname...
2007-10-10 Gerald Carterr18929: * Clarify QueryValue IDL and regenerate code
2007-10-10 Gerald Carterr18794: Make ENumKey() work again in the registry server
2007-10-10 Gerald Carterr18792: small fix for server QueryValue code
2007-10-10 Gerald Carterr18790: Correct the IDL (still a bug in pidl) for Query...
2007-10-10 Gerald Carterr18789: Replace the winreg server code with the libndr...