aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
AgeCommit message (Expand)AuthorFilesLines
2011-01-06More misc. CLDAP improvements for Active Directory including updatingStephen Fisher1-32/+44
2011-01-06More minor cleanup/fixes for MS Active Directory's use of CLDAP.Stephen Fisher1-20/+13
2011-01-06Minor corrections to NtVer dissection for NETLOGON_NT_VERSION Options BitsStephen Fisher1-66/+69
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-12-06Make some prefs callback functions static. (These modules don't use proto_re...Jeff Morriss1-2/+4
2010-09-21The CLDAP attribute value on a CLDAP reply is no longer being decodedAnders Broman1-1/+1
2010-07-01Initialize more variables.Gerald Combs1-2/+2
2010-06-30Initialize a variable.Gerald Combs1-0/+2
2010-06-30Initialize a variable.Gerald Combs1-0/+1
2010-06-27Initialize attributedesc_string in a couple of places so that weGerald Combs2-9/+7
2010-05-13Use find_or_create_conversation() in some ASN.1 dissectorsJeff Morriss1-16/+4
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-02-23Try to fix compilation with MSVC.Anders Broman2-6/+6
2010-02-23Squelch a bunch of compiler warnings.Guy Harris2-23/+23
2010-01-25Export the dissect_mscldap_string() that is used to dissectRonnie Sahlberg2-1/+3
2010-01-17Get rid of check_col();Anders Broman1-19/+10
2009-12-24Add NULL pointer checks. Fixes the fuzz crash in bug 4351.Gerald Combs1-1/+1
2009-12-12From Mathieu Parent:Jaap Keuter4-1/+36
2009-12-09From Mathieu Parent:Gerasimos Dimitriadis3-6/+63
2009-12-04From Bug 4298:Gerasimos Dimitriadis1-0/+6
2009-10-30Apply r30376 to asn1 template files.Stig Bjørlykke1-3/+1
2009-10-11Remove unused variableKovarththanan Rajaratnam1-1/+0
2009-10-09Backport r29665 to template file so that the change is not overwritten when w...Kovarththanan Rajaratnam1-58/+57
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-07-28From: Matthieu Patou <mat+Informatique.Samba@matws.net>Ronnie Sahlberg2-1/+5
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-07-05From Kovarththanan Rajaratnam:Anders Broman1-3/+3
2009-06-30Changed check for having multiple ldap PDU's in one frame.Stig Bjørlykke1-26/+24
2009-06-30Cleanup protocol name for ldap.Stig Bjørlykke1-1/+1
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-68/+68
2009-06-21LDAP control support for Password policy for LDAP directories.Graeme Lunt2-1/+23
2009-03-27As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we don...Bill Meier2-9/+2
2009-02-18Added one more string_or_null.Stig Bjørlykke1-1/+1
2009-02-17Add a string utility function "string_or_null" which can be used toGerald Combs1-20/+14
2008-11-13Get rid of some warnings.Guy Harris1-2/+2
2008-11-12Small changes related to proto_reg_handoff;Bill Meier1-10/+9
2008-11-06Put rev 26706 in the template file.Anders Broman1-1/+1
2008-09-25Add the missing part of the fix for "Failure to dissect long SASL wrapped LDA...Anders Broman1-1/+1
2008-08-06From Gary Reynolds:Anders Broman2-65/+474
2008-08-01From Yaniv Kaul:Anders Broman2-2/+5
2008-07-23Get rid of some unused code warnings and fix an Id marking and some indentati...Anders Broman1-2/+2
2008-04-07From Jim Young:Stig Bjørlykke1-3/+3
2008-03-17There are several g_malloc()'d things hanging off ldasp_conv_info_t's so don'...Jeff Morriss1-2/+8
2008-03-16Fix LDAP crash (on certain platforms) from http://bugs.wireshark.org/bugzilla...Jeff Morriss1-66/+82
2008-01-261) Support for configurable LDAP over SSL portGraeme Lunt3-45/+158
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-1/+0
2008-01-13Basic support for the LDAP start_tls extended operation and fix to match up e...Graeme Lunt2-8/+86
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1