aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/kerberos
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris2-7/+7
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-11-07Further refactor GSS_API dissectors to pass gssapi_encrypt_info_t structure b...Michael Mann1-0/+35
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-19Separate out sname and cname in Kerberos dissector.Michael Mann1-11/+23
2015-08-21[Kerberos] Call to 'fseek()' without a check for a return value < 0,Bill Parker1-1/+4
2015-05-05kerberos encryption types (etype) additions + cleanupMark Cunningham1-3/+13
2015-02-14Don't check for C89 headers.Guy Harris1-3/+0
2015-02-06Remove gethostbyaddr and gethostbyaddr2.Gerald Combs2-1/+2
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