aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/kerberos/kerberos.cnf
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Kerberos: import KRB5_AD_WIN2K_PAC dissection from old non ASN.1 based dissectorPascal Quantin1-0/+5
2014-10-09Kerberos: fix decryption of DCERPC with Kerberos encryptionPascal Quantin1-4/+5
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-1/+1
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-1/+1
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 Quantin1-84/+54
2014-04-23Kerberos: use dissect_kerberos_ADDR_TYPE (removes an unused function warning)Pascal Quantin1-4/+2
2014-04-23Kerberos: use auto generated code for ADDR-TYPE instead of a hand made value_...Pascal Quantin1-8/+8
2014-04-22Kerberos: define HostAddress/addr-type as a FT_UINT32 fieldPascal Quantin1-1/+2
2014-04-18Use new BER functions in kpasswd.Stig Bjørlykke1-0/+3
2014-04-18Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte1-0/+3
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-3/+3
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-1/+0
2013-11-10Use ASN.1 private data instead of pinfo->private_data to exchange kerberos ca...Michael Mann1-2/+2
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-7/+7
2013-05-17More compilation fixes when having HAVE_KERBEROSPascal Quantin1-2/+2
2013-05-16Fix link failure with WindowsPascal Quantin1-7/+14
2013-05-16Fix compilation for Linux (defined but not used errors, C++ incompatibilities...Pascal Quantin1-13/+46
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 Mann1-16/+216
2012-05-09Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2010-01-01Add to the ASN1 kerberos changes made in the non-asn1 version of kerberosBill Meier1-1/+0
2008-10-17Further updates: dissect error-code and e-data.Anders Broman1-0/+86
2008-10-16Add asn1 file from Heimdal use som stuff from it add more dissection in the t...Anders Broman1-23/+15
2008-10-15Now Kerberos compiles, a lot of work remains to get it into shape.Anders Broman1-3/+89
2008-10-15Start of an asn2wrs generated kerberos dissector. Most of the hand crafted st...Anders Broman1-0/+12