aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-29From Weijun Wang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7481alagoutte1-1/+1
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-5/+4
2012-01-15Rename crypt-xxx to xxxjmayer1-1/+1
2011-12-16PAC: rename CONSTRAINED_DELEGATION to S4U_DELEGATION_INFOsahlberg1-16/+16
2011-12-16Kerberos: rename the pa type 129 to the correct name PA_FOR_USER and describe...sahlberg1-13/+9
2011-12-14Fix tvb memory leak.wmeier1-0/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-9/+9
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-17/+17
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-10/+10
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000wmeier1-9/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64guy1-2/+2
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-4/+3
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-3/+3
2010-05-27Reword two error messages as per Bug #4518.wmeier1-2/+2
2010-05-20From Hadar Shoham:jake1-1/+9
2010-05-11Use consistent indentation; Whitespace & formatting cleanup.wmeier1-2982/+2979
2010-05-11Fix handling of pa-data-type KRB5_PA_PAC_REQUEST (& KRB5_PA_S4U2SELF).wmeier1-7/+11
2010-01-22In our case, not being able to read the Kerberos configuration filegerald1-1/+1
2010-01-19Fix a double-free bug which was causing a crash. Our decryption buffergerald1-9/+11
2010-01-18Fix some gcc -Wshadow warnings ....wmeier1-30/+30
2010-01-13Try to fix a memory leak.etxrab1-0/+1
2010-01-02From Jakub Zawadzki:etxrab1-8/+4
2010-01-01Fix Bug #4363: wireshark decodes kerberos AS-REQ PADATA incorrectly.wmeier1-7/+7
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-10-25From Jakub Zawadzki:etxrab1-2/+1
2009-10-09If we're on Windows and we don't have kerberos, define a dummy version of rea...morriss1-2/+12
2009-10-07add a new function read_keytab_file_from_preferences(void)sahlberg1-18/+30
2009-10-04we must create a fake dcerpc_call_value structure when we call into the sahlberg1-4/+8
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-6/+3
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually sahlberg1-18/+60
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-84/+84
2009-05-14Apply some of the patches from:etxrab1-16/+8
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...wmeier1-3/+1
2009-04-08Don't assemble asm_utils_win32_x86 on x64. Export a dummy read_keytab_filegerald1-0/+6
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier1-1/+1
2009-03-18 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];wmeier1-6/+7
2009-03-13From Jakub Zawadzki (bug 3331):stig1-5/+5
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-14/+14
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-4/+4
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-12-15Trivial change to use gboolean & etc for TRUE/FALSE variableswmeier1-9/+9