summaryrefslogtreecommitdiff
path: root/usr.bin/login/login.c
Commit message (Expand)AuthorAgeFilesLines
* login(1): when exporting variables check the result of setenv(3)Pedro F. Giffuni2020-12-191-1/+4
* Revert r368776:Pedro F. Giffuni2020-12-191-4/+1
* login(1): when exporting variables check the result of setenv(3)Pedro F. Giffuni2020-12-191-1/+4
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* login.c doesn't really need libutil.h, don't include it.Xin LI2015-09-101-1/+0
* Remove LOG_ODELAY because it does nothing.Neel Natu2014-08-171-1/+1
* login: Remove broken dialup log message.Jilles Tjoelker2014-04-191-8/+0
* login: Clean up PAM and audit, then exit, on SIGHUP and SIGTERM.Jilles Tjoelker2014-01-261-18/+77
* Fix whitespace.Ed Schouten2013-11-131-8/+8
* Call pam_setcred() before login_getpwclass to support home directoriesDoug Rabson2011-05-031-2/+14
* Get rid of hand-rolled closefrom(3).Ed Schouten2010-10-201-2/+1
* Remove copyright strings printed at login time via login(1) or sshd(8).Ed Maste2010-09-281-7/+0
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-021-4/+4
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-1/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+1
* Don't strip TTY device name to the last '/'.Ed Schouten2009-03-271-2/+2
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-2/+5
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-2/+2
* Slightly tune previous fix: free memory if !exportAndrey A. Chernov2007-04-301-2/+2
* Prepare for upcoming POSIXed putenv() rewrite:Andrey A. Chernov2007-04-301-1/+1
* Teach login(1) about the make.conf NO_AUDIT variable. This allows us toChristian S.J. Peron2006-12-131-0/+16
* Don't call audit_logout() if pwd is NULL, as audit_logout() attempts toOlivier Houchard2006-03-281-1/+4
* Make login audit-enabled, submitting audit records for the login and logoutWayne Salamon2006-02-041-0/+16
* o Teach login(1) to respect "hushlogin" and "nocheckmail" attributesMaxim Konovalov2005-06-011-2/+7
* Fix ~/.hushlogin handling.Max Khon2004-01-261-3/+4
* When the tty chown() fails, report a chown() failure rather than aRobert Watson2003-04-261-1/+1
* The documented login.conf variable for setting the login prompt isDag-Erling Smørgrav2003-04-251-1/+1
* Back out previous commit, I wasn't thinking clearly.Dag-Erling Smørgrav2003-02-151-2/+1
* Set PAM_RHOST to "localhost" if no remote host was specified. This allowsDag-Erling Smørgrav2003-02-151-1/+2
* Use waitpid() instead of wait() since we know the pid of the process weDag-Erling Smørgrav2003-02-081-1/+2
* Change the process title as soon as possible to mask information passed onDag-Erling Smørgrav2002-12-041-0/+3
* Be consistent about functions being static.Poul-Henning Kamp2002-10-151-4/+4
* When login tries to do the chmod/chflags on a read only file system,Warner Losh2002-08-191-3/+12
* Don't reuse a const char * when we really want a char *.David Malone2002-07-281-5/+7
* Simplify TERM handling since now libutil not overwrites existen TERM for "term"Andrey A. Chernov2002-06-281-3/+1
* Overwrite "term" from login.conf(5) for any known TERMAndrey A. Chernov2002-06-281-2/+9
* Drive-by whitespace cleanup.Dag-Erling Smørgrav2002-05-281-13/+13
* Don't use PAM_SILENT unless hushlogin is set (perforce change 10123)Dag-Erling Smørgrav2002-04-221-0/+2
* Remove unused #define.Dag-Erling Smørgrav2002-04-161-5/+0
* Align for const poisoning in -lutil.Ruslan Ermilov2002-04-081-6/+7
* Simple fix so the 'LOGIN FAILURE' message send to syslog will includeGarance A Drosehn2002-03-121-1/+0
* Switch to OpenPAM. Bump library version. Modules are now versioned, soDag-Erling Smørgrav2002-03-051-3/+3
* Still with asbestos longjohns on, completely PAMify login(1) and removeDag-Erling Smørgrav2002-01-301-529/+369
* Back out rev 1.78, which is incorrect now that the PAM modules have beenDag-Erling Smørgrav2002-01-291-3/+2
* When running on a local terminal, set PAM_RHOST to the local hostname.Dag-Erling Smørgrav2002-01-211-2/+10
* Back out PAM_CRED_ERR additionAndrey A. Chernov2002-01-191-1/+0
* Add PAM_CRED_ERR as valid failure caseAndrey A. Chernov2002-01-191-0/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Use __FBSDID(). Also do a bit of cosmetic #if and header-orderMark Murray2001-12-021-11/+5
* Sort includes.Mark Murray2001-12-021-4/+4