r1306: commit the first steps of my ASN.1 compiler
authorStefan Metzmacher <metze@samba.org>
Wed, 30 Jun 2004 17:35:26 +0000 (17:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:49 +0000 (12:56 -0500)
commit8991c6cd96a6f635dffdb77390b09483bcad1c05
tree022033356fe734434654465ec9e6682b068b3a63
parentfb667783ac59959ac37f1ae8b6b29c32addc5e1b
r1306: commit the first steps of my ASN.1 compiler

called 'pasn1', it works like 'pidl'

and we may can autogenerate ASN.1 code out of it.
(NOTE: the complete LDAP ASN.1 definition is in the RFC 2251,
 and maybe some others too :-)

I'm not completly shure if we'll use it in future,
but I commit it so that it won't be lost...

metze
(This used to be commit ddcaf7b63a0bc49ef1fc2d85d0ba81d67db48790)
source4/build/pasn1/Makefile [new file with mode: 0644]
source4/build/pasn1/asn1.yp [new file with mode: 0644]
source4/build/pasn1/pasn1.pl [new file with mode: 0755]
source4/build/pasn1/util.pm [new file with mode: 0644]