Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 12:29:28 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libcrypt Makefile crypt-nthash.c crypt.3 crypt.c crypt.h
Message-ID:  <200306021929.h52JTSME082113@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306021929.h52JTSME082113>