summaryrefslogtreecommitdiff
path: root/source3/librpc
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19946: in SetKeySec, sd is just a [in,ref] ptrVolker Lendecke5-22/+1
(This used to be commit 38a88ed5d71c5781286ed12a858dcfb135b33c90)
2007-10-10r19930: Revert the winreg idl changes. At least enumkey does not work ↵Volker Lendecke5-140/+113
anymore today. With more than 5 different trees I can't swear that I did test this properly yesterday. Sorry for the noise. Volker (This used to be commit 978a6196bf0a2280c7f74b4a6d9fa7941c3aa049)
2007-10-10r19919: Convert winreg_EnumKey to use ref ** instead of a unique *.Volker Lendecke5-75/+93
Volker (This used to be commit b714b51884af0d79de8568410676d4889f23ffb6)
2007-10-10r19918: Convert winreg_CreateKey to use a ref ** instead of a unique *. W2k3 ↵Volker Lendecke5-38/+47
can still create keys on Samba and vice versa. Jelmer, please check. Thanks, Volker (This used to be commit 1b460d6cdfe0cadd915a5299e6ca9bb359bf0075)
2007-10-10r19916: Fix some c++ warningsVolker Lendecke1-4/+7
(This used to be commit fb5bcb826ecd10a81e7b19c0ce134ec88d341843)
2007-10-10r19914: The "default" value with the name "" need different 0-length ↵Volker Lendecke7-13/+99
treatment as the other StringBufs, otherwise clicking on a key with this value being set leads to regedit.exe on w2k3 chew all memory. (This used to be commit b148cde7f39859102288a87b6f0bd2b250947a85)
2007-10-10r19848: Sync with Samba4 - no top-level unique pointers.Jelmer Vernooij5-47/+31
(This used to be commit 75515c5fda2d405e4b08413a80ee71139673b18a)
2007-10-10r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke10-267/+181
(This used to be commit bc4e0a388a2859d2ddcfb8f07920f3b121a37894)
2007-10-10r19794: Convert DFSVolker Lendecke2-20/+12
(This used to be commit 2efd3b35097a780ce99abad8a10eca536f37fc26)
2007-10-10r19793: Change the lsa calls to the new calling convention. Nobody uses the ↵Volker Lendecke2-113/+67
changed calls yet. Volker (This used to be commit 144cddaef538cf151ec2c4989e7110c553ca63cb)
2007-10-10r19790: Check in the PIDL change and the converted unixinfo and winbind ↵Volker Lendecke6-76/+48
pipes without waiting for comments. This is what version control is for, and it does fix a segfault I ran into ;-) Nevertheless, Jelmer & Jerry, please take a look! Thanks, Volker (This used to be commit 95c14a822cae2ddc2e6ed87f5f5505fa7b98e4f0)
2007-10-10r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys ↵Volker Lendecke1-1/+1
against W2k3. The server requires that size==0 in the [in] name. Somehow I get the feeling that something is badly wrong here.... I did not yet recreate the gen_ndr equivalent, see next mail. Volker (This used to be commit 016ddce12005bb0829bf050e4d4851852751b3e5)
2007-10-10r19591: Use `import' and `include' in the IDL and regenerate.Jelmer Vernooij14-26/+34
(This used to be commit 68fc15a5e025348dee4bf14aa4498e20905cb377)
2007-10-10r19542: Regenerate IDL.Jelmer Vernooij3-20/+0
(This used to be commit 759c1b0fd24aa23802432a0b9447435044d2a11c)
2007-10-10r19290: regedit running on nt4 will cut off the last character from a ↵Volker Lendecke3-6/+6
enumkey without this patch. Jerry, Jelmer, can you please check this? Thanks, Volker (This used to be commit ed95fe3c63d48de9504d43f90e72f11ec0617064)
2007-10-10r19221: Monster-Checkin after "make idl"Volker Lendecke11-716/+3580
(This used to be commit 416466a16f58ac644baacaa2522c4e98176d0e70)
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 Carter17-111/+1714
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 Carter8-8/+167
* 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 Carter7-186/+182
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 Carter7-99/+99
* 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 Carter7-21/+21
shadowed variables (This used to be commit cc5f31c08159d671eaa873eb39b25893931c7341)
2007-10-10r18793: Fix BE string handling in the auto-generatedJeremy Allison1-6/+14
code. Should now work again with ASU. Jeremy. (This used to be commit 53e97bf92817b6cfc3f93c999a81ef8ad49a1609)
2007-10-10r18791: print the error string and not the raw valueGerald Carter1-1/+1
(This used to be commit 23639546371ef4e2a0354f720f1be17d8a4edd5b)
2007-10-10r18790: Correct the IDL (still a bug in pidl) for QueryValue()Gerald Carter6-71/+12
(This used to be commit 44851d7afa3112278faea41b470cc5d3cad97cb5)
2007-10-10r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter3-72/+100
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 Carter6-53/+84
(This used to be commit 83dec5578246111798678dce73d928ecf2a47d5f)
2007-10-10r18739: * Get the wkssvc patch right this time.Gerald Carter3-9/+15
* 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 Carter3-15/+9
(This used to be commit 57d8519185008602fab5cf5d1d1951415aacb7f0)
2007-10-10r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter3-9/+15
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 Carter3-76/+42
(This used to be commit 91a48e9baaf210cf64a324e205a4786482ac4ebb)
2007-10-10r18713: Autogenerate srvsvc and svcctl interfacesJelmer Vernooij16-68/+37580
(This used to be commit a8aa312b7e597c4fc922a6d1783d5b6d43bceecb)
2007-10-10r18695: Zero initialize ref ptrs as well.Jelmer Vernooij8-110/+110
(This used to be commit 3295122173b0794880e68ea60f51d41b9b170ff4)
2007-10-10r18692: Dump debug data when DEBUGLEVEL >= 10Jelmer Vernooij18-0/+3640
(This used to be commit 503d1a27d5838718355fdd37968c3670f53b1cd7)
2007-10-10r18690: Regenerate RPC files after pidl changes.Jelmer Vernooij17-1495/+1605
(This used to be commit 87d34305374e867eeac9d75d5d690c6b15570e6e)
2007-10-10r18688: get rid of the now obsolete keepref attributeJelmer Vernooij13-26/+13
(This used to be commit b970f05b9b06762ed11bef0e765717bd2b36d760)
2007-10-10r18667: Two C++ warningsVolker Lendecke1-1/+1
(This used to be commit 8c60e71229cd577f3b17345c5824363dd202eba9)
2007-10-10r18666: checking in generated netlogon filesGerald Carter8-38/+18537
(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 Carter8-6/+7757
pointers. Waiting on on srvsvc files before it can actually compile. (This used to be commit 1dbfb25d0a8a6e75af17ac8efff82bbe28d47094)
2007-10-10r18632: Make C++ compilers happy.Jelmer Vernooij1-12/+11
(This used to be commit 609224565f728b7fe44f070ad0013af7a6e59267)
2007-10-10r18623: starting on eventlog IDLGerald Carter8-3/+3792
(This used to be commit 6cb7b6226da0b3060f4850fc2cc2ca82fbdcaa8f)
2007-10-10r18618: * remove svn:externalsGerald Carter19-171/+8847
* 'make idl' now requires pidl in the current PATH * regenerate winreg ndr files (This used to be commit e936d39e00f07d942ce977b9a725ebe7b9e57625)
2007-10-10r18572: Use the autogenerated client and server for the echo interface and ↵Jelmer Vernooij8-4/+2522
implement some of the missing functions. RPC-ECHO now passes against Samba3. (This used to be commit 9e9a05366176454cc1779acc6c2b6070743f5939)
2007-10-10r18560: * Add in the winreg and initshutdown IDL filesGerald Carter14-0/+8556
* rename PI_SHUTDOWN from include/smb.h to PI_INITSHUTDOWN for compatibility with pidl libndr output (This used to be commit 23a882861311d9d6ca45af1bfcc90d05846ba3a9)
2007-10-10r18526: Use generated server for unixinfo RPC interface.Jelmer Vernooij7-31/+262
(This used to be commit a5c0606d7667506fdc64776e32d4b3508195a199)
2007-10-10r18481: Use pidl-generated server side code for dfs.Jelmer Vernooij6-0/+5842
(This used to be commit 3f337c104d42321595161d0283b39357df252a8e)
2007-10-10r18469: Use new pidl-generated DFS client code.Jelmer Vernooij4-2/+135
(This used to be commit e277fb067b1a12d816c8a066839751c1824d27bb)
2007-10-10r18396: regenerate unixinfo files after metze changes to the IDLGerald Carter2-94/+64
(This used to be commit d2fe3eab54d01fa58e92b02464aa803952135c46)
2007-10-10r18275: add auto generated dfs codeGerald Carter5-0/+4546
(This used to be commit edb7a3607e3fa2090310b5c405f2b0a08f51db78)