| #
d8f5a4ae |
| 21-Dec-2019 |
millert <millert@openbsd.org> |
Replace modular version with origin BSDi version with our updates. In 2001 login_passwd was made modular so we could use the same source for passwd and kerberos auth. Now that we no longer have kerb
Replace modular version with origin BSDi version with our updates. In 2001 login_passwd was made modular so we could use the same source for passwd and kerberos auth. Now that we no longer have kerberos integrated we can simplify login_passwd. OK deraadt@
show more ...
|
| #
9b203ab7 |
| 13-Jun-2018 |
reyk <reyk@openbsd.org> |
Remove #ifdef PASSWD, it was always enabled and is a leftover from krb5 days.
No other uses of -DPASSWD were found in the tree.
OK deraadt@ tb@ brynet@
|
| #
0f92971b |
| 24-Oct-2015 |
ajacoutot <ajacoutot@openbsd.org> |
Don't compile pwd_gensalt, it's not needed since we use crypt_checkpass.
ok tedu@
|
| #
90afb38d |
| 09-Mar-2006 |
millert <millert@openbsd.org> |
Foil potential timing attacks by using the correct password hash instead of "xx". In practice this means bcrypt() will be used for non-existent users instead of DES crypt(). Adapted from a patch by
Foil potential timing attacks by using the correct password hash instead of "xx". In practice this means bcrypt() will be used for non-existent users instead of DES crypt(). Adapted from a patch by Peter Philipp. OK deraadt@
show more ...
|
| #
d4b973d8 |
| 12-May-2004 |
millert <millert@openbsd.org> |
login_passwd needs to be setuid root after all for "secure" YP maps.
|
| #
f36959cb |
| 28-Mar-2003 |
millert <millert@openbsd.org> |
login_passwd is now setgid _shadow instead of setuid root.
|
| #
a4bce480 |
| 26-Jun-2001 |
hin <hin@openbsd.org> |
Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 and login_krb5-or-pwd.
|
| #
81b456a5 |
| 12-Dec-2000 |
millert <millert@openbsd.org> |
passwd login script; authenticates the user via passwd/yp will be used when BSD authentication is enabled
|