aboutsummaryrefslogtreecommitdiffstats
path: root/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-18New protocol : PacketCable : PKTCRonnie Sahlberg1-1/+3
2004-05-17rename the NOT_DECODED_YET macros to avoid a name clashRonnie Sahlberg1-4/+4
2004-05-14More updates to packetcable kerberosRonnie Sahlberg1-10/+37
2004-05-14work in progress started implementing PA-PK-AS-REQRonnie Sahlberg1-1/+82
2004-05-14add dissection of pa-prov-srv-location preauthentication type used by packetc...Ronnie Sahlberg1-2/+24
2004-05-11Kerberos encryption types are ASN.1 integers, meaning signed values, andGuy Harris1-3/+3
2004-04-15decryption and dissection of PA_ENC_TIMESTAMPRonnie Sahlberg1-4/+80
2004-04-15dissect EncKDCRepPart applications 25 and 26Ronnie Sahlberg1-1/+131
2004-04-05Add support to decrypt the encrypted part of AS/TSG -REP PDUs.Ronnie Sahlberg1-4/+62
2004-04-05Added some more principal name types from the kerberos draftRonnie Sahlberg1-8/+14
2004-04-01add dissection of the canonicalize bit which some windows clients useRonnie Sahlberg1-1/+14
2004-03-26Fix a typo.Guy Harris1-2/+2
2004-03-26From Tomas Kukosa: use the "proto_item_get_parent()" andGuy Harris1-4/+4
2004-03-25From Tomas Kukosa: BER dissector enhancements and proto.c updates toGuy Harris1-194/+1562
2004-02-25for netbios type addresses in kerberosRonnie Sahlberg1-2/+2
2004-02-23update to kerberos. now also decrypting the KRB_PRIB blobsRonnie Sahlberg1-8/+75
2004-02-20Update to Kerberos.Ronnie Sahlberg1-1163/+1319
2004-01-23"%.*" requires an "int" argument for the length.Guy Harris1-7/+7
2004-01-21Fix a check.Guy Harris1-2/+2
2004-01-20The offset argument to a "get_pdu_len" function is an "int", not aGuy Harris1-3/+3
2004-01-20signed/unsigned warning fixesJörg Mayer1-83/+85
2003-12-04update to kerberosRonnie Sahlberg1-1/+8
2003-07-08As "dissect_ap_options()" isn't compiled in, don't mark its arguments asGuy Harris1-2/+2
2003-07-08Fix some unused parameter and function warnings.Tim Potter1-2/+6
2003-06-01Fix a small segmentation fault if we get an ASN.1 parse error, andRichard Sharpe1-1/+15
2003-04-25Show the URL of the I-D giving information on Kerberos-over-TCP.Guy Harris1-1/+5
2003-04-25From Tony Schene: Kerberos-over-TCP support.Guy Harris1-27/+167
2002-09-10Fix a typo in Richard's name.Guy Harris1-5/+30
2002-09-10Add Microsoft's RC4-HMAC and exportable(?) RC4-HMAC encryption types.Guy Harris1-2/+14
2002-09-08KRB_DECODE_STRING_OR_DIE, and variants thereof, set "val_len" to theGuy Harris1-8/+8
2002-09-07Decode AP-REQ and AP-REP KRB5 message types ...Richard Sharpe1-6/+55
2002-09-07OK, now have KRB5 dissector playing nice.Richard Sharpe1-7/+7
2002-09-05Commit my changes to handle KRB5 in SPNEGO ...Richard Sharpe1-8/+3
2002-09-04Add some level of OID naming etc ...Richard Sharpe1-5/+4
2002-09-01Add the OID that MS created for KRB5 in mistake.Richard Sharpe1-1/+5
2002-08-31Make "gssapi_init_oid()" take a dissector handle rather than aGuy Harris1-2/+3
2002-08-30Include "packet-gssapi.h" to declare routines we call.Guy Harris1-1/+2
2002-08-30Some more SPNEGO fixes. Getting much closer ...Richard Sharpe1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-16/+16
2002-08-22Display NetBIOS names in standard NetBIOS-name style if they have theGuy Harris1-3/+19
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-29Committing Kerberos NetBIOS address type stuff from Jim McDonough.Richard Sharpe1-1/+8
2002-05-01From Joerg Mayer: get rid of unused "title" arguments forGuy Harris1-8/+8
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-17/+17
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-7/+8
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-5/+7
2001-04-15Assorted cleanups.Guy Harris1-5/+5
2001-04-15Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris1-209/+253
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+5