aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
Commit message (Expand)AuthorAgeFilesLines
* As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we don...Bill Meier2009-03-272-9/+2
* Added one more string_or_null.Stig Bjørlykke2009-02-181-1/+1
* Add a string utility function "string_or_null" which can be used toGerald Combs2009-02-171-20/+14
* Get rid of some warnings.Guy Harris2008-11-131-2/+2
* Small changes related to proto_reg_handoff;Bill Meier2008-11-121-10/+9
* Put rev 26706 in the template file.Anders Broman2008-11-061-1/+1
* Add the missing part of the fix for "Failure to dissect long SASL wrapped LDA...Anders Broman2008-09-251-1/+1
* From Gary Reynolds:Anders Broman2008-08-062-65/+474
* From Yaniv Kaul:Anders Broman2008-08-012-2/+5
* Get rid of some unused code warnings and fix an Id marking and some indentati...Anders Broman2008-07-231-2/+2
* From Jim Young:Stig Bjørlykke2008-04-071-3/+3
* There are several g_malloc()'d things hanging off ldasp_conv_info_t's so don'...Jeff Morriss2008-03-171-2/+8
* Fix LDAP crash (on certain platforms) from http://bugs.wireshark.org/bugzilla...Jeff Morriss2008-03-161-66/+82
* 1) Support for configurable LDAP over SSL portGraeme Lunt2008-01-263-45/+158
* - Removed some unused variables in asn1 dissectorsStig Bjørlykke2008-01-161-1/+0
* Basic support for the LDAP start_tls extended operation and fix to match up e...Graeme Lunt2008-01-132-8/+86
* Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman2008-01-041-1/+1
* Get rid of ber_last_created_item().Anders Broman2008-01-041-8/+5
* asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer2007-12-191-1/+2
* ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa2007-12-101-1/+1
* dissect_ber_choice() returns the index of the taken arm not the tag Ronnie Sahlberg2007-11-151-0/+7
* LDAP with -TAnders Broman2007-11-042-14/+15
* LDAP wasn't 'fixed' to handle -T option...Anders Broman2007-11-011-1/+1
* Get rid of most of the legacy oid stuff.Anders Broman2007-11-011-1/+1
* Change:Anders Broman2007-11-011-1/+1
* Use oid_add_from_string for adding names.Anders Broman2007-10-311-36/+36
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-3/+2
* - Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer2007-10-111-1/+3
* - Change Makefiles to include preincJörg Mayer2007-10-102-1/+3
* More conversions and updates to existing Makefile stuffJörg Mayer2007-10-101-41/+22
* Try to fix the build...Martin Mathieson2007-10-093-17/+74
* Fix:Anders Broman2007-09-251-1/+0
* only set ldap_info->first_auth_frame to 0 first time we see the Ronnie Sahlberg2007-09-251-17/+18
* not all SASL protected blobs use a GSS wrapper for the payload so we Ronnie Sahlberg2007-09-251-18/+21
* add support for yet another random combination of authentication Ronnie Sahlberg2007-09-251-0/+9
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-251-1/+1
* get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2007-08-241-5/+5
* Convert a couple tvb_get_string()'s into tvb_get_ephemeral_string(). In the ...Jeff Morriss2007-08-151-3/+3
* Remove obsolete README file.Anders Broman2007-06-271-7/+0
* remove some compiler warning due to unused pinfo parameterRonnie Sahlberg2007-06-241-13/+27
* add code to handle new insanity in how spnego and gss wrap Ronnie Sahlberg2007-06-221-12/+27
* use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa2007-06-061-5/+5
* not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa2007-06-051-2/+2
* - LDAP generated with -X optionAnders Broman2007-05-303-2/+11
* Clean up the .cnf file a bit.Anders Broman2007-05-293-48/+28
* Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman2007-05-221-6/+6
* actx in the rest of dissect_ber..()lAnders Broman2007-05-151-3/+3
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-132-57/+57
* Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman2007-05-011-0/+1
* Tidy ups for SASL/GSSAPI support:Graeme Lunt2007-02-172-12/+26