| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Fix hand-rolled METALOG entries for installconfig during distributeworld | Jessica Clarke | 2022-02-28 | 1 | -1/+1 |
| * | pkgbase: Put more binaries/lib in runtime | Emmanuel Vadot | 2021-12-21 | 1 | -0/+2 |
| * | Normalize deployment tools usage and definitions by putting into one place | Maxim Sobolev | 2020-04-07 | 1 | -1/+1 |
| * | motd: Generate from template to /var/run | Conrad Meyer | 2019-07-20 | 1 | -1/+1 |
| * | Fix several places where tool name has been hardcoded: | Maxim Sobolev | 2019-06-02 | 1 | -1/+2 |
| * | pkgbase: Move login.access to usb.bin/login | Emmanuel Vadot | 2019-05-22 | 1 | -1/+1 |
| * | Move fbtab, login.conf, and motd to usr.bin/login/ | Brad Davis | 2018-08-30 | 1 | -0/+9 |
| * | Convert to usr.bin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -4/+2 |
| * | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| * | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
| * | 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 |