aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/kerberos
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-19Convert a batch of asn1 dissectors from emem to wmem.Evan Huus1-1/+0
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann1-1/+1
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-1/+10
2013-05-17More compilation fixes when having HAVE_KERBEROSPascal Quantin2-11/+11
2013-05-16Fix link failure with WindowsPascal Quantin3-19/+23
2013-05-16Fix compilation for Linux (defined but not used errors, C++ incompatibilities...Pascal Quantin2-26/+48
2013-05-16Remove useless blurbsPascal Quantin1-4/+4
2013-05-16Remove useless exports and fix a compilation errorPascal Quantin1-6/+1
2013-05-16Updated the Kerberos ASN.1 dissector to the point I believe it can replace th...Michael Mann5-343/+1049
2013-05-07Some moreJörg Mayer1-0/+32
2013-05-07x721 and kerberos: Use standard Makefile.amJörg Mayer1-2/+1
2013-05-05Just whitespace changesJörg Mayer1-1/+2
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23