Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2006-04-02 | some extern and goo | Theo de Raadt | |
2006-03-09 | Foil potential timing attacks by using the correct password hash | Todd C. Miller | |
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@ | |||
2002-09-06 | ansi; ok millert pvalchev | Theo de Raadt | |
2002-06-28 | minor indent cleanup | Theo de Raadt | |
2002-06-02 | minor KNF | Theo de Raadt | |
2002-03-13 | login(8) -> login(1) | Marco S Hyman | |
2001-12-06 | Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents | Todd C. Miller | |
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. | |||
2001-11-13 | o) fix bogus .Xr usage; | Mike Pechkin | |
o) start new sentence on a new line; o) don't use .Xr instead of .Pa tag; o) minimal -mdoc design fixes; millert@ ok; | |||
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin | |
millert@ ok | |||
2001-07-08 | Remove extraneous .Pp after .Sh | Todd C. Miller | |
2000-12-12 | reject login script; rejects attempted authentication | Todd C. Miller | |
will be used when BSD authentication is enabled |