summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/winreg.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18931: * Fix the IDL for QueryInfoKey. teh Classname in anGerald Carter1-8/+8
in,out ref pointer * Clarify variable names in EnumValue IDL * Fix server code for _winreg_EnumValue() and _winreg_QueryInfoKe() (This used to be commit f520a9d0fba4cc3cfbda40dd68cb63c4c3c4ed30)
2007-10-10r18929: * Clarify QueryValue IDL and regenerate codeGerald Carter1-6/+6
* Fix server _winreg_Query_Value() implementation so that usrmgr.exe starts now (This used to be commit 435d7bfc37f430c462fcb53bf3a82fcddc809771)
2007-10-10r18790: Correct the IDL (still a bug in pidl) for QueryValue()Gerald Carter1-2/+2
(This used to be commit 44851d7afa3112278faea41b470cc5d3cad97cb5)
2007-10-10r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter1-2/+2
Many things work (OpenHKLM, etc...) but some still don't. This shouldn't block anyone so I'm checking it in. Will probably move to a bzr tree after this for longer dev cycles between checkins. (This used to be commit cf1404a0d7538288b9370ba80df328f81b713ce0)
2007-10-10r18788: updating the IDL for QueryValueGerald Carter1-2/+2
(This used to be commit 83dec5578246111798678dce73d928ecf2a47d5f)
2007-10-10r18690: Regenerate RPC files after pidl changes.Jelmer Vernooij1-150/+150
(This used to be commit 87d34305374e867eeac9d75d5d690c6b15570e6e)
2007-10-10r18618: * remove svn:externalsGerald Carter1-9/+9
* 'make idl' now requires pidl in the current PATH * regenerate winreg ndr files (This used to be commit e936d39e00f07d942ce977b9a725ebe7b9e57625)
2007-10-10r18560: * Add in the winreg and initshutdown IDL filesGerald Carter1-0/+564
* rename PI_SHUTDOWN from include/smb.h to PI_INITSHUTDOWN for compatibility with pidl libndr output (This used to be commit 23a882861311d9d6ca45af1bfcc90d05846ba3a9)