aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509if
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-05-08FT_STRING => FT_OID where applicableGraeme Lunt1-1/+1
2006-04-30Operational Attributes and SyntaxesGraeme Lunt1-1/+15
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-03-05ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and ...Graeme Lunt3-5/+21
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
2006-02-17Don't try to fill in last_dn if it doesn't exist. Fixes the current BuildbotGerald Combs1-7/+10
2006-01-10Make sure last_dn is big enough, and set it to NULL when we'reGerald Combs1-2/+4
2005-12-14From Grame Lunt:Anders Broman3-2/+93
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-1/+1
2005-11-22Trivial warning fixesJörg Mayer2-2/+2
2005-11-17Squelch some const vs. non-const warnings.Guy Harris1-1/+1
2005-11-17Include <epan/emem.h> to declare ep_alloc().Guy Harris1-0/+1
2005-11-16 add a simple g_strlcat define in strutil for gtk==1 where this symbol doe...Ronnie Sahlberg1-0/+1
2005-11-16From Graeme Lunt:Anders Broman5-2/+134
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-10/+7
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-5/+5
2005-08-02Fix more "no previous declaration" warnings - the forgotten filesJörg Mayer1-0/+1
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-4/+4
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-1/+1
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-7/+7
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-5/+23
2005-01-16Supply Makefile.nmake files.Guy Harris1-0/+23
2005-01-16Make the Makefile look like the h235 Makefiles, with the new rules.Guy Harris1-2/+13
2004-12-13remove some asn2eth warningsRonnie Sahlberg2-1/+30
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg1-1/+1
2004-12-12updates from tomas and andersRonnie Sahlberg1-4/+4
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg2-1/+3
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i a...Ronnie Sahlberg2-2/+2
2004-11-21update to x509if autogenerate the exports conformance file and create a sm...Ronnie Sahlberg2-0/+5
2004-11-21Add a whole bunch of dissector to X509IF and export them.Ronnie Sahlberg3-236/+374
2004-11-14Since we can now handle SEQUENCE OF ANY uncomment this "difficult" field fromRonnie Sahlberg2-9/+6
2004-11-06declare the types for DistinguishedName and RDNSequenceRonnie Sahlberg1-0/+2
2004-11-06export RDNSequence from x509ifRonnie Sahlberg1-0/+1
2004-11-06export DistinguishedName from x509ifRonnie Sahlberg1-0/+1
2004-11-06make x509if use the new ANY type and get rid of the workaroundRonnie Sahlberg3-21/+12
2004-10-29more updates of x509ifRonnie Sahlberg4-40/+22
2004-10-29Update to x509if use a workaround to emulate the type ANY and remove stuff f...Ronnie Sahlberg4-43/+29
2004-10-08Make the ber_sequence tables "const".Guy Harris1-2/+2
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris3-26/+26
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are stil...Ronnie Sahlberg2-0/+3
2004-07-22"dissect_x509if_AttributeTypeAndDistinguishedValue()" is static - don'tGuy Harris1-1/+0
2004-07-22add the countryname attributeRonnie Sahlberg1-0/+7
2004-07-22start dissecting AttributeTypeAnddistinguishedValueRonnie Sahlberg4-1/+36
2004-07-22dissect the x509if/Name all the way down to the AttributeTypeAndDistinguished...Ronnie Sahlberg1-5/+11
2004-07-22minor updateRonnie Sahlberg1-1/+0
2004-07-22minor updateRonnie Sahlberg1-1/+0
2004-07-19Work in progressRonnie Sahlberg5-0/+1029