summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19007: reformat service control manager IDLGerald Carter1-201/+255
(This used to be commit d0658139a3419e42e00b3cddb2b149d48f2a76a5)
2007-10-10r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODOGerald Carter1-2/+5
items in cac_winreg.c * Get 'net rpc registry enumerate' to list values again * Fix winreg.idl QueryInfoKey(). The max_subkeysize is the max_classlen (we previously had this correct in Samba3") * fix valgrind error about uninitialized memory and use-before-set on size value inmemset() call * Fix key enumeration in 'net rpc registry enumerate' * regenerate gen_dir files based on local pidl patches Please note that the generated ndr files are from my local copy of pidl. If you need to regenerate, please apply the patch that I posted to the samba-technical list earlier today. (This used to be commit 5d843612a1b9d92022f76626f1c7473faebec4ba)
2007-10-10r18962: * Add IDL for SaveKey() and RestoreKey() and regeneratedGerald Carter1-0/+13
* Tested RegSaveKey() using win32 app. Apparently this code has been brokne for a really long time. (This used to be commit 5381dcbde34206462562bdfc7639f488820a5a64)
2007-10-10r18931: * Fix the IDL for QueryInfoKey. teh Classname in anGerald Carter1-5/+4
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-3/+3
* Fix server _winreg_Query_Value() implementation so that usrmgr.exe starts now (This used to be commit 435d7bfc37f430c462fcb53bf3a82fcddc809771)
2007-10-10r18811: rename stat field to avoid compiler warnings aboutGerald Carter1-1/+1
shadowed variables (This used to be commit cc5f31c08159d671eaa873eb39b25893931c7341)
2007-10-10r18790: Correct the IDL (still a bug in pidl) for QueryValue()Gerald Carter1-1/+1
(This used to be commit 44851d7afa3112278faea41b470cc5d3cad97cb5)
2007-10-10r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter1-1/+1
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-1/+1
(This used to be commit 83dec5578246111798678dce73d928ecf2a47d5f)
2007-10-10r18739: * Get the wkssvc patch right this time.Gerald Carter1-1/+1
* Remove the old wkssvc server, client, & parsing code. * Update srv_wkssvc_nt.c with stubs for the remaining stubs (This used to be commit 0cb79ee13fd78b515a48b2c72d91596ed21e41a8)
2007-10-10r18728: revert previous commit until I fix the wkssvc_nt.c changesGerald Carter1-1/+1
(This used to be commit 57d8519185008602fab5cf5d1d1951415aacb7f0)
2007-10-10r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter1-1/+1
code. Removed first rpc_parse/*.c file. w00t! (This used to be commit bb9b7a058d72569bee5683856661ac063c281c9f)
2007-10-10r18718: Change a few out parameter to ref pointers and regenerateGerald Carter1-2/+2
(This used to be commit 91a48e9baaf210cf64a324e205a4786482ac4ebb)
2007-10-10r18713: Autogenerate srvsvc and svcctl interfacesJelmer Vernooij2-68/+76
(This used to be commit a8aa312b7e597c4fc922a6d1783d5b6d43bceecb)
2007-10-10r18688: get rid of the now obsolete keepref attributeJelmer Vernooij13-26/+13
(This used to be commit b970f05b9b06762ed11bef0e765717bd2b36d760)
2007-10-10r18666: checking in generated netlogon filesGerald Carter1-38/+38
(This used to be commit ac5561103caccac7d14fddbdc9a0fa972be45c6f)
2007-10-10r18642: convert [out] parameters to pointers in Spooler IDLGerald Carter1-61/+62
(This used to be commit 9c67dd36c633bf367322385f6d43ca8bbdecaa70)
2007-10-10r18641: Checking in the wkssvc files after updating the [out]Gerald Carter1-6/+5
pointers. Waiting on on srvsvc files before it can actually compile. (This used to be commit 1dbfb25d0a8a6e75af17ac8efff82bbe28d47094)
2007-10-10r18623: starting on eventlog IDLGerald Carter1-3/+3
(This used to be commit 6cb7b6226da0b3060f4850fc2cc2ca82fbdcaa8f)
2007-10-10r18618: * remove svn:externalsGerald Carter17-0/+8748
* 'make idl' now requires pidl in the current PATH * regenerate winreg ndr files (This used to be commit e936d39e00f07d942ce977b9a725ebe7b9e57625)
2007-10-10r18187: Replace copy of idl files with a svn:externals link.Gerald Carter15-8423/+0
Will fix the build_idl.sh script to only process the files we are concerned with in this branch. (This used to be commit 647ed21b098e8fe6513040de7a540fe77fa0b37e)
2007-10-10r18185: add librpc/idl and relevant IDL files from SAMBA_4_0Gerald Carter15-0/+8423
(This used to be commit 6da1ef0f1cf4d47c26cdb850f01a3411dfd87350)