aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify klogin to:Garrett Wollman1995-01-144-4/+29
* Sorry..forgot something for yesterdays login patch..Ugen J.S. Antsilevich1994-12-011-0/+1
* Patch of password expired bug.Ugen J.S. Antsilevich1994-11-301-26/+11
* Add distribution=krb for P-HKGarrett Wollman1994-11-201-1/+2
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-192-9/+14
* Undo damage done between revisions 1.6 and 1.7Geoff Rehmet1994-09-301-6/+12
* Install support for skey and login.accessPaul Traina1994-09-292-21/+65
* First level of changes for bringing in eBones (kerberos).Geoff Rehmet1994-09-291-6/+12
* Problem:Jordan K. Hubbard1994-09-071-1/+27
* Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)Guido van Rooij1994-08-225-5/+163
* Add skey supprotGuido van Rooij1994-08-216-3/+409
* LDADD= -lcryptGeoff Rehmet1994-08-201-1/+1
* Don't compile with kerberos yet, we aren't ready.Garrett Wollman1994-08-051-4/+7
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-275-0/+981