| Commit message (Expand) | Author | Age | Files | Lines |
* | Sigh. I think I once tried making the last argument to "col_set_str()" | Guy Harris | 2003-08-17 | 1 | -3/+3 |
* | Put CLDAP instead of LDAP in COL_INFO for LDAP over UDP. | Tim Potter | 2003-08-12 | 1 | -5/+12 |
* | From Bernd Leibing: catch another place where we weren't checking | Guy Harris | 2003-07-31 | 1 | -2/+2 |
* | "read_string()" can return a null pointer for the string, so check for | Guy Harris | 2003-07-30 | 1 | -3/+3 |
* | Put in an XXX comment about the code to remember the number of results | Guy Harris | 2003-07-18 | 1 | -1/+5 |
* | COL_INFO goodies for ldap dissector: | Tim Potter | 2003-07-14 | 1 | -81/+125 |
* | The Windows 2000 global catalog is LDAP on TCP port 3268, as per IANA assigned | Tim Potter | 2003-07-03 | 1 | -1/+3 |
* | Dissect LDAPv3 search result references (s4.5.3 in rfc 2251). | Tim Potter | 2003-07-02 | 1 | -1/+15 |
* | Each LDAP message gets a top-level LDAP tree of its own; there's no need | Guy Harris | 2003-06-09 | 1 | -32/+26 |
* | From Jean-Baptiste Marchand: fix typo in value_string table for LDAP | Guy Harris | 2003-04-29 | 1 | -2/+2 |
* | From Tony Schene: after freeing saved authentication mechanism strings | Guy Harris | 2003-04-25 | 1 | -1/+3 |
* | From Jean-Baptiste Marchand: put the LDAP message ID and message type | Guy Harris | 2003-04-21 | 1 | -4/+4 |
* | Don't dissect SASL stuff as GSS_Wrapped unless we're actually using | Guy Harris | 2002-11-28 | 1 | -31/+43 |
* | Handle GSS_Wrap header information as well as context-level tokens. A | Guy Harris | 2002-11-28 | 1 | -10/+41 |
* | Try to handle LDAP messages encapsulated inside a SASL security layer. | Guy Harris | 2002-11-27 | 1 | -191/+463 |
* | From Jason Greene: | Guy Harris | 2002-11-25 | 1 | -2/+3 |
* | From Ronald Henderson: in LDAP dissector, handle Sequence Of header | Guy Harris | 2002-11-12 | 1 | -2/+27 |
* | If we see SASL authentication in a bind request, attach to the | Guy Harris | 2002-09-09 | 1 | -53/+242 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -46/+46 |
* | Dissect SASL credentials. | Guy Harris | 2002-08-26 | 1 | -8/+155 |
* | Dissect udp port 389 which is connectionless LDAP as implemented by | Tim Potter | 2002-08-21 | 1 | -1/+3 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | Note that not all attribute values are text strings. | Guy Harris | 2002-05-06 | 1 | -1/+13 |
* | Get rid of an unused variable. | Guy Harris | 2002-03-31 | 1 | -2/+1 |
* | Report ASN.1 BER parsing errors closer to the point at which they're | Guy Harris | 2002-03-03 | 1 | -206/+320 |
* | As there's nothing to dissect for LDAP_REQ_UNBIND, set "ret" to | Guy Harris | 2002-03-02 | 1 | -2/+3 |
* | Don't check the message type if it's not of class ASN1_APL; instead, | Guy Harris | 2002-03-02 | 1 | -49/+58 |
* | Treat LDAP_REQ_UNBIND as a request with nothing in it, not as an unknown | Guy Harris | 2002-03-02 | 1 | -4/+7 |
* | Have the routines that supply a pointer to a newly-constructed item | Guy Harris | 2002-03-01 | 1 | -22/+18 |
* | Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. Use | Guy Harris | 2002-03-01 | 1 | -142/+283 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -4/+4 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Give each LDAP packet its own top-level protocol tree item. (This also | Guy Harris | 2002-01-14 | 1 | -17/+30 |
* | Add support for TCP desegmentation. | Guy Harris | 2002-01-14 | 1 | -10/+51 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -11/+11 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+6 |
* | Fix the rest of the signed/unsigned comparison warnings. | Gilbert Ramirez | 2001-10-26 | 1 | -2/+2 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -31/+31 |
* | Only set the Info column to an error indication if we haven't already | Guy Harris | 2001-05-08 | 1 | -3/+3 |
* | Additional LDAP checks for invalid packets, from Scott Renfro. | Guy Harris | 2001-05-08 | 1 | -5/+20 |
* | Get rid of an unused variable, and fix a typo in a comment. | Guy Harris | 2001-04-15 | 1 | -4/+2 |
* | Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. | Guy Harris | 2001-04-15 | 1 | -100/+94 |
* | The difference between two pointers doesn't necessarily fit in an "int" | Guy Harris | 2001-01-10 | 1 | -3/+4 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -1/+6 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Rename "asn1_octet_string_value_decode()" to | Guy Harris | 2000-12-24 | 1 | -4/+5 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Don't assume that you get back from "asn1_octet_string_decode()" a | Guy Harris | 2000-08-24 | 1 | -15/+55 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |