pidl: add pidl in order to be able to regenerate librpc functions.
commit82dcd55c09a19e59ea3cfd24d2ae63bf2815e163
authorGünther Deschner <gd@samba.org>
Tue, 17 Feb 2009 02:32:16 +0000 (17 03:32 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 27 Mar 2009 12:06:46 +0000 (27 13:06 +0100)
tree9e655f7ec58271ba46232fe6cf78aa59184cd0b8
parent9d29633f1dc6ddf857c4518e815b24db8b9ade6d
pidl: add pidl in order to be able to regenerate librpc functions.

This is pidl as of 0c6ce977ffb8f53f546596b76c1e0858cc6a88ba.

Guenther
(cherry picked from commit bd53a095de3d221cab4a90a35cd018edd800f79a)
61 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/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/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]