| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | 2018-04-26 | 1 | -11/+2 | |
| | | | | | | | | Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup. ok deraadt@ krw@ | ||||
| * | Delete YP password related code. As a result, these can also be | 2015-11-26 | 2 | -167/+6 | |
| | | | | | | | pledged. Keep an eye out for regressions, because they could be uncomfortable. ok beck semarie | ||||
| * | No need to declare pwd_gensalt; it's unused and gone. | 2015-10-25 | 1 | -2/+1 | |
| | | | | | ok tedu@ | ||||
| * | use crypt_checkpass instead of doing things the hard way with crypt. | 2015-10-22 | 2 | -11/+6 | |
| | | |||||
| * | Use explicit_bzero() instead of memset() for zeroing out secrets. | 2015-10-05 | 1 | -2/+2 | |
| | | | | | OK deraadt@ | ||||
| * | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is | 2014-04-22 | 1 | -9/+2 | |
| | | | | | | | already manually disabled). ok deraadt@ | ||||
| * | remove some unnecessary sys/param.h inclusions | 2012-12-04 | 1 | -2/+1 | |
| | | |||||
| * | The heimdal code switched to using DES from libcrypto when 0.7.2 | 2010-10-13 | 1 | -3/+3 | |
| | | | | | | | | was imported over four years ago, so we don't need to link libdes for kerberos anymore. ok mikeb@ deraadt@ | ||||
| * | Update commented out kerberos bits in case someone wants to add missing | 2008-01-02 | 1 | -7/+7 | |
| | | | | | kerb5 support to login_chpass. | ||||
| * | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | | |||||
| * | Foil potential timing attacks by using the correct password hash | 2006-03-09 | 1 | -4/+11 | |
| | | | | | | | 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@ | ||||
| * | drop some krb4 stuff | 2005-04-14 | 1 | -2/+1 | |
| | | | | | ok beck@ | ||||
| * | pass lint | 2004-09-28 | 1 | -2/+7 | |
| | | |||||
| * | More checking for a NULL return value from getpass(). otto@ OK | 2004-03-10 | 1 | -3/+5 | |
| | | |||||
| * | Cleanup obsolete kerberos 4 stuff. | 2003-08-12 | 2 | -89/+4 | |
| | | | | | ok millert@ | ||||
| * | stop using libcom_err, it is built into krb5 | 2003-07-15 | 1 | -3/+3 | |
| | | |||||
| * | Remove krb4 support. | 2003-05-14 | 1 | -7/+9 | |
| | | |||||
| * | typos; | 2003-02-03 | 1 | -3/+3 | |
| | | | | | | ipsecadm(8): examples ho@ help and ok markus@ | ||||
| * | ansi; ok millert pvalchev | 2002-09-06 | 1 | -16/+8 | |
| | | |||||
| * | minor indent cleanup | 2002-06-28 | 1 | -10/+10 | |
| | | |||||
| * | minor KNF | 2002-06-02 | 1 | -3/+3 | |
| | | |||||
| * | pid_t cleanup | 2002-05-26 | 1 | -3/+3 | |
| | | |||||
| * | Add missing libraries to bsd.prog.mk (mostly kerberosV) | 2002-05-11 | 1 | -2/+2 | |
| | | | | | | | | | | | Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | ||||
| * | login(8) -> login(1) | 2002-03-13 | 1 | -3/+3 | |
| | | |||||
| * | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -9/+9 | |
| | | |||||
| * | Don't let root change it's password via login_l?chpass(8). | 2002-01-06 | 1 | -8/+13 | |
| | | | | | | | At some point in the future, passwd(1) may call these auth methods at which time we will need a flag to allow root to do a password change and also to allow account w/o a password to be given one. | ||||
| * | o Use writev() to send status on the backchannel instead of fdopen()ing | 2001-12-07 | 1 | -14/+35 | |
| | | | | | | | | | | | fd 3 and using stdio. o Add SIGINT/SIGQUIT signal handler for yp_chpass() now that getpass() is interuptible. o Block SIGINT/SIGQUIT in krb_chpass() until it is made to clean up after itself properly. | ||||
| * | Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents | 2001-12-06 | 1 | -3/+1 | |
| | | | | | | | | | | | | | getpass()/readpassphrase() from being able to restore the tty mode on keyboard interrupt. Along with the recent readpassphrase.c commit this means that if you ^C things that use login scripts (like su(1)) with a non-CBREAK shell your tty mode will be restored nicely. TODO: The various login scripts need to install handlers to avoid leaving turd files or otherwise ending in a bad state. It would also be nice to send BI_REJECT to the back channel. | ||||
| * | getopt(3) returns -1 when out of args, not EOF. | 2001-10-24 | 1 | -2/+2 | |
| | | | | | millert@ ok | ||||
| * | Remove extraneous .Pp after .Sh | 2001-07-08 | 1 | -2/+1 | |
| | | |||||
| * | chpass login script; changes local, yp, or kerberos password | 2000-12-12 | 3 | -0/+430 | |
| will be used when BSD authentication is enabled | |||||
