summaryrefslogtreecommitdiff
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.2.0_cvscvs2svn1999-05-243-3/+3
* MFC: {rev 1.14} Add xref to nologin(5).Joseph Koshy1999-04-291-1/+2
* MFC: Fix PAM-related a.out breakage.John 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
* Restore backwards compatible default behavior for requirehomePaul Traina1997-05-231-1/+1
* login_getclass() -> login_getpwclass().David Nugent1997-05-101-2/+2
* Use isdialuptty() rather than hard-coded heuristic.David Nugent1997-04-131-1/+1
* Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua>David Nugent1997-04-011-2/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Fix for logic in no-password accounts.David Nugent1997-03-271-1/+1
* Don't bypass password prompt for root logins on insecure tty ifDavid Nugent1997-03-251-3/+5
* strdup() value of term to correctly preserve contents.David Nugent1997-03-241-11/+9
* Submitted by: Paul Traina <root@shockwave.com> (partially)David Nugent1997-03-181-153/+243
* Include copyright message from <sys/copyright.h>Wolfram Schneider1997-03-011-5/+4
* Back out "shell" / pw_shell change, I was confused by the sameAndrey A. Chernov1997-02-271-4/+7
* Fix few bogons with pw_shell / shell variables values mismatchAndrey A. Chernov1997-02-271-7/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Cruft cleanup to eliminate useless warningsPaul Traina1997-02-021-3/+6
* Don't dereference NULL pwd on non-existant username (I wonder how longJordan K. Hubbard1997-01-221-1/+2
* Fix handling of empty shell field in passwd file (use /bin/sh); problemDavid Nugent1997-01-222-1/+15
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2