aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-04Get rid of ber_last_created_item().Anders Broman1-8/+5
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-11-15dissect_ber_choice() returns the index of the taken arm not the tag Ronnie Sahlberg1-0/+7
2007-11-04LDAP with -TAnders Broman2-14/+15
2007-11-01LDAP wasn't 'fixed' to handle -T option...Anders Broman1-1/+1
2007-11-01Get rid of most of the legacy oid stuff.Anders Broman1-1/+1
2007-11-01Change:Anders Broman1-1/+1
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-36/+36
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-3/+2
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-1/+3
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-10More conversions and updates to existing Makefile stuffJörg Mayer1-41/+22
2007-10-09Try to fix the build...Martin Mathieson3-17/+74
2007-09-25Fix:Anders Broman1-1/+0
2007-09-25only set ldap_info->first_auth_frame to 0 first time we see the Ronnie Sahlberg1-17/+18
2007-09-25not all SASL protected blobs use a GSS wrapper for the payload so we Ronnie Sahlberg1-18/+21
2007-09-25add support for yet another random combination of authentication Ronnie Sahlberg1-0/+9
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-5/+5
2007-08-15Convert a couple tvb_get_string()'s into tvb_get_ephemeral_string(). In the ...Jeff Morriss1-3/+3
2007-06-27Remove obsolete README file.Anders Broman1-7/+0
2007-06-24remove some compiler warning due to unused pinfo parameterRonnie Sahlberg1-13/+27