summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Teach login(1) about the make.conf NO_AUDIT variable. This allows us tocsjp2006-12-131-3/+10
* Add missing library dependencies.ru2006-04-131-1/+1
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* Since the whole login.access feature has moved to PAM,yar2006-03-061-1/+1
* Make login audit-enabled, submitting audit records for the login and logoutwsalamon2006-02-041-2/+2
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
* Fixed style bugs in previous commit (.ifndef instead of .if defined(),bde2004-02-291-3/+2
* I am a moron.des2004-02-271-1/+1
* Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined.des2004-02-271-0/+5
* Cut through the bikeshed and remove login(1)'s setuid bit. It has nodes2004-02-271-3/+0
* GC (now unused here) -lcrypt.ru2004-02-021-2/+2
* Fixed some style bugs ("From:" in vendor id line, disordered MAN line, andbde2002-04-211-5/+2
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-2/+0
* Still with asbestos longjohns on, completely PAMify login(1) and removedes2002-01-301-3/+3
* Work around world breakage in previous commit. The bug is inbde2001-12-011-2/+2
* WARNS=2 fixes.markm2001-12-011-0/+2
* Set BINOWN=root explicitly for setuid root binaries.ru2001-09-131-0/+1
* Like su(1), make PAM use mandatory. Remove parts of the authenticationmarkm2001-08-301-9/+3
* Clean out some cruft that has been put in a better (central) place.markm2001-05-011-5/+0
* Enable (optional) static linking.markm2001-04-281-0/+5
* Add full PAM support for account management and sessions.markm2001-03-271-3/+2
* MAN[1-9] -> MAN.ru2001-03-271-2/+1
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Force <bsd.libnames.mk> to be included, regardless of the objectjdp1999-01-221-1/+2
* Allow login to be linked statically even when PAM is used, sincejdp1999-01-201-4/+2
* Add a compile knob to avoid using PAM code (login will use standard Unixabial1999-01-191-3/+11
* Work around the problem that login won't link if NOSHARED=yes,jdp1998-11-211-1/+2
* ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!!jdp1998-11-211-16/+4
* unifdef -DLOGIN_CAP. After almost 2 years, I think we can assumejdp1998-11-111-2/+2
* Remove support for LOGIN_CAP_AUTH. It was never enabled, it wasjdp1998-11-111-6/+3
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
* Fix LIBDIR (for aout/ELF).markm1998-08-061-1/+1
* Changes for KTH KerberosIV.markm1997-09-281-11/+5
* "lmd" -> "-lmd"nate1997-09-051-2/+2
* If building elf, don't link in libmd.a just for libskey.so to use. Underpeter1997-09-051-3/+9
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Makes login login_cap-savvy.davidn1997-01-111-3/+6
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Change the library order so libcrypt is the last library in the list.nate1995-03-181-3/+3
* Modify klogin to:wollman1995-01-141-3/+6
* Add distribution=krb for P-HKwollman1994-11-201-1/+2
* Include most of the logdaemon v4.4 S/key changespst1994-10-191-7/+8
* Undo damage done between revisions 1.6 and 1.7csgr1994-09-301-6/+12
* Install support for skey and login.accesspst1994-09-291-12/+6
* First level of changes for bringing in eBones (kerberos).csgr1994-09-291-6/+12
* Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)guido1994-08-221-1/+1
OpenPOWER on IntegriCloud