summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-23/* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */Ulf Lamping1-0/+5
2007-03-10Make sure ENDTRY is evaluated.Luis Ontanon1-1/+4
2007-02-17if the KRB-ERROR PDU contains a pw-salt containing an NT status code, show th...Ronnie Sahlberg1-0/+9
2007-02-17decode the known 4 bytes of the 16 byte blob that prepends the ndr encoded lo...Ronnie Sahlberg1-5/+43
2007-02-16when decrypting a blob allocate a new private memory area to return to the c...Ronnie Sahlberg1-4/+21
2007-01-16From Gisle Vanem:Jaap Keuter1-2/+3
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-10/+10
2006-12-12kerberos error with ERR_ETYPE_NOSUPP which is issued when the kdc does not su...Ronnie Sahlberg1-1/+1
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-10-18Squelch compiler warningsJaap Keuter1-7/+7
2006-10-05Patch in bug 1149, adds DCE-style flag for gss-apiJaap Keuter1-0/+11
2006-09-04krb4 is a new style dissector and is called through a handle from krb5 which ...Ronnie Sahlberg1-1/+4
2006-08-10this is a blob not a policyhandleRonnie Sahlberg1-2/+2
2006-08-09metze pointed out that the last four bytes of the 20 byte blob prepenfing the...Ronnie Sahlberg1-10/+12
2006-08-09decode the field of type 11Ronnie Sahlberg1-0/+46
2006-08-09testing the win32 decryp[tion out i noticed a lot of new previously not deco...Ronnie Sahlberg1-0/+9
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-05-04from Guenther DeschnerRonnie Sahlberg1-0/+2
2006-05-02implement decryption of and dissection ofRonnie Sahlberg1-4/+190
2006-05-01MS KDC sends a PA_DATA with a magic salt containing an nt status code also fo...Ronnie Sahlberg1-2/+2
2006-04-03a krb_error pdu with the error_code ERR_CLIENT_REVOKEDRonnie Sahlberg1-0/+7
2006-03-24start decoding PA_PW_SALT in the PA-DATA structure.Ronnie Sahlberg1-0/+39
2006-03-24the edata field is PA-DATA for error PREAUTH_FAILED just the same as for P...Ronnie Sahlberg1-0/+1
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-1/+1
2006-02-12add rfc1964 stuff and (incomplete) KRB_CRED support.Ronnie Sahlberg1-3/+217
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-7/+14
2005-12-23from eric wedelRonnie Sahlberg1-6/+3
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-1/+1
2005-10-07From William FiveashRonnie Sahlberg1-0/+59
2005-09-22Fix a bunch of places where we were calling "dissect_ber_octet_string()"Guy Harris1-2/+4
2005-08-28In at least some captures, some Kerberos packets contain just a TicketGuy Harris1-24/+42
2005-08-27removal of sprintfRonnie Sahlberg1-12/+13
2005-08-18when kerberos claims a conversation, it only claims it for the source portRonnie Sahlberg1-2/+38
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()Ronnie Sahlberg1-2/+1
2005-08-08various code cleanup:Ulf Lamping1-1/+1
2005-08-06In packet-frame.c, don't free static memory when we throw aGerald Combs1-1/+6
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2005-07-28packet_ber has for some time been doing sanity checking of the BER Length fieldsRonnie Sahlberg1-1/+1
2005-07-25Warning fixesJörg Mayer1-7/+7
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-8/+8
2005-07-09Make a bunch of items in encryption code arrays of guint8, and make someGuy Harris1-4/+4
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-2/+2
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-8/+8
2005-06-20move one function only used by SPNEGO to packet-spnego.cRonnie Sahlberg1-1/+0
2005-06-19Fix trivial warningJörg Mayer1-1/+1
2005-05-27From T.NakashimaRonnie Sahlberg1-3/+9
2005-04-20Add a tree parameter to get_ber_length() so thatRonnie Sahlberg1-2/+2
2005-04-18 some updates from T AndersRonnie Sahlberg1-2/+2