aboutsummaryrefslogtreecommitdiffstats
path: root/packet-kerberos.c
Commit message (Expand)AuthorAgeFilesLines
* for netbios type addresses in kerberosRonnie Sahlberg2004-02-251-2/+2
* update to kerberos. now also decrypting the KRB_PRIB blobsRonnie Sahlberg2004-02-231-8/+75
* Update to Kerberos.Ronnie Sahlberg2004-02-201-1163/+1319
* "%.*" requires an "int" argument for the length.Guy Harris2004-01-231-7/+7
* Fix a check.Guy Harris2004-01-211-2/+2
* The offset argument to a "get_pdu_len" function is an "int", not aGuy Harris2004-01-201-3/+3
* signed/unsigned warning fixesJörg Mayer2004-01-201-83/+85
* update to kerberosRonnie Sahlberg2003-12-041-1/+8
* As "dissect_ap_options()" isn't compiled in, don't mark its arguments asGuy Harris2003-07-081-2/+2
* Fix some unused parameter and function warnings.Tim Potter2003-07-081-2/+6
* Fix a small segmentation fault if we get an ASN.1 parse error, andRichard Sharpe2003-06-011-1/+15
* Show the URL of the I-D giving information on Kerberos-over-TCP.Guy Harris2003-04-251-1/+5
* From Tony Schene: Kerberos-over-TCP support.Guy Harris2003-04-251-27/+167
* Fix a typo in Richard's name.Guy Harris2002-09-101-5/+30
* Add Microsoft's RC4-HMAC and exportable(?) RC4-HMAC encryption types.Guy Harris2002-09-101-2/+14
* KRB_DECODE_STRING_OR_DIE, and variants thereof, set "val_len" to theGuy Harris2002-09-081-8/+8
* Decode AP-REQ and AP-REP KRB5 message types ...Richard Sharpe2002-09-071-6/+55
* OK, now have KRB5 dissector playing nice.Richard Sharpe2002-09-071-7/+7
* Commit my changes to handle KRB5 in SPNEGO ...Richard Sharpe2002-09-051-8/+3
* Add some level of OID naming etc ...Richard Sharpe2002-09-041-5/+4
* Add the OID that MS created for KRB5 in mistake.Richard Sharpe2002-09-011-1/+5
* Make "gssapi_init_oid()" take a dissector handle rather than aGuy Harris2002-08-311-2/+3
* Include "packet-gssapi.h" to declare routines we call.Guy Harris2002-08-301-1/+2
* Some more SPNEGO fixes. Getting much closer ...Richard Sharpe2002-08-301-1/+3
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-16/+16
* Display NetBIOS names in standard NetBIOS-name style if they have theGuy Harris2002-08-221-3/+19
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Committing Kerberos NetBIOS address type stuff from Jim McDonough.Richard Sharpe2002-07-291-1/+8
* From Joerg Mayer: get rid of unused "title" arguments forGuy Harris2002-05-011-8/+8
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-17/+17
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-7/+8
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-5/+7
* Assorted cleanups.Guy Harris2001-04-151-5/+5
* Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris2001-04-151-209/+253
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+5
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-4/+10
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* added KRB-ERROR response dissectionNathan Neulinger2000-12-261-16/+269
* If a PrincipalName has at least one name-string, put the first of theGuy Harris2000-12-251-1/+19
* Added kerberos name types and lookup in PrincName dissectNathan Neulinger2000-12-241-20/+75
* Rename "asn1_octet_string_value_decode()" toGuy Harris2000-12-241-358/+649
* added a couple of msg types - in particular - ERROR responseNathan Neulinger2000-12-221-2/+14
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-1/+3
* Check that columns are enabled and that COL_INFO exists before addingGilbert Ramirez2000-09-061-4/+7
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Not all compilers like zero-length arrays; comment out the definition ofGuy Harris2000-08-111-1/+5
* Kerberos 5 dissector, from Wes Hardaker.Guy Harris2000-08-111-0/+944