aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makes login login_cap-savvy.David Nugent1997-01-112-155/+371
* comma typosWolfram Schneider1996-12-231-2/+3
* Fix some compilation warnings.Paul Traina1996-09-211-5/+7
* Document login's use of /etc/login.access.Mike Pritchard1996-07-031-0/+11
* Write numerical address instead of hostname for hostnames > UT_HOSTSIZEAndrey A. Chernov1996-06-171-7/+21
* #include <kerberosIV/des.h> -> #include <des.h>Mark Murray1996-02-111-1/+1
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-1/+1
* recording cvs-1.6 file deathPeter Wemm1995-12-301-105/+0
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-3/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-6/+6
* Set copyright so we can actually distribute and use it.Guido van Rooij1995-05-191-0/+15
* Fix spelling error that keeps this from compiling with KERBEROS & SKEYRodney W. Grimes1995-04-161-1/+1
* Disallow Kerberos when S/Key is required. Fixes PR #339.Garrett Wollman1995-04-131-0/+11
* Change the library order so libcrypt is the last library in the list.Nate Williams1995-03-181-3/+3
* In the non-PARANOID case, make sure to set `notickets' to 0 sothat login.cGarrett Wollman1995-01-201-0/+1