summaryrefslogtreecommitdiff
path: root/usr.bin/passwd/pwd_gensalt.c
AgeCommit message (Expand)Author
2004-12-20o some missing free()'s in error pathsMoritz Jodeit
2004-11-02Do not modify ro mem and plug a mem leak. Happens when no cipherOtto Moerbeek
2004-07-15Minor simplification. Pass values in to login_getcapstr for "default" andTodd C. Miller
2004-07-13Simplify some things now that we only have login.conf to worry aboutTodd C. Miller
2004-07-13passwd.conf has been deprecated since login.conf was imported.Todd C. Miller
2003-07-02protosTheo de Raadt
2003-04-05strlcpy; ok matthieu henning miodTheo de Raadt
2002-11-21typo in error message; Tor HoughtonHenning Brauer
2002-06-28various cleanups; ok millertTheo de Raadt
2002-05-27support ":" prefix as group name, as username can contain ".".Jun-ichiro itojun Hagino
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-06-18o move passwd.conf variables into login.confTodd C. Miller
1998-07-05newsalt uses 24-bit count, and not 32-bitNiels Provos
1998-07-04enable variable number of rounds for extended crypt, this is the cryptNiels Provos
1997-04-10enable .group entries in /etc/passwd.confNiels Provos
1997-03-27pretty and one 64bit thingyTheo de Raadt
1997-03-27use arc4random instead of randomNiels Provos
1997-03-27Slight cleanup, more neededTobias Weingartner
1997-03-27support for md5 passwordsNiels Provos
1997-02-16cleaned up, moved pw_getconf to libutil, removed _'s in option namesNiels Provos
1997-02-14include blowfish cipher - free config of which cipher to useNiels Provos