summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_winreg.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-15s3-build: re-run make samba3-idl after winreg changes.Günther Deschner1-1/+1
Guenther
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-35/+35
2008-09-23s3: re-run make samba3-idl.Günther Deschner1-35/+35
Guenther
2008-07-16In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke1-1/+1
This requires to store the rpc_interface in "struct rpc_table" (This used to be commit 654f8de8497aff29f9b1f1822b6a8e734ff329e0)
2008-02-11rerun 'make idl'Stefan Metzmacher1-35/+35
metze (This used to be commit 55c74832f3a4052d8b15f01b233aab97f7001bbe)
2008-01-09Re-run make idl to get even nicer pidl generated server code.Günther Deschner1-985/+1055
Guenther (This used to be commit 6169dea4dc3c4fc5eb1caefde828ed896cf048c5)
2007-11-09rerun make idlStefan Metzmacher1-175/+175
metze (This used to be commit 53a636828d2ba01603401086f4a5f72f9b5ea214)
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-35/+35
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
2007-10-10r24597: - talloc request structure for the samba3 server bindingsStefan Metzmacher1-728/+973
and make that the primary context for the request which the implementations can also use. - go via functions pointers in the ndr_interface_table instead of calling functions directly. metze (This used to be commit 5c4d998300d0c9836eb3cc6c3cd8ee4f262396b8)
2007-10-10r24561: merge from SAMBA_4_0:Stefan Metzmacher1-35/+35
rename some DCERPC_ prefixes into NDR_ metze (This used to be commit 8f07b8ab658ae3d63487ca5fb20065318cdd9d0e)
2007-10-10r21462: Fix EnumValue (?)Jelmer Vernooij1-1/+1
(This used to be commit e73a418b5b0100936efb4c1133da3cfe3fcb61cd)
2007-10-10r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.Jelmer Vernooij1-2/+2
(This used to be commit b84370513fbf790e599c33f177fb271a2a992b72)
2007-10-10r20875: Pass DCE/RPC server call arguments as a struct rather than as ↵Jelmer Vernooij1-35/+35
separate arguments. This makes it a bit more similar to the Samba4 code. (This used to be commit 0596badb410a58e7a715e2b17bc0bef0489a2448)
2007-10-10r20837: Use real type name, to fix compilation with -WC++-compatJelmer Vernooij1-20/+20
(This used to be commit 840485686d2b3765bd01fbe442f712803d1f4c0f)
2007-10-10r19946: in SetKeySec, sd is just a [in,ref] ptrVolker Lendecke1-2/+0
(This used to be commit 38a88ed5d71c5781286ed12a858dcfb135b33c90)
2007-10-10r19221: Monster-Checkin after "make idl"Volker Lendecke1-70/+350
(This used to be commit 416466a16f58ac644baacaa2522c4e98176d0e70)
2007-10-10r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODOGerald Carter1-3/+3
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-2/+2
* 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-11/+6
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-10r18695: Zero initialize ref ptrs as well.Jelmer Vernooij1-21/+21
(This used to be commit 3295122173b0794880e68ea60f51d41b9b170ff4)
2007-10-10r18692: Dump debug data when DEBUGLEVEL >= 10Jelmer Vernooij1-0/+210
(This used to be commit 503d1a27d5838718355fdd37968c3670f53b1cd7)
2007-10-10r18690: Regenerate RPC files after pidl changes.Jelmer Vernooij1-0/+20
(This used to be commit 87d34305374e867eeac9d75d5d690c6b15570e6e)
2007-10-10r18560: * Add in the winreg and initshutdown IDL filesGerald Carter1-0/+1954
* rename PI_SHUTDOWN from include/smb.h to PI_INITSHUTDOWN for compatibility with pidl libndr output (This used to be commit 23a882861311d9d6ca45af1bfcc90d05846ba3a9)