aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Add the missing part of the fix for "Failure to dissect long SASL wrapped LDA...etxrab1-1/+1
2008-08-06From Gary Reynolds:etxrab2-65/+474
2008-08-01From Yaniv Kaul:etxrab2-2/+5
2008-07-23Get rid of some unused code warnings and fix an Id marking and some indentati...etxrab1-2/+2
2008-04-07From Jim Young:stig1-3/+3
2008-03-17There are several g_malloc()'d things hanging off ldasp_conv_info_t's so don'...morriss1-2/+8
2008-03-16Fix LDAP crash (on certain platforms) from http://bugs.wireshark.org/bugzilla...morriss1-66/+82
2008-01-261) Support for configurable LDAP over SSL portgal3-45/+158
2008-01-16- Removed some unused variables in asn1 dissectorsstig1-1/+0
2008-01-13Basic support for the LDAP start_tls extended operation and fix to match up e...gal2-8/+86
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2008-01-04Get rid of ber_last_created_item().etxrab1-8/+5
2007-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionskukosa1-1/+1
2007-11-15dissect_ber_choice() returns the index of the taken arm not the tag sahlberg1-0/+7
2007-11-04LDAP with -Tetxrab2-14/+15
2007-11-01LDAP wasn't 'fixed' to handle -T option...etxrab1-1/+1
2007-11-01Get rid of most of the legacy oid stuff.etxrab1-1/+1
2007-11-01Change:etxrab1-1/+1
2007-10-31Use oid_add_from_string for adding names.etxrab1-36/+36
2007-10-23Apply the small performance enhancment patches for:etxrab1-3/+2
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.jmayer1-1/+3
2007-10-10- Change Makefiles to include preincjmayer2-1/+3
2007-10-10More conversions and updates to existing Makefile stuffjmayer1-41/+22
2007-10-09Try to fix the build...martinm3-17/+74
2007-09-25Fix:etxrab1-1/+0
2007-09-25only set ldap_info->first_auth_frame to 0 first time we see the sahlberg1-17/+18
2007-09-25not all SASL protected blobs use a GSS wrapper for the payload so we sahlberg1-18/+21
2007-09-25add support for yet another random combination of authentication sahlberg1-0/+9
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-5/+5
2007-08-15Convert a couple tvb_get_string()'s into tvb_get_ephemeral_string(). In the ...morriss1-3/+3
2007-06-27Remove obsolete README file.etxrab1-7/+0
2007-06-24remove some compiler warning due to unused pinfo parametersahlberg1-13/+27
2007-06-22add code to handle new insanity in how spnego and gss wrap sahlberg1-12/+27
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)kukosa1-5/+5
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typeskukosa1-2/+2
2007-05-30- LDAP generated with -X optionetxrab3-2/+11
2007-05-29Clean up the .cnf file a bit.etxrab3-48/+28
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-6/+6
2007-05-15actx in the rest of dissect_ber..()letxrab1-3/+3
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab2-57/+57
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-0/+1
2007-02-17Tidy ups for SASL/GSSAPI support:gal2-12/+26
2006-11-27Note that this isn't just cut and pasted from RFC 2251.guy1-0/+2
2006-11-27remove file that is not usedsahlberg1-346/+0
2006-11-06Don't remove a preference, make it obsolete instead.jake1-0/+2
2006-11-05Tidy up of information column for NTLM authentication.gal1-1/+12
2006-11-04General updates to:gal3-14/+101
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-2/+2