index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
passwd
/
pwd_gensalt.c
Age
Commit message (
Expand
)
Author
2004-12-20
o some missing free()'s in error paths
Moritz Jodeit
2004-11-02
Do not modify ro mem and plug a mem leak. Happens when no cipher
Otto Moerbeek
2004-07-15
Minor simplification. Pass values in to login_getcapstr for "default" and
Todd C. Miller
2004-07-13
Simplify some things now that we only have login.conf to worry about
Todd C. Miller
2004-07-13
passwd.conf has been deprecated since login.conf was imported.
Todd C. Miller
2003-07-02
protos
Theo de Raadt
2003-04-05
strlcpy; ok matthieu henning miod
Theo de Raadt
2002-11-21
typo in error message; Tor Houghton
Henning Brauer
2002-06-28
various cleanups; ok millert
Theo de Raadt
2002-05-27
support ":" prefix as group name, as username can contain ".".
Jun-ichiro itojun Hagino
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-06-18
o move passwd.conf variables into login.conf
Todd C. Miller
1998-07-05
newsalt uses 24-bit count, and not 32-bit
Niels Provos
1998-07-04
enable variable number of rounds for extended crypt, this is the crypt
Niels Provos
1997-04-10
enable .group entries in /etc/passwd.conf
Niels Provos
1997-03-27
pretty and one 64bit thingy
Theo de Raadt
1997-03-27
use arc4random instead of random
Niels Provos
1997-03-27
Slight cleanup, more needed
Tobias Weingartner
1997-03-27
support for md5 passwords
Niels Provos
1997-02-16
cleaned up, moved pw_getconf to libutil, removed _'s in option names
Niels Provos
1997-02-14
include blowfish cipher - free config of which cipher to use
Niels Provos