summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/login.c
Commit message (Expand)AuthorAgeFilesLines
* Simple fix so the 'LOGIN FAILURE' message send to syslog will includegad2002-03-121-1/+0
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-051-3/+3
* Still with asbestos longjohns on, completely PAMify login(1) and removedes2002-01-301-529/+369
* Back out rev 1.78, which is incorrect now that the PAM modules have beendes2002-01-291-3/+2
* When running on a local terminal, set PAM_RHOST to the local hostname.des2002-01-211-2/+10
* Back out PAM_CRED_ERR additionache2002-01-191-1/+0
* Add PAM_CRED_ERR as valid failure caseache2002-01-191-0/+1
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
* Use __FBSDID(). Also do a bit of cosmetic #if and header-ordermarkm2001-12-021-11/+5
* Sort includes.markm2001-12-021-4/+4
* Style fixups.markm2001-12-011-25/+26
* WARNS=2 fixes.markm2001-12-011-43/+58
* o Add support for a 'nocheckmail' capability, which (if true) preventsrwatson2001-11-161-9/+12
* o Modify NFS rights comment to note that the early credential changesrwatson2001-09-151-1/+7
* Like su(1), make PAM use mandatory. Remove parts of the authenticationmarkm2001-08-301-40/+1
* 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
* 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
* Add full PAM support for account management and sessions.markm2001-03-271-29/+93
* 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 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-251-1/+1
* Do not issue a warning when chflags() fails with EOPNOTSUPP.sheldonh2000-04-131-1/+1
* Fix diagnostic printing test condition (was always true)ache2000-02-281-1/+1
* Added IPv6 name resolving support for utmp logging.shin2000-02-191-15/+42
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Clear all file flags when taking ownership of devices. Do not ignoreimp1999-08-211-3/+13
* 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
* 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
OpenPOWER on IntegriCloud