pidl: add copy of pidl to 3-3-test in order to regenerate librpc code.
commita9fcb593fd0b8a2e9d27870515a5470072672686
authorGünther Deschner <gd@samba.org>
Tue, 17 Feb 2009 01:35:00 +0000 (17 02:35 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 17 Feb 2009 08:01:46 +0000 (17 09:01 +0100)
tree801439adc8147b4a1954a957282e6bf2f2b2147a
parent0cc465a5086418a90dc7b64894ef33bf4d1ae16e
pidl: add copy of pidl to 3-3-test in order to regenerate librpc code.

pidl's reference is 79190992b3820cd028c961c48bdea9b35baf13c9 here.

Guenther
(cherry picked from commit 55d1dacf4d49abcaace17a5f8a200c319e0389eb)
65 files changed:
source/pidl/MANIFEST [new file with mode: 0644]
source/pidl/META.yml [new file with mode: 0644]
source/pidl/Makefile.PL [new file with mode: 0755]
source/pidl/README [new file with mode: 0644]
source/pidl/TODO [new file with mode: 0644]
source/pidl/config.m4 [new file with mode: 0644]
source/pidl/config.mk [new file with mode: 0644]
source/pidl/expr.yp [new file with mode: 0644]
source/pidl/idl.yp [new file with mode: 0644]
source/pidl/lib/Parse/Pidl.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/CUtil.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Compat.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Dump.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Expr.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/IDL.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/NDR.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/ODL.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/COM/Header.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/COM/Proxy.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/COM/Stub.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/EJS.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/Header.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/Python.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/SWIG.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/TDR.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Samba4/Template.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Typelist.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Util.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm [new file with mode: 0644]
source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm [new file with mode: 0644]
source/pidl/lib/Parse/Yapp/Driver.pm [new file with mode: 0644]
source/pidl/pidl [new file with mode: 0755]
source/pidl/tests/Util.pm [new file with mode: 0644]
source/pidl/tests/cutil.pl [new file with mode: 0755]
source/pidl/tests/dump.pl [new file with mode: 0755]
source/pidl/tests/header.pl [new file with mode: 0755]
source/pidl/tests/ndr.pl [new file with mode: 0755]
source/pidl/tests/ndr_align.pl [new file with mode: 0755]
source/pidl/tests/ndr_alloc.pl [new file with mode: 0755]
source/pidl/tests/ndr_array.pl [new file with mode: 0755]
source/pidl/tests/ndr_compat.pl [new file with mode: 0755]
source/pidl/tests/ndr_deprecations.pl [new file with mode: 0755]
source/pidl/tests/ndr_fullptr.pl [new file with mode: 0755]
source/pidl/tests/ndr_refptr.pl [new file with mode: 0755]
source/pidl/tests/ndr_represent.pl [new file with mode: 0755]
source/pidl/tests/ndr_simple.pl [new file with mode: 0755]
source/pidl/tests/ndr_string.pl [new file with mode: 0755]
source/pidl/tests/ndr_tagtype.pl [new file with mode: 0755]
source/pidl/tests/parse_idl.pl [new file with mode: 0755]
source/pidl/tests/samba-ejs.pl [new file with mode: 0755]
source/pidl/tests/samba-ndr.pl [new file with mode: 0755]
source/pidl/tests/samba3-cli.pl [new file with mode: 0755]
source/pidl/tests/samba3-srv.pl [new file with mode: 0644]
source/pidl/tests/tdr.pl [new file with mode: 0755]
source/pidl/tests/test_util.pl [new file with mode: 0755]
source/pidl/tests/typelist.pl [new file with mode: 0755]
source/pidl/tests/util.pl [new file with mode: 0755]
source/pidl/tests/wireshark-conf.pl [new file with mode: 0755]
source/pidl/tests/wireshark-ndr.pl [new file with mode: 0755]