Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 1999 07:33:55 -0800 (PST)
From:      Brandon Gillespie <brandon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/etc auth.conf src/usr.bin/passwd local_passwd.c passwd.1
Message-ID:  <199901221533.HAA18720@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brandon     1999/01/22 07:33:55 PST

  Modified files:
    etc                  auth.conf 
  Log:
  Added comment about how auth_default is used by passwd.
  
  Revision  Changes    Path
  1.2       +8 -2      src/etc/auth.conf

  Modified files:
    usr.bin/passwd       local_passwd.c passwd.1 
  Log:
  Added support for multiple hash formats, and new salt generation code.
  It selects which hash format to use by checking /etc/auth.conf for
  auth_default.  Leaving auth_default disabled will give the current
  behaviour (use the same format as is currently used in the password,
  or if a new password default to what crypt likes best--des if it exists).
  Now you can set it to one of: des, best, md5 or sha1.  best is a synonym
  for sha1, currently.
  
  Revision  Changes    Path
  1.21      +143 -30   src/usr.bin/passwd/local_passwd.c
  1.12      +11 -1     src/usr.bin/passwd/passwd.1

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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