| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.2.0_cvs | cvs2svn | 1999-05-24 | 3 | -3/+3 |
| * | MFC: {rev 1.14} Add xref to nologin(5). | Joseph Koshy | 1999-04-29 | 1 | -1/+2 |
| * | MFC: Fix PAM-related a.out breakage. | John Polstra | 1999-01-22 | 1 | -1/+2 |
| * | Allow login to be linked statically even when PAM is used, since | John Polstra | 1999-01-20 | 1 | -4/+2 |
| * | Add a compile knob to avoid using PAM code (login will use standard Unix | Andrzej Bialecki | 1999-01-19 | 2 | -4/+22 |
| * | Move nologin from /etc to /var/run. This means one less file that has | Satoshi Asami | 1999-01-11 | 1 | -3/+3 |
| * | Make the timeout handler log any failed logins, to make sure failed | Eivind Eklund | 1999-01-03 | 1 | -7/+17 |
| * | Obtained from: "Jan B. Koum " <jkb@best.com> | Matthew Dillon | 1998-12-01 | 2 | -3/+5 |
| * | Work around the problem that login won't link if NOSHARED=yes, | John Polstra | 1998-11-21 | 1 | -1/+2 |
| * | ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!! | John Polstra | 1998-11-21 | 3 | -326/+149 |
| * | unifdef -DLOGIN_CAP. After almost 2 years, I think we can assume | John Polstra | 1998-11-11 | 2 | -75/+4 |
| * | Remove support for LOGIN_CAP_AUTH. It was never enabled, it was | John Polstra | 1998-11-11 | 2 | -131/+5 |
| * | Fix a const-related compiler warning. | John Polstra | 1998-11-11 | 1 | -2/+3 |
| * | Use KJH's auth.conf parser to turn on/off Kerberos in userland. | Mark Murray | 1998-10-09 | 2 | -3/+12 |
| * | Remove useless `BINOWN=root' now that it is the default. | David E. O'Brien | 1998-09-19 | 1 | -2/+1 |
| * | Remove hardcoded constant in favour of login.conf value. | Joseph Koshy | 1998-08-17 | 1 | -2/+2 |
| * | Fix LIBDIR (for aout/ELF). | Mark Murray | 1998-08-06 | 1 | -1/+1 |
| * | Backed out rev.1.31. It was a workaround for bugs in rev.1.4 of | Bruce Evans | 1998-07-31 | 1 | -5/+1 |
| * | Fix a couple of little bugs that prevented login.c from compiling | John Polstra | 1998-07-22 | 1 | -3/+3 |
| * | Trim a domain part for wtmp as same as showed by "netstat -r". | Atsushi Murai | 1998-06-01 | 1 | -1/+5 |
| * | *blush*, typo during last minute editing.. | Peter Wemm | 1998-04-30 | 1 | -2/+2 |
| * | Change euid while reading the user's .login_cap file in case the homedir | Peter Wemm | 1998-04-30 | 1 | -2/+8 |
| * | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | Philippe Charnier | 1998-03-23 | 1 | -2/+2 |
| * | gcc on alpha complains about nested comments. A comment in this | John Birrell | 1998-02-15 | 1 | -1/+1 |
| * | Fix very rare but dangerous bug: | Andrey A. Chernov | 1998-02-13 | 1 | -1/+3 |
| * | Reset SGINT and SIGQUIT handling to default when asking for passwords. | Guido van Rooij | 1998-02-05 | 1 | -1/+5 |
| * | Mention S/key and the skey /etc files. | David E. O'Brien | 1998-01-07 | 1 | -3/+18 |
| * | Fix a fatal typo. | Joerg Wunsch | 1997-10-19 | 1 | -2/+2 |
| * | Changes for KTH KerberosIV. | Mark Murray | 1997-09-28 | 5 | -16/+13 |
| * | "lmd" -> "-lmd" | Nate Williams | 1997-09-05 | 1 | -2/+2 |
| * | If building elf, don't link in libmd.a just for libskey.so to use. Under | Peter Wemm | 1997-09-05 | 1 | -3/+9 |
| * | = -> ==, strcpy -> strncpy from OpenBSD. | Philippe Charnier | 1997-07-22 | 4 | -28/+41 |
| * | Fix the man page's title (.Dt). | Masafumi Max NAKANE | 1997-06-02 | 1 | -1/+1 |
| * | Restore backwards compatible default behavior for requirehome | Paul Traina | 1997-05-23 | 1 | -1/+1 |
| * | login_getclass() -> login_getpwclass(). | David Nugent | 1997-05-10 | 1 | -2/+2 |
| * | Use isdialuptty() rather than hard-coded heuristic. | David Nugent | 1997-04-13 | 1 | -1/+1 |
| * | Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua> | David Nugent | 1997-04-01 | 1 | -2/+1 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
| * | Fix for logic in no-password accounts. | David Nugent | 1997-03-27 | 1 | -1/+1 |
| * | Don't bypass password prompt for root logins on insecure tty if | David Nugent | 1997-03-25 | 1 | -3/+5 |
| * | strdup() value of term to correctly preserve contents. | David Nugent | 1997-03-24 | 1 | -11/+9 |
| * | Submitted by: Paul Traina <root@shockwave.com> (partially) | David Nugent | 1997-03-18 | 1 | -153/+243 |
| * | Include copyright message from <sys/copyright.h> | Wolfram Schneider | 1997-03-01 | 1 | -5/+4 |
| * | Back out "shell" / pw_shell change, I was confused by the same | Andrey A. Chernov | 1997-02-27 | 1 | -4/+7 |
| * | Fix few bogons with pw_shell / shell variables values mismatch | Andrey A. Chernov | 1997-02-27 | 1 | -7/+4 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 2 | -2/+2 |
| * | Cruft cleanup to eliminate useless warnings | Paul Traina | 1997-02-02 | 1 | -3/+6 |
| * | Don't dereference NULL pwd on non-existant username (I wonder how long | Jordan K. Hubbard | 1997-01-22 | 1 | -1/+2 |
| * | Fix handling of empty shell field in passwd file (use /bin/sh); problem | David Nugent | 1997-01-22 | 2 | -1/+15 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 2 | -2/+2 |