summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_svcctl.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-44/+44
2008-09-23s3: re-run make samba3-idl.Günther Deschner1-44/+44
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-03-20Re-run make idl.Günther Deschner1-1/+1
Guenther (This used to be commit fe7203090c0c51e4561a3b5ce0d5d131d280ba8e)
2008-02-28Re-run make idl.Günther Deschner1-0/+13
Guenther (This used to be commit 6a84317aec9ae3fcd813390b0eec655387e036ec)
2008-02-11rerun 'make idl'Stefan Metzmacher1-44/+44
metze (This used to be commit 55c74832f3a4052d8b15f01b233aab97f7001bbe)
2008-01-09Re-run make idl to get even nicer pidl generated server code.Günther Deschner1-1284/+1372
Guenther (This used to be commit 6169dea4dc3c4fc5eb1caefde828ed896cf048c5)
2007-11-09rerun make idlStefan Metzmacher1-220/+220
metze (This used to be commit 53a636828d2ba01603401086f4a5f72f9b5ea214)
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-44/+44
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-976/+1284
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-44/+44
rename some DCERPC_ prefixes into NDR_ metze (This used to be commit 8f07b8ab658ae3d63487ca5fb20065318cdd9d0e)
2007-10-10r23269: Regenerate svcctl files after IDL fixesGerald Carter1-12/+12
(This used to be commit 92c505bf7f15a79c6e32a38b2d218f65b0283507)
2007-10-10r20875: Pass DCE/RPC server call arguments as a struct rather than as ↵Jelmer Vernooij1-44/+44
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-48/+48
(This used to be commit 840485686d2b3765bd01fbe442f712803d1f4c0f)
2007-10-10r19221: Monster-Checkin after "make idl"Volker Lendecke1-88/+440
(This used to be commit 416466a16f58ac644baacaa2522c4e98176d0e70)
2007-10-10r18713: Autogenerate srvsvc and svcctl interfacesJelmer Vernooij1-0/+2860
(This used to be commit a8aa312b7e597c4fc922a6d1783d5b6d43bceecb)