summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
AgeCommit message (Collapse)AuthorFilesLines
2008-01-09r26698: Prettify samba3 client code a little more.Günther Deschner1-7/+25
Guenther (This used to be commit 6ac36d6a4b83b9ef794a2022c4d46ed0b69758e9)
2008-01-08r26696: Some more minor pidl samba3 client cosmetics.Günther Deschner1-5/+13
Guenther (This used to be commit 7ee3fd43f964d3161c075dae8de73c77de146538)
2008-01-08r26695: Cosmetic fix for pidl generated samba3 client code.Günther Deschner1-1/+1
Guenther (This used to be commit c52d9e6e60e0765e4f793d64e94571b6f6c3f9c7)
2007-12-21r26257: Get rid of "uninitialized value" warning in the samba3 pidl generator.Günther Deschner1-1/+1
Jelmer, please check. Guenther (This used to be commit 2f693292882f2929ff5d23e4009dabbb0443f891)
2007-12-21r26256: When generating Samba3 pidl output for WERROR based functions, make ↵Günther Deschner1-0/+11
sure the client caller can retrieve the WERROR. Jelmer, no idea how to add a test for that... Guenther (This used to be commit cf55365177e2d9ca64a80bbeafeb91deb7e2c8b3)
2007-12-21r25674: fix crash bug in pidl generated client code, thisStefan Metzmacher1-1/+1
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 7203f717a676a741e49f96f2d477f4f459575caf)
2007-10-10r24592: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher1-3/+4
instead of the pull and push functions metze (This used to be commit 9b59534a14700f7bfe56cae448030df59ced0ba5)
2007-10-10r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher1-1/+1
metze (This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476)
2007-10-10r24511: pass the correct thing to fatal()Stefan Metzmacher1-1/+1
metze (This used to be commit 82cc41c5589899552256b06a3b1ae84e24d3b71f)
2007-10-10r24454: when level 0 is a pointer we need to look for an array in level 1...Stefan Metzmacher1-10/+14
metze (This used to be commit ca50b1ad3afbf02fef7c6d1fcbe11d23c515d340)
2007-10-10r24446: We only need one genric GenerateFunctionInEnvStefan Metzmacher1-15/+2
function metze (This used to be commit 0c5be644ba13c68b7378a6ae9dcd314018ece25d)
2007-10-10r22457: Fix tests for Samba3 client generator.Jelmer Vernooij1-78/+79
(This used to be commit cf5162ad100c1a8201d3309549c8ff0d3bd5a732)
2007-10-10r22357: Don't use 'our'Jelmer Vernooij1-2/+2
(This used to be commit 7989ee2aa015264dc9334b5e15d4fe6cb55f4e09)
2007-10-10r21433: Get rid of the COM support code - it's not used and unmaintained. We canJelmer Vernooij1-1/+1
always bring it back if we need to. This code was getting in the way while refactoring. Add some tests for TDR. Get rid of typedef in lib/registry/tdr_regf.idl and fix the TDR code to be able to deal with it. (This used to be commit 1ad0f99a439f0d52a735b391bf9900d50171aca5)
2007-10-10r21384: Change warning to pidl warning, fix uppercasing.Jelmer Vernooij1-2/+2
(This used to be commit a45a677084ba1bc63a8f74892c12ca6f0d9b5071)
2007-10-10r21338: Fix handling of top-level arrays for the Samba 3 client code. This ↵Jelmer Vernooij1-12/+42
doesn't fix the winreg code yet (as that's an array on top of a pointer), but at least it gets us closer. Also added a couple of tests for the Samba 3 client code. (This used to be commit 4a5b62ad622d7be08591e19bc2e89f665fff445a)
2007-10-10r20834: No longer generate extra pointers for top-level [out] unique pointers.Jelmer Vernooij1-9/+8
(This used to be commit b967f5851f24a4716d386fc569e384b9320b162a)
2007-10-10r20567: Print proper errors with filename and line numbers in ParseExpr()Jelmer Vernooij1-1/+1
(This used to be commit f5dc1b47ecf18068a47f8f68016463ef4a55dc03)
2007-10-10r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl.Jelmer Vernooij1-2/+1
(This used to be commit 959adfd0a682a4894c3bdd4ae9c6fc3ebfeeef1f)
2007-10-10r19790: Check in the PIDL change and the converted unixinfo and winbind ↵Volker Lendecke1-8/+9
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 10dcaf89ed07b9d5d1c89da33b50fcaadead32b2)
2007-10-10r19049: Samba 3 client fixesGerald Carter1-1/+18
* Make sure to check for NULL pointers when dealing with [out,unique] before assigning valoues * Detect RPC faults and return immediately (This used to be commit c96dae478c2fee2fede9c853a71c8079bbb8ba47)
2007-10-10r18693: Print debug info when DEBUGLEVEL >= 10 in the Samba3 code.Jelmer Vernooij1-0/+8
(This used to be commit d28ae3f70ad4f6b09780e600ecb98c39cc62fd24)
2007-10-10r18523: Allow [out] on arrays as well as pointers, use in unixinfo.Jelmer Vernooij1-1/+1
(This used to be commit f67b4d58acd2c3746e5ffeffa804e888ca3c49a5)
2007-10-10r15591: Generate function calls correctly as well.Jelmer Vernooij1-22/+1
(This used to be commit b0439779b8eba68680cfd49ea2364affc739300e)
2007-10-10r15587: Generate stubs for the SWIG functionsJelmer Vernooij1-36/+1
(This used to be commit 746d0a7fa7a43685e6ebb4877bb5459101e51ed1)
2007-10-10r15474: Generate proper type declarations, fix headersJelmer Vernooij1-8/+45
(This used to be commit 1405f59d5501319c7d08861e19165e012c4bc3a9)
2007-10-10r15470: Write header file with prototypes for Samba3-Client-With-Samba4-NDR ↵Jelmer Vernooij1-8/+14
code. (This used to be commit a2bb0b6012b14787825a9cd5f33e2c0e989b65a7)
2007-10-10r15437: Add generator that creates Samba3 client code which uses Samba4's NDRJelmer Vernooij1-0/+136
routines. (This used to be commit 538be4a6319b6f8235ed450740784104671ab0b5)