aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
Commit message (Expand)AuthorAgeFilesLines
* Apply some of the patches from:Anders Broman2009-05-141-16/+8
* The convention is to use TFS(...) when specifying a true_false_string with an...Bill Meier2009-05-081-3/+1
* Don't assemble asm_utils_win32_x86 on x64. Export a dummy read_keytab_fileGerald Combs2009-04-081-0/+6
* (Trivial) Fix some spelling & etc in commentsBill Meier2009-04-081-1/+1
* From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier2009-03-181-6/+7
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-5/+5
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-201-1/+1
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-181-14/+14
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-171-4/+4
* Fix typos and spelling (mostly in text strings) Bill Meier2008-12-171-1/+1
* Trivial change to use gboolean & etc for TRUE/FALSE variablesBill Meier2008-12-151-9/+9
* Revert files checked in by misstake.Anders Broman2008-10-161-1701/+3761
* Add asn1 file from Heimdal use som stuff from it add more dissection in the t...Anders Broman2008-10-161-3761/+1701
* kerberos/gss enhancementsRonnie Sahlberg2008-10-051-22/+33
* add a -K command line option to provide the name of the kerberos keytab Ronnie Sahlberg2008-10-031-32/+46
* from metzeRonnie Sahlberg2008-09-291-4/+28
* From Derek Morr:Jaap Keuter2008-09-211-1/+9
* If HAVE_KERBEROS isn't defined, enc_authorization_data_etype isn'tGuy Harris2008-08-251-0/+3
* implement pac info type #12 UPN_DNS_INFORonnie Sahlberg2008-08-251-1/+96
* start adding support to decrypt and dissect the enc-authorization-data Ronnie Sahlberg2008-08-251-1/+86
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-4/+4
* Fix crash in Bug #2410: restore saved 'packet_info.private_data' for two fail...Bill Meier2008-05-021-0/+2
* based on the novell idllib sources :Ronnie Sahlberg2008-02-081-17/+61
* Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman2008-01-041-1/+1
* Get rid of ber_last_created_item().Anders Broman2008-01-041-2/+2
* s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...Jeff Morriss2007-11-261-1/+1
* Apply yet another set of the optimization patches:Anders Broman2007-11-081-1/+1
* get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2007-08-241-1/+1
* From Ted Percival: Support for PA-S4U2Self Kerberos packet type based on ASN.1Jeff Morriss2007-07-201-0/+34
* dissect a new AD-IF-RELEVANT type seen in some vista tracesRonnie Sahlberg2007-07-031-0/+25
* Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman2007-05-221-145/+145
* actx in the rest of dissect_ber..()lAnders Broman2007-05-151-93/+93
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-131-377/+379
* Start introducing actx to ber functions.Anders Broman2007-05-061-172/+173
* Frame numbers are unsigned, print them as suchJeff Morriss2007-04-161-7/+7
* Fix some more warnings under gcc 4.0Stephen Fisher2007-03-271-3/+3
* /* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */Ulf Lamping2007-03-231-0/+5
* Make sure ENDTRY is evaluated.Luis Ontanon2007-03-101-1/+4
* if the KRB-ERROR PDU contains a pw-salt containing an NT status code, show th...Ronnie Sahlberg2007-02-171-0/+9
* decode the known 4 bytes of the 16 byte blob that prepends the ndr encoded lo...Ronnie Sahlberg2007-02-171-5/+43
* when decrypting a blob allocate a new private memory area to return to the c...Ronnie Sahlberg2007-02-161-4/+21
* From Gisle Vanem:Jaap Keuter2007-01-161-2/+3
* Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs2007-01-021-10/+10
* kerberos error with ERR_ETYPE_NOSUPP which is issued when the kdc does not su...Ronnie Sahlberg2006-12-121-1/+1
* As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman2006-12-071-1/+1
* change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg2006-10-311-1/+1
* Squelch compiler warningsJaap Keuter2006-10-181-7/+7
* Patch in bug 1149, adds DCE-style flag for gss-apiJaap Keuter2006-10-051-0/+11
* krb4 is a new style dissector and is called through a handle from krb5 which ...Ronnie Sahlberg2006-09-041-1/+4
* this is a blob not a policyhandleRonnie Sahlberg2006-08-101-2/+2