summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/login.c
Commit message (Expand)AuthorAgeFilesLines
* Add a compile knob to avoid using PAM code (login will use standard Unixabial1999-01-191-1/+11
* Make the timeout handler log any failed logins, to make sure failedeivind1999-01-031-7/+17
* ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!!jdp1998-11-211-106/+145
* unifdef -DLOGIN_CAP. After almost 2 years, I think we can assumejdp1998-11-111-73/+2
* Remove support for LOGIN_CAP_AUTH. It was never enabled, it wasjdp1998-11-111-125/+2
* Fix a const-related compiler warning.jdp1998-11-111-2/+3
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.markm1998-10-091-2/+9
* Remove hardcoded constant in favour of login.conf value.jkoshy1998-08-171-2/+2
* Backed out rev.1.31. It was a workaround for bugs in rev.1.4 ofbde1998-07-311-5/+1
* Fix a couple of little bugs that prevented login.c from compilingjdp1998-07-221-3/+3
* Trim a domain part for wtmp as same as showed by "netstat -r".amurai1998-06-011-1/+5
* *blush*, typo during last minute editing..peter1998-04-301-2/+2
* Change euid while reading the user's .login_cap file in case the homedirpeter1998-04-301-2/+8
* Fix very rare but dangerous bug:ache1998-02-131-1/+3
* Reset SGINT and SIGQUIT handling to default when asking for passwords.guido1998-02-051-1/+5
* Fix a fatal typo.joerg1997-10-191-2/+2
* Changes for KTH KerberosIV.markm1997-09-281-1/+2
* = -> ==, strcpy -> strncpy from OpenBSD.charnier1997-07-221-4/+14
* 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
* 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-221-1/+4
* Makes login login_cap-savvy.davidn1997-01-111-152/+365
* Write numerical address instead of hostname for hostnames > UT_HOSTSIZEache1996-06-171-7/+21
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-3/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* 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
* Modify klogin to:wollman1995-01-141-1/+2
* Patch of password expired bug.ugen1994-11-301-26/+11
* Include most of the logdaemon v4.4 S/key changespst1994-10-191-2/+6
* Install support for skey and login.accesspst1994-09-291-9/+59
* Problem:jkh1994-09-071-1/+27
* Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)guido1994-08-221-0/+8
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+594
OpenPOWER on IntegriCloud