pidl: add pidl in order to be able to regenerate librpc functions.
commitbd53a095de3d221cab4a90a35cd018edd800f79a
authorGünther Deschner <gd@samba.org>
Tue, 17 Feb 2009 02:32:16 +0000 (17 03:32 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 17 Feb 2009 02:41:16 +0000 (17 03:41 +0100)
tree63a7982222a03d0ff50a16a408bf9834db817e5b
parentcb9dd0f58d06a78b7724c3e0ec8f81512edc2d29
pidl: add pidl in order to be able to regenerate librpc functions.

This is pidl as of 0c6ce977ffb8f53f546596b76c1e0858cc6a88ba.

Guenther
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]