Initial source import
commit19ec38f28d621f277cefc49b2cadede07f0f7789
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Thu, 14 Jan 2010 12:31:16 +0000 (14 14:31 +0200)
committerKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Thu, 14 Jan 2010 12:31:16 +0000 (14 14:31 +0200)
tree0cec38619c093a032f7140744941482662833b40
Initial source import

it contains:

1. drsuapi.idl and .cnf file from Wireshar (r.31499)
  This is copied from epan/dissectors/dcerpc/drsuapi directory

2. PIDL parser from Samba's master at commit:
  c32b0b6b0249e9f636667b779096b80c97038515
69 files changed:
.gitignore [new file with mode: 0644]
drsuapi/Makefile [new file with mode: 0644]
drsuapi/drsuapi.cnf [new file with mode: 0644]
drsuapi/drsuapi.idl [new file with mode: 0644]
drsuapi/packet-dcerpc-drsuapi-template.c [new file with mode: 0644]
drsuapi/packet-dcerpc-drsuapi-template.h [new file with mode: 0644]
idl_types.h [new file with mode: 0644]
pidl/MANIFEST [new file with mode: 0644]
pidl/META.yml [new file with mode: 0644]
pidl/Makefile.PL [new file with mode: 0755]
pidl/README [new file with mode: 0644]
pidl/TODO [new file with mode: 0644]
pidl/config.m4 [new file with mode: 0644]
pidl/config.mk [new file with mode: 0644]
pidl/expr.yp [new file with mode: 0644]
pidl/idl.yp [new file with mode: 0644]
pidl/lib/Parse/Pidl.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/CUtil.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Compat.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Dump.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Expr.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/IDL.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/NDR.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/ODL.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4/COM/Header.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4/COM/Proxy.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4/COM/Stub.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4/Header.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4/Python.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4/TDR.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Samba4/Template.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Typelist.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Util.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Wireshark/Conformance.pm [new file with mode: 0644]
pidl/lib/Parse/Pidl/Wireshark/NDR.pm [new file with mode: 0644]
pidl/lib/Parse/Yapp/Driver.pm [new file with mode: 0644]
pidl/pidl [new file with mode: 0755]
pidl/tests/Util.pm [new file with mode: 0644]
pidl/tests/cutil.pl [new file with mode: 0755]
pidl/tests/dump.pl [new file with mode: 0755]
pidl/tests/header.pl [new file with mode: 0755]
pidl/tests/ndr.pl [new file with mode: 0755]
pidl/tests/ndr_align.pl [new file with mode: 0755]
pidl/tests/ndr_alloc.pl [new file with mode: 0755]
pidl/tests/ndr_array.pl [new file with mode: 0755]
pidl/tests/ndr_compat.pl [new file with mode: 0755]
pidl/tests/ndr_deprecations.pl [new file with mode: 0755]
pidl/tests/ndr_fullptr.pl [new file with mode: 0755]
pidl/tests/ndr_refptr.pl [new file with mode: 0755]
pidl/tests/ndr_represent.pl [new file with mode: 0755]
pidl/tests/ndr_simple.pl [new file with mode: 0755]
pidl/tests/ndr_string.pl [new file with mode: 0755]
pidl/tests/ndr_tagtype.pl [new file with mode: 0755]
pidl/tests/parse_idl.pl [new file with mode: 0755]
pidl/tests/samba-ndr.pl [new file with mode: 0755]
pidl/tests/samba3-cli.pl [new file with mode: 0755]
pidl/tests/samba3-srv.pl [new file with mode: 0755]
pidl/tests/tdr.pl [new file with mode: 0755]
pidl/tests/test_util.pl [new file with mode: 0755]
pidl/tests/typelist.pl [new file with mode: 0755]
pidl/tests/util.pl [new file with mode: 0755]
pidl/tests/wireshark-conf.pl [new file with mode: 0755]
pidl/tests/wireshark-ndr.pl [new file with mode: 0755]