summaryrefslogtreecommitdiffstats
path: root/source4/pidl/tests/samba3-cli.pl
Commit message (Collapse)AuthorAgeFilesLines
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-126/+0
|
* pidl: fix samba4.pidl.samba3-cli testStefan Metzmacher2008-08-141-2/+0
| | | | | metze (This used to be commit 0449a5c8267873d7986c7c50adce57029192c456)
* Fix size to memcpy call in generated Samba 3 client code.Jelmer Vernooij2008-04-151-2/+11
| | | | | Reported-By: vl (This used to be commit a28807569d0cf32968bacdc0bd88197b19fbae49)
* pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because ↵Jelmer Vernooij2008-01-141-1/+1
| | | | | | they only work with the structures generated by that file. (This used to be commit 9aeb7f31b0fc3b9679e5af07e65e79bc8073c4e1)
* pidl: Fix samba3-cli test after Günthers formatting fixes.Jelmer Vernooij2008-01-101-25/+44
| | | | (This used to be commit bd4ce069b4b6d3fdc182b16060c20e6fe8e8a87d)
* r26262: Add test for WERROR return code handling for Samba 3 client code.Jelmer Vernooij2007-12-211-1/+40
| | | | (This used to be commit 6017b16f504dc7b092c22200951cb206b0a7e602)
* r24592: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher2007-10-101-1/+1
| | | | | | | instead of the pull and push functions metze (This used to be commit 9b59534a14700f7bfe56cae448030df59ced0ba5)
* r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476)
* r24447: fix samba3-cli pidl testsStefan Metzmacher2007-10-101-5/+9
| | | | | metze (This used to be commit 91fb099b3dd5c58608f1fbf65ed77acbc609598f)
* r22457: Fix tests for Samba3 client generator.Jelmer Vernooij2007-10-101-4/+5
| | | | (This used to be commit cf5162ad100c1a8201d3309549c8ff0d3bd5a732)
* r21338: Fix handling of top-level arrays for the Samba 3 client code. This ↵Jelmer Vernooij2007-10-101-0/+56
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)