summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_winreg_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19929: Fix indentationVolker Lendecke1-1/+1
2007-10-10r19919: Convert winreg_EnumKey to use ref ** instead of a unique *.Volker Lendecke1-4/+9
2007-10-10r19918: Convert winreg_CreateKey to use a ref ** instead of a unique *. W2k3 ...Volker Lendecke1-3/+3
2007-10-10r19915: Fix two type-punned warningsVolker Lendecke1-2/+2
2007-10-10r19914: The "default" value with the name "" need different 0-length treatmen...Volker Lendecke1-9/+1
2007-10-10r19912: Move the subkey cache to srv_winreg_nt.cVolker Lendecke1-13/+28
2007-10-10r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ...Volker Lendecke1-69/+100
2007-10-10r19867: Introduce struct regkey_info in srv_winreg_nt.c to be able to re-add theVolker Lendecke1-91/+130
2007-10-10r19860: Streamline _winreg_QueryValue a bit. We've been pushing around memoryVolker Lendecke1-105/+86
2007-10-10r19824: Fix the max value calculation in QueryInfoKeyVolker Lendecke1-9/+10
2007-10-10r19819: Windows returns an empty string instead of NULL hereVolker Lendecke1-1/+1
2007-10-10r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ma...Volker Lendecke1-1/+1
2007-10-10r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke1-3/+1
2007-10-10r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke1-1/+3
2007-10-10r19689: Fix a NULL dereference found by coverity (the call to strlen).Volker Lendecke1-1/+3
2007-10-10r19292: Avoid some potential segfaults: In winreg_EnumValue all pointers are ...Volker Lendecke1-9/+21
2007-10-10r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke1-2/+7
2007-10-10r18962: * Add IDL for SaveKey() and RestoreKey() and regeneratedGerald Carter1-42/+34
2007-10-10r18954: Fix segv in QueryValue and Enumvalue. regedit.exe nowGerald Carter1-2/+2
2007-10-10r18940: Fix a few memory corruption bugs to make CreateKey() and DeleteKey() ...Gerald Carter1-4/+10
2007-10-10r18934: fix a segv in CreateKey()Gerald Carter1-1/+3
2007-10-10r18932: In RegEnumvalue() and RegQueryValue(), the output bufferGerald Carter1-0/+4
2007-10-10r18931: * Fix the IDL for QueryInfoKey. teh Classname in anGerald Carter1-23/+27
2007-10-10r18929: * Clarify QueryValue IDL and regenerate codeGerald Carter1-14/+17
2007-10-10r18794: Make ENumKey() work again in the registry serverGerald Carter1-2/+4
2007-10-10r18792: small fix for server QueryValue codeGerald Carter1-2/+1
2007-10-10r18790: Correct the IDL (still a bug in pidl) for QueryValue()Gerald Carter1-1/+3
2007-10-10r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter1-0/+1518