aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/kerberos/packet-kerberos-template.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-07Kerberos: handle etype == 0 in dissect_krb5_decrypt_CRED_data()Stefan Metzmacher1-0/+6
2022-02-07Kerberos: Cope with FAST ordering in TGS-REQ PA-DATAStefan Metzmacher1-2/+43
2022-02-07Kerberos: add support for new PAC buffersStefan Metzmacher1-9/+201
2022-01-25packet-kerberos: kerberos.patimestamp use FT_ABSOLUTE_TIME/ABSOLUTE_TIME_LOCALStefan Metzmacher1-2/+1
2021-12-17ASN1: Convert I/O from GLib to stdio.hJoão Valverde1-18/+18
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-5/+5
2021-07-15packet-kerberos: implement PAC Ticket checksum verificationStefan Metzmacher1-0/+252
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-0/+30
2021-07-01krb5: use all_keys to verify PAC server signature to allow U2UIsaac Boukris1-26/+58
2021-07-01credssp: fully dissect TSRemoteGuardCreds structIsaac Boukris1-0/+130
2021-06-15Kerberos: Add support for MS-KILE Key List Request messagesMartin Gallo1-0/+2
2021-06-09Fix a resource leak by closing skf before returnyuanjungong1-0/+1
2021-06-08krb5: fix PAC server signature verification in U2UIsaac Boukris1-9/+20
2021-06-08krb5: add TGT-REQ/TGT-REP dissection per the U2U RFC draftIsaac Boukris1-0/+4
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+2
2021-01-01Kerberos: add support for decoding SPAKE exchangesRobert Crowston1-0/+1
2020-11-22Spelling improvementsMartin Mathieson1-1/+1
2020-08-08Kerberos: make tfs change in template rather than directly.Martin Mathieson1-17/+10
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2020-06-04kerberos: move krb5.h include upwards.Dario Lombardo1-5/+9
2020-06-02kerberos: fix compilation on FreeBSD.Dario Lombardo1-4/+3
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-8/+233
2020-05-27packet-kerberos: maintain EncAPRepPart_subkey in a kerberos_app_session_keys mapStefan Metzmacher1-3/+38
2020-05-27kerberos: fix build without krb5_c_fx_cf2_simple().Guy Harris1-2/+10
2020-05-26packet-kerberos: avoid guessing the KDC_REP keyusage were possibleStefan Metzmacher1-9/+40
2020-05-26packet-kerberos: avoid guessing the authorization_data keyusageStefan Metzmacher1-3/+9
2020-05-26packet-kerberos: avoid guessing the authenticator key usageStefan Metzmacher1-3/+11
2020-05-26packet-kerberos: provide details about missing keysStefan Metzmacher1-6/+180
2020-05-26packet-kerberos: add support for decrypting KRB5 FAST messagesStefan Metzmacher1-6/+506
2020-05-26packet-kerberos: show learnt and used decryption keys on the top level treeStefan Metzmacher1-3/+103
2020-05-26packet-kerberos: split out kerberos_new_private_data()Stefan Metzmacher1-7/+20
2020-05-26packet-kerberos: improve displaying used decryption keysStefan Metzmacher1-2/+28
2020-05-26packet-kerberos: display details of learnt keysStefan Metzmacher1-16/+47
2020-05-26packet-kerberos: let decrypt_krb5_with_cb() use kerberos_all_keysStefan Metzmacher1-17/+77
2020-05-26packet-kerberos: maintain a kerberos_all_keys mapStefan Metzmacher1-0/+45
2020-05-26packet-kerberos: let verify_krb5_pac() use kerberos_longterm_keysStefan Metzmacher1-49/+83
2020-05-26packet-kerberos: maintain a kerberos_longterm_keys mapStefan Metzmacher1-4/+158
2020-05-26packet-kerberos: allocate enc_key_list on wmem_epan_scope()Stefan Metzmacher1-3/+23
2020-05-25packet-kerberos: use a fixed keyvalue buffer for enc_key_tStefan Metzmacher1-4/+9
2020-05-25packer-kerberos: maintain enc_key_t->id as a unique numberStefan Metzmacher1-7/+17
2020-05-24packet-kerberos: pass more information down to add_encryption_key()Stefan Metzmacher1-2/+15
2020-05-24packet-kerberos: add hooks to handle each learned encryption in a separate wayStefan Metzmacher1-0/+139
2020-05-21packet-kerberos: use better add_new_data_source() namesStefan Metzmacher1-9/+9
2020-05-21packet-kerberos: add dissection of PAC_DEVICE_INFOStefan Metzmacher1-1/+37