summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/login.c
Commit message (Expand)AuthorAgeFilesLines
* login: Clean up PAM and audit, then exit, on SIGHUP and SIGTERM.jilles2014-04-061-18/+77
* Call pam_setcred() before login_getpwclass to support home directoriesdfr2011-05-031-2/+14
* Get rid of hand-rolled closefrom(3).ed2010-10-201-2/+1
* Remove copyright strings printed at login time via login(1) or sshd(8).emaste2010-09-281-7/+0
* ANSIfy various tools in usr.bin/.ed2010-01-021-4/+4
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-1/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+1
* Don't strip TTY device name to the last '/'.ed2009-03-271-2/+2
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-2/+5
* Back out all POSIXified *env() changes.ache2007-05-011-2/+2
* Slightly tune previous fix: free memory if !exportache2007-04-301-2/+2
* Prepare for upcoming POSIXed putenv() rewrite:ache2007-04-301-1/+1
* Teach login(1) about the make.conf NO_AUDIT variable. This allows us tocsjp2006-12-131-0/+16
* Don't call audit_logout() if pwd is NULL, as audit_logout() attempts tocognet2006-03-281-1/+4
* Make login audit-enabled, submitting audit records for the login and logoutwsalamon2006-02-041-0/+16
* o Teach login(1) to respect "hushlogin" and "nocheckmail" attributesmaxim2005-06-011-2/+7
* Fix ~/.hushlogin handling.fjoe2004-01-261-3/+4
* When the tty chown() fails, report a chown() failure rather than arwatson2003-04-261-1/+1
* The documented login.conf variable for setting the login prompt isdes2003-04-251-1/+1
* Back out previous commit, I wasn't thinking clearly.des2003-02-151-2/+1
* Set PAM_RHOST to "localhost" if no remote host was specified. This allowsdes2003-02-151-1/+2
* Use waitpid() instead of wait() since we know the pid of the process wedes2003-02-081-1/+2
* Change the process title as soon as possible to mask information passed ondes2002-12-041-0/+3
* Be consistent about functions being static.phk2002-10-151-4/+4
* When login tries to do the chmod/chflags on a read only file system,imp2002-08-191-3/+12
* Don't reuse a const char * when we really want a char *.dwmalone2002-07-281-5/+7
* Simplify TERM handling since now libutil not overwrites existen TERM for "term"ache2002-06-281-3/+1
* Overwrite "term" from login.conf(5) for any known TERMache2002-06-281-2/+9
* Drive-by whitespace cleanup.des2002-05-281-13/+13
* Don't use PAM_SILENT unless hushlogin is set (perforce change 10123)des2002-04-221-0/+2
* Remove unused #define.des2002-04-161-5/+0
* Align for const poisoning in -lutil.ru2002-04-081-6/+7
* 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
OpenPOWER on IntegriCloud