Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal crypt-md4.c crypt-md4.h crypt-rc4.c crypt-rc

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Dec 2002 18:37:40 -0600 (CST)
guy         2002/12/02 18:37:30 CST

  Modified files:
    .                    AUTHORS Makefile.am Makefile.nmake 
                         packet-dcerpc-samr.c 
  Added files:
    .                    crypt-md4.c crypt-md4.h crypt-rc4.c 
                         crypt-rc4.h 
  Log:
  From Devin Heitmueller:
  
  	add MD4 and RC4 crypto support;
  
  	use it to decrypt the NT password encryption block in
  	UnicodeChangePassword2.
  
  Revision  Changes    Path
  1.680     +3 -0      ethereal/AUTHORS
  1.522     +5 -1      ethereal/Makefile.am
  1.259     +3 -1      ethereal/Makefile.nmake
  1.61      +164 -12   ethereal/packet-dcerpc-samr.c