summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-28packet_ber has for some time been doing sanity checking of the BER Length fieldsRonnie Sahlberg1-1/+1
2005-07-25Warning fixesJörg Mayer1-7/+7
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-8/+8
2005-07-09Make a bunch of items in encryption code arrays of guint8, and make someGuy Harris1-4/+4
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-2/+2
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-8/+8
2005-06-20move one function only used by SPNEGO to packet-spnego.cRonnie Sahlberg1-1/+0
2005-06-19Fix trivial warningJörg Mayer1-1/+1
2005-05-27From T.NakashimaRonnie Sahlberg1-3/+9
2005-04-20Add a tree parameter to get_ber_length() so thatRonnie Sahlberg1-2/+2
2005-04-18 some updates from T AndersRonnie Sahlberg1-2/+2
2005-04-11Major speed improvement for filtering and dissection.Ronnie Sahlberg1-1/+1
2005-03-21make ethereal decrypt gss-krb (secure ldap and ms signandseal for dce)Ronnie Sahlberg1-59/+29
2005-03-21remove some heimdal dependencies we dont really needRonnie Sahlberg1-9/+22
2005-03-16Check whether we have a first byte before checking it.Guy Harris1-1/+1
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg1-2/+2
2005-03-07Fix a small typo that would prevent compilation with MIT KerberosJörg Mayer1-1/+1
2005-03-07export some symbols we will need later.Ronnie Sahlberg1-16/+6
2005-03-07Make packet-kerberos.c compile again:Jörg Mayer1-2/+2
2005-03-06export decrypt_krb5_dataRonnie Sahlberg1-3/+3
2005-03-05Omit some stuff when building without a Kerberos library, as it's unusedGuy Harris1-5/+5
2005-03-05fix kerberos dissector for those having no kerberos decryptionLars Roland1-1/+1
2005-03-04make kpasswd privide subdissectors to handle the user-data field for the KRB_...Ronnie Sahlberg1-2/+2
2005-03-04some authentication stuff from metzeRonnie Sahlberg1-1/+6
2005-03-04make ethereal able to decrypt KRB_PRIV which kpasswd usesRonnie Sahlberg1-2/+97
2005-02-26The Kerberos-over-UDP dissector can decide not to dissect packets, so itGuy Harris1-5/+7
2005-02-25add support to call krb4 for suspected krb4 stuff soming in on udp port 88Ronnie Sahlberg1-0/+20
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2005-01-05From Chris Maynard: free strings fetched with "tvb_fake_unicode()".Guy Harris1-0/+1
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-42/+42
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg1-13/+13
2004-12-12updates from tomas and andersRonnie Sahlberg1-27/+27
2004-12-12move kerberos over to use the new signature for ber integer dissection helperRonnie Sahlberg1-27/+27
2004-11-01When we dynamically discover a Kerberos key, it helps to add it to theGerald Combs1-11/+23
2004-11-01Create a conversation only when we see a KDC_REQ. Gerald Combs1-17/+19
2004-10-28Add support for pkauthdata and pkdhkeydata OIDs.Gerald Combs1-2/+2
2004-10-18Fix some include problems and compiler warnings pointed out by Thomas Anders.Gerald Combs1-3/+9
2004-10-18One more item from CableLabs: Add conversation support to the KerberosGerald Combs1-1/+20
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs1-162/+366
2004-10-14add support in packet-kerberos to use MIT Kerberos API to parse keytabs and d...Ronnie Sahlberg1-0/+147
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-17make kerberos able to dissect pkinit/pa-pk-as-rep packetsRonnie Sahlberg1-0/+3
2004-09-16add new dissectors to build processRonnie Sahlberg1-91/+2
2004-08-30Add a key origin string for kerberos keysRonnie Sahlberg1-12/+28
2004-08-25Add the optional 13th tag to the KRB_ERR structure.Ronnie Sahlberg1-1/+29
2004-08-25Prettify the principal name expansion to make it look more like normal kerber...Ronnie Sahlberg1-1/+4
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-3/+4
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-2/+2