aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-25implement pac info type #12 UPN_DNS_INFOsahlberg1-1/+96
2008-08-25start adding support to decrypt and dissect the enc-authorization-data sahlberg1-1/+86
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-4/+4
2008-05-02Fix crash in Bug #2410: restore saved 'packet_info.private_data' for two fail...wmeier1-0/+2
2008-02-08based on the novell idllib sources :sahlberg1-17/+61
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2008-01-04Get rid of ber_last_created_item().etxrab1-2/+2
2007-11-26s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...morriss1-1/+1
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-07-20From Ted Percival: Support for PA-S4U2Self Kerberos packet type based on ASN.1morriss1-0/+34
2007-07-03dissect a new AD-IF-RELEVANT type seen in some vista tracessahlberg1-0/+25
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-145/+145
2007-05-15actx in the rest of dissect_ber..()letxrab1-93/+93
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-377/+379
2007-05-06Start introducing actx to ber functions.etxrab1-172/+173
2007-04-16Frame numbers are unsigned, print them as suchmorriss1-7/+7
2007-03-27Fix some more warnings under gcc 4.0sfisher1-3/+3
2007-03-23/* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */ulfl1-0/+5
2007-03-10Make sure ENDTRY is evaluated.lego1-1/+4
2007-02-17if the KRB-ERROR PDU contains a pw-salt containing an NT status code, show th...sahlberg1-0/+9
2007-02-17decode the known 4 bytes of the 16 byte blob that prepends the ndr encoded lo...sahlberg1-5/+43
2007-02-16when decrypting a blob allocate a new private memory area to return to the c...sahlberg1-4/+21
2007-01-16From Gisle Vanem:jake1-2/+3
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. Removegerald1-10/+10
2006-12-12kerberos error with ERR_ETYPE_NOSUPP which is issued when the kdc does not su...sahlberg1-1/+1
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-10-18Squelch compiler warningsjake1-7/+7
2006-10-05Patch in bug 1149, adds DCE-style flag for gss-apijake1-0/+11
2006-09-04krb4 is a new style dissector and is called through a handle from krb5 which ...sahlberg1-1/+4
2006-08-10this is a blob not a policyhandlesahlberg1-2/+2
2006-08-09metze pointed out that the last four bytes of the 20 byte blob prepenfing the...sahlberg1-10/+12
2006-08-09decode the field of type 11sahlberg1-0/+46
2006-08-09testing the win32 decryp[tion out i noticed a lot of new previously not deco...sahlberg1-0/+9
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-05-04from Guenther Deschnersahlberg1-0/+2
2006-05-02implement decryption of and dissection ofsahlberg1-4/+190
2006-05-01MS KDC sends a PA_DATA with a magic salt containing an nt status code also fo...sahlberg1-2/+2
2006-04-03a krb_error pdu with the error_code ERR_CLIENT_REVOKEDsahlberg1-0/+7
2006-03-24start decoding PA_PW_SALT in the PA-DATA structure.sahlberg1-0/+39
2006-03-24the edata field is PA-DATA for error PREAUTH_FAILED just the same as for P...sahlberg1-0/+1
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-1/+1
2006-02-12add rfc1964 stuff and (incomplete) KRB_CRED support.sahlberg1-3/+217
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valuejmayer1-7/+14
2005-12-23from eric wedelsahlberg1-6/+3
2005-11-22Trivial warning fixesjmayer1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-1/+1
2005-10-07From William Fiveashsahlberg1-0/+59
2005-09-22Fix a bunch of places where we were calling "dissect_ber_octet_string()"guy1-2/+4