summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/asn1/asn1parse.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-15heimdal regenate lex and yacc filesAndrew Bartlett1-0/+1611
2010-11-15s4:heimdal: import lorikeet-heimdal-201011102149 (commit ↵Andrew Bartlett1-3042/+0
5734d03c20e104c8f45533d07f2a2cbbd3224f29)
2010-10-30s4-heimdal: fixed the use of error_message() in heimdalAndrew Tridgell1-14/+14
the lex code in heimdal had a function error_message() which conflicts with a function from the com_err library. This replaces it with lex_err_message() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-10-03s4:heimdal: import lorikeet-heimdal-201009250123 (commit ↵Matthieu Patou1-4/+4
42cabfb5b683dbcb97d583c397b897507689e382) I based this on Matthieu's import of lorikeet-heimdal, and then updated it to this commit. Andrew Bartlett
2010-03-27s4:heimal Update generated files (cp from Heimdal)Andrew Bartlett1-399/+419
2010-02-08s4:heimdal: regerenate filesStefan Metzmacher1-94/+94
Andrew using cp like in commit ca12e7bc8ff4a91f2044c0a60550fec902e97a78 is wrong as that removes #include "config.h" and breaks the build on AIX. metze
2009-11-13s4:heimdal Import generated files from heimdal treeAndrew Bartlett1-415/+606
We should be able to rebuild these, but a cp is easier :-)
2009-07-06s4:heimdal: readd heimdal/lib/asn1/asn1parse.y which was parse.y before the ↵Stefan Metzmacher1-0/+2831
last import Also commit the regenerated files for systems without yacc and lex. This fixes the build with automatic dependecies for me. metze