aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap/ldap.cnf
AgeCommit message (Expand)AuthorFilesLines
2010-07-01Initialize more variables.gerald1-2/+2
2010-06-30Initialize a variable.gerald1-0/+2
2010-06-30Initialize a variable.gerald1-0/+1
2010-06-27Initialize attributedesc_string in a couple of places so that wegerald1-2/+3
2010-02-23Try to fix compilation with MSVC.etxrab1-3/+3
2010-02-23Squelch a bunch of compiler warnings.guy1-1/+1
2010-01-17Get rid of check_col();etxrab1-19/+10
2009-12-24Add NULL pointer checks. Fixes the fuzz crash in bug 4351.gerald1-1/+1
2009-12-12From Mathieu Parent:jake1-0/+18
2009-12-09From Mathieu Parent:dimeg1-0/+5
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-06-21LDAP control support for Password policy for LDAP directories.gal1-1/+3
2009-03-27As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we don...wmeier1-3/+1
2009-02-18Added one more string_or_null.stig1-1/+1
2009-02-17Add a string utility function "string_or_null" which can be used togerald1-20/+14
2008-07-23Get rid of some unused code warnings and fix an Id marking and some indentati...etxrab1-2/+2
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 portgal1-30/+65
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...gal1-3/+39
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-11-15dissect_ber_choice() returns the index of the taken arm not the tag sahlberg1-0/+7
2007-11-04LDAP with -Tetxrab1-13/+14
2007-11-01Get rid of most of the legacy oid stuff.etxrab1-1/+1
2007-09-25only set ldap_info->first_auth_frame to 0 first time we see the sahlberg1-17/+18
2007-09-25add support for yet another random combination of authentication sahlberg1-0/+9
2007-08-15Convert a couple tvb_get_string()'s into tvb_get_ephemeral_string(). In the ...morriss1-3/+3
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-29Clean up the .cnf file a bit.etxrab1-44/+22
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.etxrab1-55/+55
2007-02-17Tidy ups for SASL/GSSAPI support:gal1-8/+10
2006-11-05Tidy up of information column for NTLM authentication.gal1-1/+12
2006-11-04General updates to:gal1-4/+43
2006-10-11fix for 1148sahlberg1-0/+21
2006-08-06"objectGUID" should be dissected as a GUIDsahlberg1-6/+6
2006-07-05Fix a format string bug. This should fix some of the current fuzzgerald1-1/+1
2006-06-29from metzesahlberg1-20/+80
2006-06-13from metzesahlberg1-7/+7
2006-06-12prettify dissection of LDAP search filters.sahlberg1-3/+116
2006-06-10rework the previous patch slightly since we really need to push a string u...sahlberg1-0/+1
2006-06-10add simple heuristics to the decoding of assertionvalues to make it display ...sahlberg1-1/+1
2006-05-23Ethereal -> Wiresharkkukosa1-1/+1
2006-05-08LDAP attribute type dissector framework including support for "netlogon" attr...gal1-5/+58
2006-05-04force the AssertionValue type to be displayed as a STRING instead of as hex B...sahlberg1-0/+1
2006-05-03do some template magic to make ethereal dissect CLDAP RPC again.sahlberg1-27/+5