aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-39/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-95/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-02-07Kerberos: handle etype == 0 in dissect_krb5_decrypt_CRED_data()Stefan Metzmacher1-3/+9
2022-02-07Kerberos: Cope with FAST ordering in TGS-REQ PA-DATAStefan Metzmacher1-68/+167
2022-02-07Kerberos: add support for new PAC buffersStefan Metzmacher1-15/+207
2022-01-25packet-kerberos: kerberos.patimestamp use FT_ABSOLUTE_TIME/ABSOLUTE_TIME_LOCALStefan Metzmacher1-4/+3
2021-12-17ASN1: Convert I/O from GLib to stdio.hJoão Valverde1-18/+18
2021-12-02BER: Make GeneralizedTime a FT_ABSOLUTE_TIMEJohn Thacker1-12/+12
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
2021-08-21kerberos: add missing parameter.Dario Lombardo1-1/+1
2021-08-19wmem: convert more asn1 dissectors to pinfo->poolEvan Huus1-8/+8
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-6/+6
2021-07-15packet-kerberos: implement PAC Ticket checksum verificationStefan Metzmacher1-6/+258
2021-07-15packet-kerberos: always get the true length from decrypt_krb5_data_asn1()Stefan Metzmacher1-16/+16
2021-07-02kerberos: fix compilation without kerberosIsaac Boukris1-9/+9
2021-07-02Kerberos: add basic dissection of PAC_TICKET_CHECKSUMIsaac Boukris1-6/+36
2021-07-01krb5: use all_keys to verify PAC server signature to allow U2UIsaac Boukris1-91/+110
2021-07-01credssp: fully dissect TSRemoteGuardCreds structIsaac Boukris1-6/+136
2021-06-15Kerberos: Add support for MS-KILE Key List Request messagesMartin Gallo1-51/+134
2021-06-11Kerberos: fix compilation without HAVE_KERBEROS flagPascal Quantin1-51/+52
2021-06-09Fix a resource leak by closing skf before returnyuanjungong1-0/+1
2021-06-08krb5: fix PAC server signature verification in U2UIsaac Boukris1-60/+83
2021-06-08krb5: add TGT-REQ/TGT-REP dissection per the U2U RFC draftIsaac Boukris1-47/+95
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+2
2021-01-01Kerberos: add support for decoding SPAKE exchangesRobert Crowston1-41/+324
2020-12-17Fix duplicated filtersAnders Broman1-45/+45
2020-11-22Spelling improvementsMartin Mathieson1-1/+1
2020-08-08Kerberos: make tfs change in template rather than directly.Martin Mathieson1-3/+3
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-17/+10
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-7/+7
2020-06-04kerberos: move krb5.h include upwards.Dario Lombardo1-11/+15
2020-06-02kerberos: fix compilation on FreeBSD.Dario Lombardo1-7/+6
2020-06-02kerberos: add some comments to #else/#endif.Guy Harris1-8/+8
2020-06-02kerberos: set some parameters unused.Dario Lombardo1-1/+1
2020-05-27Fix compilation without kerberos.Dario Lombardo1-259/+281
2020-05-27packet-kerberos: maintain EncAPRepPart_subkey in a kerberos_app_session_keys mapStefan Metzmacher1-6/+41
2020-05-27kerberos: fix build without krb5_c_fx_cf2_simple().Guy Harris1-5/+13
2020-05-26packet-kerberos: avoid guessing the KDC_REP keyusage were possibleStefan Metzmacher1-12/+43
2020-05-26packet-kerberos: avoid guessing the authorization_data keyusageStefan Metzmacher1-6/+12
2020-05-26packet-kerberos: avoid guessing the authenticator key usageStefan Metzmacher1-6/+14
2020-05-26packet-kerberos: provide details about missing keysStefan Metzmacher1-12/+186
2020-05-26packet-kerberos: add support for decrypting KRB5 FAST messagesStefan Metzmacher1-122/+971
2020-05-26packet-kerberos: show learnt and used decryption keys on the top level treeStefan Metzmacher1-9/+109
2020-05-26packet-kerberos: split out kerberos_new_private_data()Stefan Metzmacher1-10/+23
2020-05-26packet-kerberos: improve displaying used decryption keysStefan Metzmacher1-5/+31
2020-05-26packet-kerberos: display details of learnt keysStefan Metzmacher1-38/+75
2020-05-26packet-kerberos: let decrypt_krb5_with_cb() use kerberos_all_keysStefan Metzmacher1-20/+80
2020-05-26packet-kerberos: maintain a kerberos_all_keys mapStefan Metzmacher1-3/+48