aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually Ronnie Sahlberg1-18/+60
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-84/+84
2009-05-14Apply some of the patches from:Anders Broman1-16/+8
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...Bill Meier1-3/+1
2009-04-08Don't assemble asm_utils_win32_x86 on x64. Export a dummy read_keytab_fileGerald Combs1-0/+6
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier1-1/+1
2009-03-18 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-6/+7
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-5/+5
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-14/+14
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-4/+4
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-12-15Trivial change to use gboolean & etc for TRUE/FALSE variablesBill Meier1-9/+9
2008-10-16Revert files checked in by misstake.Anders Broman1-1701/+3761
2008-10-16Add asn1 file from Heimdal use som stuff from it add more dissection in the t...Anders Broman1-3761/+1701
2008-10-05kerberos/gss enhancementsRonnie Sahlberg1-22/+33
2008-10-03add a -K command line option to provide the name of the kerberos keytab Ronnie Sahlberg1-32/+46
2008-09-29from metzeRonnie Sahlberg1-4/+28
2008-09-21From Derek Morr:Jaap Keuter1-1/+9
2008-08-25If HAVE_KERBEROS isn't defined, enc_authorization_data_etype isn'tGuy Harris1-0/+3
2008-08-25implement pac info type #12 UPN_DNS_INFORonnie Sahlberg1-1/+96
2008-08-25start adding support to decrypt and dissect the enc-authorization-data Ronnie Sahlberg1-1/+86
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+4
2008-05-02Fix crash in Bug #2410: restore saved 'packet_info.private_data' for two fail...Bill Meier1-0/+2
2008-02-08based on the novell idllib sources :Ronnie Sahlberg1-17/+61
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
2008-01-04Get rid of ber_last_created_item().Anders Broman1-2/+2
2007-11-26s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...Jeff Morriss1-1/+1
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-07-20From Ted Percival: Support for PA-S4U2Self Kerberos packet type based on ASN.1Jeff Morriss1-0/+34
2007-07-03dissect a new AD-IF-RELEVANT type seen in some vista tracesRonnie Sahlberg1-0/+25
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-145/+145
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-93/+93
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-377/+379
2007-05-06Start introducing actx to ber functions.Anders Broman1-172/+173
2007-04-16Frame numbers are unsigned, print them as suchJeff Morriss1-7/+7
2007-03-27Fix some more warnings under gcc 4.0Stephen Fisher1-3/+3
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