aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* MFC: (rev 1.96) rename the login.conf variable controlling the login promptDag-Erling Smørgrav2003-04-291-1/+2
* Remove: `.\"this is a comment' line.Tom Rhodes2003-02-251-1/+0
* MFC: (1.92) change the process title as soon as possible.Dag-Erling Smørgrav2002-12-111-0/+3
* The .Nm utilityPhilippe Charnier2002-06-211-4/+6
* Avoid bogus log messages when logging in without a tty.Dag-Erling Smørgrav2002-03-131-3/+3
* MFC fbtab.5 rev 1.11Robert Watson2001-12-141-34/+22
* MFC Rev 1.66:Mike Barcroft2001-08-171-18/+42
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-1/+1
* MFC: move the environment settin to a place where it can actuallyMark Murray2001-08-071-12/+11
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-3/+3
* MFC: extended PAM services and documentation thereof.Mark Murray2001-07-163-42/+118
* MFC: Disable SIGHUP while getting the login name.Guido van Rooij2001-05-291-0/+2
* MFC: check for account and password expiration in the proper orderEric Melville2001-05-221-12/+12
* MFC: style(9)David E. O'Brien2001-05-181-44/+47
* MFC: rev. 1.59 ("login_prompt" and "passwd_prompt" fields to /etc/login.conf)David E. O'Brien2001-05-181-3/+8
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+1
* MFC 1.56: Export environmental variables set by PAM modules.Jacques Vidrine2001-02-131-0/+58
* MFC 1.55: Call pam_setcred.Jacques Vidrine2001-02-081-0/+4
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-111-1/+2
* MFC: [rev 1.54] Add braces to avoid ambiguity in a nested conditionalPaul Saab2000-08-081-1/+2
* MFC rev 1.53: Fix excessive parens in previous commit.Sheldon Hearn2000-04-252-2/+2
* MFC: Do not issue a warning when chflags() fails with EOPNOTSUPP.Sheldon Hearn2000-04-132-2/+3
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* Fix diagnostic printing test condition (was always true)Andrey A. Chernov2000-02-281-1/+1
* Remove option's description that has gone with PAM.Ruslan Ermilov2000-02-271-9/+1
* Added IPv6 name resolving support for utmp logging.Yoshinobu Inoue2000-02-191-13/+40
* Remove the version information from `.Os FreeBSD' here. Not onlyChris Costello2000-02-141-1/+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
* Correct some hard sentence breaks. Only those surrounding the previousSheldon Hearn1999-09-141-2/+2
* Improve shell documentation:Sheldon Hearn1999-09-081-6/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Clear all file flags when taking ownership of devices. Do not ignoreWarner Losh1999-08-212-3/+16
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+3
* remove uid switching before login_getpwclass, now done inside libutilAndrey A. Chernov1999-04-241-3/+6
* Don't perform the trimdomain() functionality twice,Brian Somers1999-04-071-12/+3
* Added xref to nologin(5)Wolfram Schneider1999-02-011-1/+2
* 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-192-4/+22
* Move nologin from /etc to /var/run. This means one less file that hasSatoshi Asami1999-01-111-3/+3
* Make the timeout handler log any failed logins, to make sure failedEivind Eklund1999-01-031-7/+17
* Obtained from: "Jan B. Koum " <jkb@best.com>Matthew Dillon1998-12-012-3/+5
* 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-213-326/+149
* unifdef -DLOGIN_CAP. After almost 2 years, I think we can assumeJohn Polstra1998-11-112-75/+4
* Remove support for LOGIN_CAP_AUTH. It was never enabled, it wasJohn Polstra1998-11-112-131/+5
* Fix a const-related compiler warning.John Polstra1998-11-111-2/+3
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.Mark Murray1998-10-092-3/+12
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1