aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego
AgeCommit message (Expand)AuthorFilesLines
2007-02-18Fix bug 1380:morriss1-2/+4
2007-02-17This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. gal1-1/+5
2007-01-09Move cryptography code to epan/crypt.gerald1-1/+1
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. Removegerald1-35/+35
2006-12-13if there is a list of mechTypes in the negTokenInit then store the first onesahlberg1-16/+50
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...ulfl1-1/+1
2006-05-23Ethereal -> Wiresharkkukosa1-3/+3
2006-05-21- asn2eth renamed to asn2wrskukosa2-5/+5
2006-05-21name changesahlberg2-4/+4
2006-04-25Add distclean and maintainerclean rules.guy1-0/+4
2006-03-30call OID subdissector for private extensiions, fix makefiles.etxrab1-2/+2
2006-02-23Add parsertab.pyc in clean targetetxrab1-1/+1
2005-12-25microsoft does not use a confounder for spnego when using DNS/TSIGsahlberg1-4/+10
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa2-4/+4
2005-09-21dissect_ber_octet_string() can return a null tvbuff pointer, if theguy1-12/+11
2005-09-21Some compilers don't allow a static declaration of a function insideguy2-3/+9
2005-09-21An InnerContextToken comes with an OID for the mechanism, which is whatguy3-131/+225
2005-09-19Don't dereference a null pointer. Fixes bug 460.gerald1-1/+1
2005-09-19In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.gerald1-1/+4
2005-09-15Don't use u_char - not all platforms define it, and even those that doguy1-2/+2
2005-09-15Add a Makefile.guy1-0/+17
2005-09-15Replace the spnego dissector with an asn2eth generated one.etxrab5-0/+1359