summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* Clear all file flags when taking ownership of devices. Do not ignoreimp1999-08-212-3/+16
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+3
* remove uid switching before login_getpwclass, now done inside libutilache1999-04-241-3/+6
* Don't perform the trimdomain() functionality twice,brian1999-04-071-12/+3
* Added xref to nologin(5)wosch1999-02-011-1/+2
* Force <bsd.libnames.mk> to be included, regardless of the objectjdp1999-01-221-1/+2
* Allow login to be linked statically even when PAM is used, sincejdp1999-01-201-4/+2
* Add a compile knob to avoid using PAM code (login will use standard Unixabial1999-01-192-4/+22
* Move nologin from /etc to /var/run. This means one less file that hasasami1999-01-111-3/+3
* Make the timeout handler log any failed logins, to make sure failedeivind1999-01-031-7/+17
* Obtained from: "Jan B. Koum " <jkb@best.com>dillon1998-12-012-3/+5
* Work around the problem that login won't link if NOSHARED=yes,jdp1998-11-211-1/+2
* ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!!jdp1998-11-213-326/+149
* unifdef -DLOGIN_CAP. After almost 2 years, I think we can assumejdp1998-11-112-75/+4
* Remove support for LOGIN_CAP_AUTH. It was never enabled, it wasjdp1998-11-112-131/+5
* 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-092-3/+12
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
* Remove hardcoded constant in favour of login.conf value.jkoshy1998-08-171-2/+2
* Fix LIBDIR (for aout/ELF).markm1998-08-061-1/+1
* 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
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
* gcc on alpha complains about nested comments. A comment in thisjb1998-02-151-1/+1
* 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
* Mention S/key and the skey /etc files.obrien1998-01-071-3/+18
* 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
OpenPOWER on IntegriCloud