aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvsKen Smith2011-02-161-1/+1
* Teach login(1) about the make.conf NO_AUDIT variable. This allows us toChristian S.J. Peron2006-12-131-3/+10
* Add missing library dependencies.Ruslan Ermilov2006-04-131-1/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Since the whole login.access feature has moved to PAM,Yaroslav Tykhiy2006-03-061-1/+1
* Make login audit-enabled, submitting audit records for the login and logoutWayne Salamon2006-02-041-2/+2
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* Fixed style bugs in previous commit (.ifndef instead of .if defined(),Bruce Evans2004-02-291-3/+2
* I am a moron.Dag-Erling Smørgrav2004-02-271-1/+1
* Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined.Dag-Erling Smørgrav2004-02-271-0/+5
* Cut through the bikeshed and remove login(1)'s setuid bit. It has noDag-Erling Smørgrav2004-02-271-3/+0
* GC (now unused here) -lcrypt.Ruslan Ermilov2004-02-021-2/+2
* Fixed some style bugs ("From:" in vendor id line, disordered MAN line, andBruce Evans2002-04-211-5/+2
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-2/+0
* Still with asbestos longjohns on, completely PAMify login(1) and removeDag-Erling Smørgrav2002-01-301-3/+3
* Work around world breakage in previous commit. The bug is inBruce Evans2001-12-011-2/+2
* WARNS=2 fixes.Mark Murray2001-12-011-0/+2
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Like su(1), make PAM use mandatory. Remove parts of the authenticationMark Murray2001-08-301-9/+3
* Clean out some cruft that has been put in a better (central) place.Mark Murray2001-05-011-5/+0
* Enable (optional) static linking.Mark Murray2001-04-281-0/+5
* Add full PAM support for account management and sessions.Mark Murray2001-03-271-3/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Force <bsd.libnames.mk> to be included, regardless of the objectJohn Polstra1999-01-221-1/+2
* Allow login to be linked statically even when PAM is used, sinceJohn Polstra1999-01-201-4/+2
* Add a compile knob to avoid using PAM code (login will use standard UnixAndrzej Bialecki1999-01-191-3/+11
* Work around the problem that login won't link if NOSHARED=yes,John Polstra1998-11-211-1/+2
* ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!!John Polstra1998-11-211-16/+4
* unifdef -DLOGIN_CAP. After almost 2 years, I think we can assumeJohn Polstra1998-11-111-2/+2
* Remove support for LOGIN_CAP_AUTH. It was never enabled, it wasJohn Polstra1998-11-111-6/+3
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+1
* Changes for KTH KerberosIV.Mark Murray1997-09-281-11/+5
* "lmd" -> "-lmd"Nate Williams1997-09-051-2/+2
* If building elf, don't link in libmd.a just for libskey.so to use. UnderPeter Wemm1997-09-051-3/+9
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Makes login login_cap-savvy.David Nugent1997-01-111-3/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Change the library order so libcrypt is the last library in the list.Nate Williams1995-03-181-3/+3
* Modify klogin to:Garrett Wollman1995-01-141-3/+6
* Add distribution=krb for P-HKGarrett Wollman1994-11-201-1/+2
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-191-7/+8
* Undo damage done between revisions 1.6 and 1.7Geoff Rehmet1994-09-301-6/+12
* Install support for skey and login.accessPaul Traina1994-09-291-12/+6
* First level of changes for bringing in eBones (kerberos).Geoff Rehmet1994-09-291-6/+12
* Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)Guido van Rooij1994-08-221-1/+1