OpenBSD CVS

src/usr.bin/login/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / login

Current tag: OPENBSD_2_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.15   23 years  espie   Boring... Add :L modifier to all tweakable variables tests. Closes PR 1246
[TXT] failedlogin.c  1.9   24 years  millert   count is unsigned (size_t) so cast to u_long, not long
[TXT] login.1  1.14   23 years  millert   document -u flag and environment variables
[TXT] login.c  1.35   23 years  miod   Make empty passwords work again when login is compiled with kerberos support.
[TXT] pathnames.h  1.5   27 years  millert   Adds support for logging and reporting on failed login attempts via sparse file ...
[TXT] k5login.c (in the Attic) [Hide]  1.2   27 years  deraadt   rcsid
[TXT] klogin.c (in the Attic) [Hide]  1.11   23 years  hin   Check for symlinks before overwriting kerberos ticket files. While i'm at it, ma...