| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvs | Ken Smith | 2011-02-16 | 1 | -1/+1 |
| * | Teach login(1) about the make.conf NO_AUDIT variable. This allows us to | Christian S.J. Peron | 2006-12-13 | 1 | -3/+10 |
| * | Add missing library dependencies. | Ruslan Ermilov | 2006-04-13 | 1 | -1/+1 |
| * | Reimplementation of world/kernel build options. For details, see: | Ruslan Ermilov | 2006-03-17 | 1 | -1/+3 |
| * | Since the whole login.access feature has moved to PAM, | Yaroslav Tykhiy | 2006-03-06 | 1 | -1/+1 |
| * | Make login audit-enabled, submitting audit records for the login and logout | Wayne Salamon | 2006-02-04 | 1 | -2/+2 |
| * | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | Ruslan Ermilov | 2004-11-03 | 1 | -1/+1 |
| * | Fixed style bugs in previous commit (.ifndef instead of .if defined(), | Bruce Evans | 2004-02-29 | 1 | -3/+2 |
| * | I am a moron. | Dag-Erling Smørgrav | 2004-02-27 | 1 | -1/+1 |
| * | Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined. | Dag-Erling Smørgrav | 2004-02-27 | 1 | -0/+5 |
| * | Cut through the bikeshed and remove login(1)'s setuid bit. It has no | Dag-Erling Smørgrav | 2004-02-27 | 1 | -3/+0 |
| * | GC (now unused here) -lcrypt. | Ruslan Ermilov | 2004-02-02 | 1 | -2/+2 |
| * | Fixed some style bugs ("From:" in vendor id line, disordered MAN line, and | Bruce Evans | 2002-04-21 | 1 | -5/+2 |
| * | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | Mark Murray | 2002-02-08 | 1 | -2/+0 |
| * | Still with asbestos longjohns on, completely PAMify login(1) and remove | Dag-Erling Smørgrav | 2002-01-30 | 1 | -3/+3 |
| * | Work around world breakage in previous commit. The bug is in | Bruce Evans | 2001-12-01 | 1 | -2/+2 |
| * | WARNS=2 fixes. | Mark Murray | 2001-12-01 | 1 | -0/+2 |
| * | Set BINOWN=root explicitly for setuid root binaries. | Ruslan Ermilov | 2001-09-13 | 1 | -0/+1 |
| * | Like su(1), make PAM use mandatory. Remove parts of the authentication | Mark Murray | 2001-08-30 | 1 | -9/+3 |
| * | Clean out some cruft that has been put in a better (central) place. | Mark Murray | 2001-05-01 | 1 | -5/+0 |
| * | Enable (optional) static linking. | Mark Murray | 2001-04-28 | 1 | -0/+5 |
| * | Add full PAM support for account management and sessions. | Mark Murray | 2001-03-27 | 1 | -3/+2 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -2/+1 |
| * | Revert the libcrypt/libmd stuff back to how it was. This should not have | Peter Wemm | 1999-12-18 | 1 | -2/+2 |
| * | Add libmd (or move it after libcrypt). We don't want the linker to be | Marcel Moolenaar | 1999-12-16 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Force <bsd.libnames.mk> to be included, regardless of the object | 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 | 1 | -3/+11 |
| * | 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 | 1 | -16/+4 |
| * | unifdef -DLOGIN_CAP. After almost 2 years, I think we can assume | John Polstra | 1998-11-11 | 1 | -2/+2 |
| * | Remove support for LOGIN_CAP_AUTH. It was never enabled, it was | John Polstra | 1998-11-11 | 1 | -6/+3 |
| * | Remove useless `BINOWN=root' now that it is the default. | David E. O'Brien | 1998-09-19 | 1 | -2/+1 |
| * | Fix LIBDIR (for aout/ELF). | Mark Murray | 1998-08-06 | 1 | -1/+1 |
| * | Changes for KTH KerberosIV. | Mark Murray | 1997-09-28 | 1 | -11/+5 |
| * | "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 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Makes login login_cap-savvy. | David Nugent | 1997-01-11 | 1 | -3/+6 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | Change the library order so libcrypt is the last library in the list. | Nate Williams | 1995-03-18 | 1 | -3/+3 |
| * | Modify klogin to: | Garrett Wollman | 1995-01-14 | 1 | -3/+6 |
| * | Add distribution=krb for P-HK | Garrett Wollman | 1994-11-20 | 1 | -1/+2 |
| * | Include most of the logdaemon v4.4 S/key changes | Paul Traina | 1994-10-19 | 1 | -7/+8 |
| * | Undo damage done between revisions 1.6 and 1.7 | Geoff Rehmet | 1994-09-30 | 1 | -6/+12 |
| * | Install support for skey and login.access | Paul Traina | 1994-09-29 | 1 | -12/+6 |
| * | First level of changes for bringing in eBones (kerberos). | Geoff Rehmet | 1994-09-29 | 1 | -6/+12 |
| * | Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) | Guido van Rooij | 1994-08-22 | 1 | -1/+1 |