summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previousmike2001-08-131-6/+6
* o Replace occurrences of strncpy(3) with strlcpy(3); most ofmike2001-08-121-23/+47
* Fix the environment handling:markm2001-07-281-12/+11
* Remove whitespace at EOL.dd2001-07-152-4/+4
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Remove an accidentaly added extra blank line.eric2001-05-221-1/+0
* Disable SIGHUP while getting the login name.guido2001-05-211-0/+2
* Missed a few things.obrien2001-05-181-3/+4
* In a word -- style(9).obrien2001-05-181-43/+51
* Add the "prompt" and "passwd_prompt" fields to /etc/login.conf,obrien2001-05-181-3/+8
* Check for the expiration of an account and its password in the propereric2001-05-171-12/+13
* Clean out some cruft that has been put in a better (central) place.markm2001-05-011-5/+0
* Enable (optional) static linking.markm2001-04-281-0/+5
* Add full PAM support for account management and sessions.markm2001-03-273-32/+102
* MAN[1-9] -> MAN.ru2001-03-271-2/+1
* Fix login so that it exports environmental variables that are set by PAMnectar2001-02-091-0/+58
* Call pam_setcred.nectar2001-01-231-0/+4
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* Add braces to avoid ambiguity in a nested conditional (silences a gccsheldonh2000-04-261-1/+2
* Fix excessive use of parenthesis in previous commit.sheldonh2000-04-252-2/+2
* Do not issue a warning when chflags() fails with EOPNOTSUPP.sheldonh2000-04-132-2/+3
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-2/+4
* Fix diagnostic printing test condition (was always true)ache2000-02-281-1/+1
* Remove option's description that has gone with PAM.ru2000-02-271-9/+1
* Added IPv6 name resolving support for utmp logging.shin2000-02-191-15/+42
* Remove the version information from `.Os FreeBSD' here. Not onlychris2000-02-141-1/+1
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-2/+2
* Correct some hard sentence breaks. Only those surrounding the previoussheldonh1999-09-141-2/+2
* Improve shell documentation:sheldonh1999-09-081-6/+7
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* 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
OpenPOWER on IntegriCloud