Trivial warning fixes
[obnox/wireshark/wip.git] / epan / dissectors / packet-ldap.c
2008-11-13 guyGet rid of some warnings.
2008-11-12 wmeierSmall changes related to proto_reg_handoff;
2008-11-06 stigAdd a missing space in a tooltip.
2008-11-01 etxrabRegenerate all asn2wrs generated dissectors
2008-09-25 etxrabAdd the missing part of the fix for "Failure to dissect...
2008-08-06 etxrabFrom Gary Reynolds:
2008-08-01 etxrabFrom Yaniv Kaul:
2008-04-07 stigFrom Jim Young:
2008-03-17 morrissThere are several g_malloc()'d things hanging off ldasp...
2008-03-16 morrissFix LDAP crash (on certain platforms) from bugs.wiresha...
2008-01-26 gal1) Support for configurable LDAP over SSL port
2008-01-16 stig- Removed some unused variables in asn1 dissectors
2008-01-13 galBasic support for the LDAP start_tls extended operation...
2008-01-04 etxrabGet rid of dissect_ber_boolean_value() and change the...
2008-01-04 etxrabGet rid of ber_last_created_item().
2007-12-06 kukosafix field attributes handling for tagged types
2007-12-04 kukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-15 sahlbergnew ldap dissector
2007-11-04 etxrabLDAP with -T
2007-11-01 etxrabLDAP wasn't 'fixed' to handle -T option...
2007-11-01 etxrabGet rid of most of the legacy oid stuff.
2007-11-01 etxrabChange:
2007-10-31 etxrabUse oid_add_from_string for adding names.
2007-09-25 etxrabFix:
2007-09-25 sahlbergonly set ldap_info->first_auth_frame to 0 first time...
2007-09-25 sahlbergnot all SASL protected blobs use a GSS wrapper for...
2007-09-25 sahlbergadd support for yet another random combination of authe...
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-08-24 jmayerget_ber_length doesn't need the tree argument, get...
2007-08-15 morrissConvert a couple tvb_get_string()'s into tvb_get_epheme...
2007-06-24 sahlbergremove some compiler warning due to unused pinfo parameter
2007-06-22 sahlbergadd code to handle new insanity in how spnego and gss...
2007-06-06 kukosause ASN.1 type names in #.FN_BODY (instead of Wireshark...
2007-05-30 etxrab- LDAP generated with -X option
2007-05-29 etxrabClean up the .cnf file a bit.
2007-05-24 kukosafew BER dissectors regenerated
2007-05-22 etxrabPrepare for the use of the new -X parameter for BER...
2007-05-15 etxrabactx in the rest of dissect_ber..()l
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-05-06 etxrabStart introducing actx to ber functions.
2007-05-01 etxrabSplit out common asn1 stuff to asn1.h and include that...
2007-03-21 sahlbergchange the signature that asn2wrs generates for functio...
2007-02-17 galTidy ups for SASL/GSSAPI support:
2006-11-24 jakeFrom Stefan Metzmacher:
2006-11-06 jakeDon't remove a preference, make it obsolete instead.
2006-11-05 galTidy up of information column for NTLM authentication.
2006-11-04 galGeneral updates to:
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-10-11 sahlbergfix for 1148
2006-09-22 galWhen dissecting LDAP, the assumption was made that...
2006-09-16 sahlbergmake dissect_nt_sid return ep allocated memory and...
2006-08-20 sahlberg in LDAP over TCP
2006-08-19 guySquelch a compiler warning.
2006-08-16 kukosaASN.1 dissectors regenerated with new asn2wrs to get...
2006-08-11 sahlbergfor sec descriptors found inside ldap
2006-08-07 sahlbergmarik the request_in/response_to/time as generated...
2006-08-07 sahlbergdissect nTSecurityDescriptor attribute as a security...
2006-08-07 sahlbergobjectSid attribute contains a sid so decode it nivel...
2006-08-06 sahlbergadd some more oid's
2006-08-06 sahlbergthe ldap values for supportedControl and supportedCapab...
2006-08-06 sahlberg"objectGUID" should be dissected as a GUID
2006-07-12 geraldMake sure our strings aren't null before we pass them...
2006-07-12 sahlbergprettify dissection od ldap attributes
2006-07-10 geraldReset ldm_tree in dissect_ldap_pdu(). Fixes a couple...
2006-07-05 geraldFix a format string bug. This should fix some of the...
2006-06-29 sahlbergfrom metze
2006-06-28 geraldReset ldm_tree to NULL each time we dissect an LDAP...
2006-06-28 kukosaremove functions register_ber_oid_name() and get_ber_oi...
2006-06-22 sahlbergthe dissector for AssertionValue that is implemented...
2006-06-16 guyInclude <epan/dissectors/packet-tcp.h> to declare tcp_d...
2006-06-14 sahlbergfix tcp reassembly to work again for
2006-06-13 sahlbergfrom metze
2006-06-13 guyConstify to fix compiler warnings.
2006-06-12 etxrabFix some warnings.
2006-06-12 sahlbergprettify dissection of LDAP search filters.
2006-06-10 sahlbergrework the previous patch slightly since we really...
2006-06-10 sahlbergadd simple heuristics to the decoding of assertionvalue...
2006-06-10 sahlbergmake CLDAP show up as CLDAP in the dissectyion tree...
2006-05-24 kukosa- remove some #.MODULE_IMPORT from .cng files
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-08 galLDAP attribute type dissector framework including suppo...
2006-05-04 sahlbergforce the AssertionValue type to be displayed as a...
2006-05-03 sahlbergdo some template magic to make ethereal dissect CLDAP...
2006-05-01 guyInclude <epan/strutil.h> to define g_ascii_isprint...
2006-05-01 etxrabUse the asn2eth generated ldap dissector.
2006-01-24 ulflminor code cleanup
2006-01-17 ulflMSVC compiler warnings:
2006-01-16 jmayerdone:
2005-11-28 sharpeChange the way we handle realloc so that we now compute...
2005-11-28 sharpeMake sure that we reset the filter pointer after we...
2005-11-27 guyDon't do anything to the filter string until we've...
2005-11-22 sharpeRemove unnecessary code to add NULLs to strings obtaine...
2005-11-22 sharpeRemove a comment that says we don't support extensibleM...
2005-11-22 sharpeA first pass at providing a dissector for extensibleMat...
2005-10-27 sahlbergremove a strcpy
2005-10-24 etxrabFrom Graeme Lunt:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-19 sahlbergFrom Matthias Drochner:
2005-08-12 sahlbergmore gmemchunk -> se_alloc() improvements
2005-08-08 ulflvarious code cleanup:
next