aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/kerberos
AgeCommit message (Expand)AuthorFilesLines
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-11Restore #undef HAVE_STDLIB_H and #undef HAVE_STRING_H in kerberos dissector.Michael Mann1-0/+2
2015-01-03Remove the probes from packet-kerberos.c.Guy Harris1-14/+0
2015-01-03Stick some #define probes in on Windows.Guy Harris1-0/+14
2015-01-02Don't define a stub read_keytab_file() on Windows if we don't have Kerberos.Guy Harris1-22/+3
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris2-3/+3
2015-01-01Let routines from the Kerberos dissector be called from C++.Guy Harris1-2/+8
2014-12-23kerberos: Re-add needed #include <stdio.h>Bill Meier1-0/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-18/+13
2014-12-22Cast a parameter in the kerberos dissector so it compiles withoutStephen Fisher1-1/+1
2014-12-20Use ENCTYPE_NULL in the krb5_crypto_init() call.Guy Harris1-1/+1
2014-12-19Throw some casts at compiler warnings.Guy Harris1-5/+5
2014-12-14Kerberos: import KRB5_AD_WIN2K_PAC dissection from old non ASN.1 based dissectorPascal Quantin2-5/+455
2014-11-04Fix some compilation errors (size_t to guint/gint) and an unused parameterStephen Fisher1-5/+5
2014-10-13Add Kerberos 3.2.2 package for Win64Pascal Quantin1-2/+2
2014-10-09Kerberos: fix decryption of DCERPC with Kerberos encryptionPascal Quantin1-4/+5
2014-10-09Kerberos: remove debug logs when loading a keytabPascal Quantin1-5/+0
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-08-27At least some compilers don't allow warning pragmas inside functions.Guy Harris1-20/+4
2014-08-27Be more selective about turning off deprecation warnings.Guy Harris1-5/+20
2014-08-27Use FreeRADIUS's warning pragma controls to suppress Apple complaints.Guy Harris1-0/+6
2014-08-18Kerberos : Fix indent (use tabs) and add modelines infoAlexis La Goutte1-313/+324
2014-08-16Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+3
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann2-10/+14
2014-07-31Add more files to the distribution.Guy Harris1-0/+1
2014-06-20batch of tvb-length conversionsEvan Huus1-21/+21
2014-06-19Kerberos: fix dissection of packets when Record Mark is presentPascal Quantin1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-22/+22
2014-06-18Get rid of obsolete references to nettlePascal Quantin1-13/+0
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-22/+22
2014-05-28packet-kerberos.c: Use tfs_set_notset in hf[] entry instead of a local version.Bill Meier1-3/+1
2014-05-28packet-klerberos.c: Use typedef (true_false_string) to properly define a true...Bill Meier1-2/+2
2014-05-15Eliminate some calls to tvb_get_ptr().Guy Harris1-8/+6
2014-04-25Kerberos: ensure that private data elements are stored in separate variablesPascal Quantin2-130/+89
2014-04-23Kerberos: use dissect_kerberos_ADDR_TYPE (removes an unused function warning)Pascal Quantin1-4/+2
2014-04-23Add check for no kerberos keytab file.Stig Bjørlykke1-1/+8
2014-04-23Kerberos: use auto generated code for ADDR-TYPE instead of a hand made value_...Pascal Quantin2-30/+10
2014-04-23Kerberos: put PDU dissection under Kerberos tree and remove duplicate PDU namePascal Quantin1-1/+1
2014-04-22Kerberos: define HostAddress/addr-type as a FT_UINT32 fieldPascal Quantin2-4/+5
2014-04-18Use new BER functions in kpasswd.Stig Bjørlykke4-3/+18
2014-04-18Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte2-1/+9
2014-04-17Switch to using the ASN1 based kerberos dissector.AndersBroman1-2/+3
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2-4/+4
2014-02-25asn1/kerberos: remember in what frame a key was learnedStefan Metzmacher2-0/+4
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss8-17/+0
2013-11-10Use ASN.1 private data instead of pinfo->private_data to exchange kerberos ca...Michael Mann2-13/+4
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-5/+8
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-7/+7