Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-15 | localhost variable is not needed; Peter Werner | Todd C. Miller | |
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 | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-06 | Don't let root change it's password via login_l?chpass(8). | Todd C. Miller | |
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. | |||
2001-12-07 | Use writev() to send status on the backchannel instead of fdopen()ing | Todd C. Miller | |
fd 3 and using stdio. | |||
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-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 | |
2001-06-25 | Remove instance stuff now that su uses an explicit option to specify | Todd C. Miller | |
the invoking user. | |||
2001-06-19 | Make gcc shut up about unused rcsids. | Todd C. Miller | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2000-12-12 | lchpass login script; changes local password | Todd C. Miller | |
will be used when BSD authentication is enabled |