summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_srvsvc.c
AgeCommit message (Collapse)AuthorFilesLines
2008-07-21Make idl: cli_do_rpc_ndr does not use pipe_idx anymoreVolker Lendecke1-54/+0
(This used to be commit ffd2ff5325ef24f08dcb63e4561f5f62bffef6d3)
2008-04-15Regenerate DCE/RPC client code after fixing memcpy() length bug in pidl.Jelmer Vernooij1-1/+1
(This used to be commit ac4c63d999f9ae61428bcdae400d127459896d6c)
2008-03-25Re-run make idl (after pidl change for adding header info to cli_ functions).Günther Deschner1-181/+181
Guenther (This used to be commit 492c26a9367d93802d3b6a9271dde16c49fffe69)
2008-03-10Re-run make idl.Günther Deschner1-6/+3
Guenther (This used to be commit 0bc389272f7ca3cfbd8f5eeeba116f68eadd4c9f)
2008-03-10Re-run make idl.Günther Deschner1-6/+3
Guenther (This used to be commit fd878d7923618904cd54b88aa31d59a7bca5a9f9)
2008-03-10Re-run make idl.Günther Deschner1-6/+3
Guenther (This used to be commit 692626c1ef46cd27c0df34e2c206d21c929587f4)
2008-03-08Re-run make idl.Günther Deschner1-5/+3
Guenther (This used to be commit 85007cf3f2e3df67c524cc67442396c114f6b784)
2008-03-07Re-run make idl.Günther Deschner1-1/+1
Guenther (This used to be commit 39e9cfa3018786f176aeb237ea7805da4e576c62)
2008-03-07Re-run make idl.Günther Deschner1-12/+6
Guenther (This used to be commit b0cb768287de861f1d1630c9a4c70d9af2a74147)
2008-03-05Re-run make idl.Günther Deschner1-4/+2
Guenther (This used to be commit b9abb783200f6c14543c3b884b9393797cfa8dbd)
2008-03-05Re-run make idl.Günther Deschner1-1/+1
Guenther (This used to be commit 4ace93c3df280558ef75b6619297e367ac9713c9)
2008-03-05Re-run make idl.Günther Deschner1-1/+1
Guenther (This used to be commit ea03cb92c481b9bb47d2a4e133cf830acb0f22a3)
2008-01-09Re-run make idl. The pidl generated code now fully complies to coding standards.Günther Deschner1-216/+888
Guenther (This used to be commit 3d34c87612138e4457e824e1a6e3981d1c3fe238)
2008-01-08Pedantic cosmetics: rerun make idl.Günther Deschner1-486/+486
Guenther (This used to be commit d1fa8049b1c0a3cebbc2c64e245e8055c8d3e84b)
2007-12-03Regenerate pidl rpc client calls that are WERROR based.Günther Deschner1-54/+270
Guenther (This used to be commit 298b0ce951f02705c5660a4171f7cc208de7a1db)
2007-10-17fix crash bug in pidl generated client code, thisStefan Metzmacher1-17/+17
could have happend with [in,out,unique] pointers when the clients sends a valid pointer, but the server reponse with a NULL pointer (as samba-3.0.26a do for some calls). I've tested with midl to see how windows handles this situation and also the reverse case where the client sends NULL and the server reposnse with non-NULL. It appears that midl generated code just ignores this and only copies the result if both pointers are non-NULL. metze (This used to be commit cb98869fa189ce2a926a00fa9077a114f31a5d45)
2007-10-10r24594: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher1-54/+54
instead of the pull and push functions metze (This used to be commit 5e3d4df9bca069708d72f548dc5ddfc7708ac122)
2007-10-10r24561: merge from SAMBA_4_0:Stefan Metzmacher1-54/+54
rename some DCERPC_ prefixes into NDR_ metze (This used to be commit 8f07b8ab658ae3d63487ca5fb20065318cdd9d0e)
2007-10-10r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.Jelmer Vernooij1-55/+55
(This used to be commit b84370513fbf790e599c33f177fb271a2a992b72)
2007-10-10r20832: Remove extra pointers previously added to unique [out] pointers. ↵Jelmer Vernooij1-50/+84
Instead, add [ref] pointers where necessary (top-level [ref] pointers, by spec, don't appear on the wire). This brings us closer to the DCE/RPC standard again. (This used to be commit 580f2a7197b1bc9db14a643fdd112b40ef37aaef)
2007-10-10r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke1-84/+50
(This used to be commit bc4e0a388a2859d2ddcfb8f07920f3b121a37894)
2007-10-10r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODOGerald Carter1-17/+267
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-10r18811: rename stat field to avoid compiler warnings aboutGerald Carter1-2/+2
shadowed variables (This used to be commit cc5f31c08159d671eaa873eb39b25893931c7341)
2007-10-10r18713: Autogenerate srvsvc and svcctl interfacesJelmer Vernooij1-0/+1576
(This used to be commit a8aa312b7e597c4fc922a6d1783d5b6d43bceecb)