summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* Fix a fatal typo.joerg1997-10-191-2/+2
* Changes for KTH KerberosIV.markm1997-09-285-16/+13
* "lmd" -> "-lmd"nate1997-09-051-2/+2
* If building elf, don't link in libmd.a just for libskey.so to use. Underpeter1997-09-051-3/+9
* = -> ==, strcpy -> strncpy from OpenBSD.charnier1997-07-224-28/+41
* Fix the man page's title (.Dt).max1997-06-021-1/+1
* Restore backwards compatible default behavior for requirehomepst1997-05-231-1/+1
* login_getclass() -> login_getpwclass().davidn1997-05-101-2/+2
* Use isdialuptty() rather than hard-coded heuristic.davidn1997-04-131-1/+1
* Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua>davidn1997-04-011-2/+1
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Fix for logic in no-password accounts.davidn1997-03-271-1/+1
* Don't bypass password prompt for root logins on insecure tty ifdavidn1997-03-251-3/+5
* strdup() value of term to correctly preserve contents.davidn1997-03-241-11/+9
* Submitted by: Paul Traina <root@shockwave.com> (partially)davidn1997-03-181-153/+243
* Include copyright message from <sys/copyright.h>wosch1997-03-011-5/+4
* Back out "shell" / pw_shell change, I was confused by the sameache1997-02-271-4/+7
* Fix few bogons with pw_shell / shell variables values mismatchache1997-02-271-7/+4
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
* Cruft cleanup to eliminate useless warningspst1997-02-021-3/+6
* Don't dereference NULL pwd on non-existant username (I wonder how longjkh1997-01-221-1/+2
* Fix handling of empty shell field in passwd file (use /bin/sh); problemdavidn1997-01-222-1/+15
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Makes login login_cap-savvy.davidn1997-01-112-155/+371
* comma typoswosch1996-12-231-2/+3
* Fix some compilation warnings.pst1996-09-211-5/+7
* Document login's use of /etc/login.access.mpp1996-07-031-0/+11
* Write numerical address instead of hostname for hostnames > UT_HOSTSIZEache1996-06-171-7/+21
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-1/+1
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-1/+1
* recording cvs-1.6 file deathpeter1995-12-301-105/+0
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-3/+2
* Remove trailing whitespace.rgrimes1995-05-304-6/+6
* Set copyright so we can actually distribute and use it.guido1995-05-191-0/+15
* Fix spelling error that keeps this from compiling with KERBEROS & SKEYrgrimes1995-04-161-1/+1
* Disallow Kerberos when S/Key is required. Fixes PR #339.wollman1995-04-131-0/+11
* Change the library order so libcrypt is the last library in the list.nate1995-03-181-3/+3
* In the non-PARANOID case, make sure to set `notickets' to 0 sothat login.cwollman1995-01-201-0/+1
* Modify klogin to:wollman1995-01-144-4/+29
* Sorry..forgot something for yesterdays login patch..ugen1994-12-011-0/+1
* Patch of password expired bug.ugen1994-11-301-26/+11
* Add distribution=krb for P-HKwollman1994-11-201-1/+2
* Include most of the logdaemon v4.4 S/key changespst1994-10-192-9/+14
* Undo damage done between revisions 1.6 and 1.7csgr1994-09-301-6/+12
* Install support for skey and login.accesspst1994-09-292-21/+65
* First level of changes for bringing in eBones (kerberos).csgr1994-09-291-6/+12
* Problem:jkh1994-09-071-1/+27
* Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)guido1994-08-225-5/+163
* Add skey supprotguido1994-08-216-3/+409
* LDADD= -lcryptcsgr1994-08-201-1/+1
OpenPOWER on IntegriCloud