summaryrefslogtreecommitdiff
path: root/asn1/ldap
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-22add code to handle new insanity in how spnego and gss wrap Ronnie Sahlberg1-12/+27
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-5/+5
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa1-2/+2
2007-05-30- LDAP generated with -X optionAnders Broman3-2/+11
2007-05-29Clean up the .cnf file a bit.Anders Broman3-48/+28
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-6/+6
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-3/+3
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-57/+57
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2007-02-17Tidy ups for SASL/GSSAPI support:Graeme Lunt2-12/+26
2006-11-27Note that this isn't just cut and pasted from RFC 2251.Guy Harris1-0/+2
2006-11-27remove file that is not usedRonnie Sahlberg1-346/+0
2006-11-06Don't remove a preference, make it obsolete instead.Jaap Keuter1-0/+2
2006-11-05Tidy up of information column for NTLM authentication.Graeme Lunt1-1/+12
2006-11-04General updates to:Graeme Lunt3-14/+101
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-2/+2
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-10-11fix for 1148Ronnie Sahlberg3-2/+30
2006-09-22When dissecting LDAP, the assumption was made that the maximum LDAP PDU size ...Graeme Lunt1-2/+8
2006-09-16make dissect_nt_sid return ep allocated memory and thus fix a few memory leaksRonnie Sahlberg1-4/+2
2006-08-20 in LDAP over TCPRonnie Sahlberg1-91/+78
2006-08-19Squelch a compiler warning.Guy Harris1-1/+2
2006-08-11for sec descriptors found inside ldapRonnie Sahlberg1-1/+112
2006-08-07marik the request_in/response_to/time as generated fieldsRonnie Sahlberg1-3/+8
2006-08-07dissect nTSecurityDescriptor attribute as a security descriptorRonnie Sahlberg1-0/+7
2006-08-07objectSid attribute contains a sid so decode it nively as a sidRonnie Sahlberg1-0/+18
2006-08-06add some more oid'sRonnie Sahlberg1-0/+7
2006-08-06the ldap values for supportedControl and supportedCapabilities is an oid in a...Ronnie Sahlberg1-0/+26
2006-08-06"objectGUID" should be dissected as a GUIDRonnie Sahlberg2-20/+36
2006-07-12Make sure our strings aren't null before we pass them to strncmp().Gerald Combs1-5/+5
2006-07-12prettify dissection od ldap attributesRonnie Sahlberg1-5/+59
2006-07-10Reset ldm_tree in dissect_ldap_pdu(). Fixes a couple of the current fuzz Gerald Combs1-0/+2
2006-07-05Fix a format string bug. This should fix some of the current fuzzGerald Combs1-1/+1
2006-06-29from metzeRonnie Sahlberg2-21/+87
2006-06-28Reset ldm_tree to NULL each time we dissect an LDAP packet. This should Gerald Combs1-17/+21
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-20/+20
2006-06-22the dissector for AssertionValue that is implemented in the template fileRonnie Sahlberg1-3/+7
2006-06-16Include <epan/dissectors/packet-tcp.h> to declare tcp_dissect_pdus().Guy Harris1-0/+1
2006-06-14fix tcp reassembly to work again for Ronnie Sahlberg1-87/+97
2006-06-13from metzeRonnie Sahlberg1-7/+7
2006-06-13Constify to fix compiler warnings.Guy Harris1-8/+14