cvs commit: src/lib/libcrypt Makefile crypt-nthash.c crypt.3 crypt.c crypt.h

Mark Murray markm at FreeBSD.org
Mon Jun 2 12:29:29 PDT 2003


markm       2003/06/02 12:29:28 PDT

  FreeBSD src repository

  Modified files:
    lib/libcrypt         Makefile crypt.3 crypt.c crypt.h 
  Added files:
    lib/libcrypt         crypt-nthash.c 
  Log:
  Add a new hash type. This "NT-hash" is compatible with the password
  hashing scheme used in Microsoft's NT machines. IT IS NOT SECURE!
  DON'T USE IT! This is for the use of competent sysadmins only!
  
  Submitted by:   Michael Bretterklieber
  
  Revision  Changes    Path
  1.32      +11 -7     src/lib/libcrypt/Makefile
  1.1       +88 -0     src/lib/libcrypt/crypt-nthash.c (new)
  1.27      +16 -3     src/lib/libcrypt/crypt.3
  1.23      +5 -0      src/lib/libcrypt/crypt.c
  1.8       +3 -1      src/lib/libcrypt/crypt.h


More information about the cvs-all mailing list