aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509if
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg2-4/+4
svn path=/trunk/; revision=18197
2006-05-08FT_STRING => FT_OID where applicableGraeme Lunt1-1/+1
svn path=/trunk/; revision=18107
2006-04-30Operational Attributes and SyntaxesGraeme Lunt1-1/+15
svn path=/trunk/; revision=18048
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
svn path=/trunk/; revision=17999
2006-03-05ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and ↵Graeme Lunt3-5/+21
DISP dissectors. Also includes X.402 definitions and OID registrations for object classes. svn path=/trunk/; revision=17471
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
svn path=/trunk/; revision=17387
2006-02-17Don't try to fill in last_dn if it doesn't exist. Fixes the current BuildbotGerald Combs1-7/+10
failure. svn path=/trunk/; revision=17337
2006-01-10Make sure last_dn is big enough, and set it to NULL when we'reGerald Combs1-2/+4
finished with it. This should fix the current menagerie failure in Buildbot. Fix up whitespace. svn path=/trunk/; revision=16995
2005-12-14From Grame Lunt:Anders Broman3-2/+93
Attached is a patch that updates - * DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. Also now uses the correct EXPORTs from the other modules/dissectors. * X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate. (I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.) * X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file. * A couple of fixes identified by Stig. Note the patc for dop did not apply don't regenerate dissectors yet. svn path=/trunk/; revision=16799
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-1/+1
svn path=/trunk/; revision=16736
2005-11-22Trivial warning fixesJörg Mayer2-2/+2
svn path=/trunk/; revision=16561
2005-11-17Squelch some const vs. non-const warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=16525
2005-11-17Include <epan/emem.h> to declare ep_alloc().Guy Harris1-0/+1
svn path=/trunk/; revision=16524
2005-11-16 add a simple g_strlcat define in strutil for gtk==1 where this symbol ↵Ronnie Sahlberg1-0/+1
does not exist svn path=/trunk/; revision=16511
2005-11-16From Graeme Lunt:Anders Broman5-2/+134
Here are a number of small patches for asn1 based dissectors: acse: release request/response column information (many X.400/X.500 unbinds are empty) "standardised" PNAME to "ISO 8650-1 OSI Association Control Service" fix for crash when using EXTERNAL dissector rtse: column information when attempting a resume x509if: generation of LDAP-style DNs from RDNSequences new function x509if_get_last_dn() to get the last DN generated. x509af: DSS parameters certificate extension naming subject naming of certificate x509sat: Guide syntax (as SET now supported) PDU exports. cms: verification of message digest attribute (SHA-1 and MD5) ess: enumerated/restrictive/permissive/informative security categories x411: generation of string encoding of X.400 addresses, trace information and message identifiers. s4406: separate types for primary and copy precedence to allow better filtering (e.g. primary precedence = flash) priority-level-qualifier svn path=/trunk/; revision=16508
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-10/+7
- new dissect_ber_object_identifier_str() function - BER dissectors adapted and regenerated svn path=/trunk/; revision=16501
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. svn path=/trunk/; revision=15710
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-5/+5
svn path=/trunk/; revision=15664
2005-08-02Fix more "no previous declaration" warnings - the forgotten filesJörg Mayer1-0/+1
svn path=/trunk/; revision=15170
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=14980
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-1/+1
buffer overflow found while fuzz testing. svn path=/trunk/; revision=14169
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg1-7/+7
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-5/+23
generates dissectors with mixed EOL! SVN doesn't allow you to commit such files. Add a target to all nmake makefiles in asn1 subdirectory which will fix these files. svn path=/trunk/; revision=13077
2005-01-16Supply Makefile.nmake files.Guy Harris1-0/+23
svn path=/trunk/; revision=13072
2005-01-16Make the Makefile look like the h235 Makefiles, with the new rules.Guy Harris1-2/+13
Get rid of their "executable" property, and set svn:keywords to Id and svn:eol-style to native if they're not already set. svn path=/trunk/; revision=13071
2004-12-13remove some asn2eth warningsRonnie Sahlberg2-1/+30
svn path=/trunk/; revision=12744
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12725
2004-12-12updates from tomas and andersRonnie Sahlberg1-4/+4
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg2-1/+3
updates to cms to accomodate the new protocol add author to some files svn path=/trunk/; revision=12573
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i ↵Ronnie Sahlberg2-2/+2
added a small makefile to reduce boring typing on the commandline svn path=/trunk/; revision=12556
2004-11-21update to x509if autogenerate the exports conformance file and create a ↵Ronnie Sahlberg2-0/+5
small makefile since i am tired of typing that long command line every time svn path=/trunk/; revision=12555
2004-11-21Add a whole bunch of dissector to X509IF and export them.Ronnie Sahlberg3-236/+374
X509if is now almost complete. svn path=/trunk/; revision=12553
2004-11-14Since we can now handle SEQUENCE OF ANY uncomment this "difficult" field fromRonnie Sahlberg2-9/+6
the Attribute SEQUENCE to make it more complete. svn path=/trunk/; revision=12527
2004-11-06declare the types for DistinguishedName and RDNSequenceRonnie Sahlberg1-0/+2
svn path=/trunk/; revision=12495
2004-11-06export RDNSequence from x509ifRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=12494
2004-11-06export DistinguishedName from x509ifRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=12493
2004-11-06make x509if use the new ANY type and get rid of the workaroundRonnie Sahlberg3-21/+12
svn path=/trunk/; revision=12492
2004-10-29more updates of x509ifRonnie Sahlberg4-40/+22
svn path=/trunk/; revision=12433
2004-10-29Update to x509if use a workaround to emulate the type ANY and remove stuff ↵Ronnie Sahlberg4-43/+29
from teh template svn path=/trunk/; revision=12431
2004-10-08Make the ber_sequence tables "const".Guy Harris1-2/+2
svn path=/trunk/; revision=12245
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris3-26/+26
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are ↵Ronnie Sahlberg2-0/+3
still bugs) svn path=/trunk/; revision=11524
2004-07-22"dissect_x509if_AttributeTypeAndDistinguishedValue()" is static - don'tGuy Harris1-1/+0
declare it as non-static in the header file. svn path=/trunk/; revision=11473
2004-07-22add the countryname attributeRonnie Sahlberg1-0/+7
svn path=/trunk/; revision=11470
2004-07-22start dissecting AttributeTypeAnddistinguishedValueRonnie Sahlberg4-1/+36
(which must be implemented by hand inside themplate) svn path=/trunk/; revision=11469
2004-07-22dissect the x509if/Name all the way down to the ↵Ronnie Sahlberg1-5/+11
AttributeTypeAndDistinguishedValue structure but not the structure itself. we are getting there, slow but steady svn path=/trunk/; revision=11468
2004-07-22minor updateRonnie Sahlberg1-1/+0
GeneralNames is defined in x509ce and not x509if svn path=/trunk/; revision=11467
2004-07-22minor updateRonnie Sahlberg1-1/+0
UniqueIdentifier is imported from x509sat and not x509if svn path=/trunk/; revision=11466
2004-07-19Work in progressRonnie Sahlberg5-0/+1029
New protocol X.509 Information framework this new protocol is not yet linked with ethereal and needs extra massage before it can be used. svn path=/trunk/; revision=11430