aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* Add braces to avoid ambiguity in a nested conditional (silences a gccSheldon Hearn2000-04-261-1/+2
* Fix excessive use of parenthesis in previous commit.Sheldon Hearn2000-04-252-2/+2
* 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-15/+42
* 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
* Remove hardcoded constant in favour of login.conf value.Joseph Koshy1998-08-171-2/+2
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+1
* Backed out rev.1.31. It was a workaround for bugs in rev.1.4 ofBruce Evans1998-07-311-5/+1
* Fix a couple of little bugs that prevented login.c from compilingJohn Polstra1998-07-221-3/+3
* Trim a domain part for wtmp as same as showed by "netstat -r".Atsushi Murai1998-06-011-1/+5
* *blush*, typo during last minute editing..Peter Wemm1998-04-301-2/+2
* Change euid while reading the user's .login_cap file in case the homedirPeter Wemm1998-04-301-2/+8
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
* gcc on alpha complains about nested comments. A comment in thisJohn Birrell1998-02-151-1/+1
* Fix very rare but dangerous bug:Andrey A. Chernov1998-02-131-1/+3
* Reset SGINT and SIGQUIT handling to default when asking for passwords.Guido van Rooij1998-02-051-1/+5
* Mention S/key and the skey /etc files.David E. O'Brien1998-01-071-3/+18
* Fix a fatal typo.Joerg Wunsch1997-10-191-2/+2
* Changes for KTH KerberosIV.Mark Murray1997-09-285-16/+13
* "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
* = -> ==, strcpy -> strncpy from OpenBSD.Philippe Charnier1997-07-224-28/+41
* Fix the man page's title (.Dt).Masafumi Max NAKANE1997-06-021-1/+1