| Commit message (Expand) | Author | Age | Files | Lines |
| * | login: Missed an instance of getpwnam(). | Dag-Erling Smørgrav | 2024-01-12 | 1 | -2/+4 |
| * | login: Use getpwnam_r() instead of getpwnam(). | Dag-Erling Smørgrav | 2024-01-12 | 1 | -2/+4 |
| * | usr.bin: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -3/+0 |
| * | usr.bin: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -3/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | usr.bin/login: send errors to console if syslog isn't running | Alex Richardson | 2021-07-06 | 1 | -1/+1 |
| * | login(1): when exporting variables check the result of setenv(3) | Pedro F. Giffuni | 2020-12-19 | 1 | -1/+4 |
| * | Revert r368776: | Pedro F. Giffuni | 2020-12-19 | 1 | -4/+1 |
| * | login(1): when exporting variables check the result of setenv(3) | Pedro F. Giffuni | 2020-12-19 | 1 | -1/+4 |
| * | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -0/+2 |
| * | login.c doesn't really need libutil.h, don't include it. | Xin LI | 2015-09-10 | 1 | -1/+0 |
| * | Remove LOG_ODELAY because it does nothing. | Neel Natu | 2014-08-17 | 1 | -1/+1 |
| * | login: Remove broken dialup log message. | Jilles Tjoelker | 2014-04-19 | 1 | -8/+0 |
| * | login: Clean up PAM and audit, then exit, on SIGHUP and SIGTERM. | Jilles Tjoelker | 2014-01-26 | 1 | -18/+77 |
| * | Fix whitespace. | Ed Schouten | 2013-11-13 | 1 | -8/+8 |
| * | Call pam_setcred() before login_getpwclass to support home directories | Doug Rabson | 2011-05-03 | 1 | -2/+14 |
| * | Get rid of hand-rolled closefrom(3). | Ed Schouten | 2010-10-20 | 1 | -2/+1 |
| * | Remove copyright strings printed at login time via login(1) or sshd(8). | Ed Maste | 2010-09-28 | 1 | -7/+0 |
| * | ANSIfy various tools in usr.bin/. | Ed Schouten | 2010-01-02 | 1 | -4/+4 |
| * | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 1 | -1/+1 |
| * | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 1 | -1/+1 |
| * | Don't strip TTY device name to the last '/'. | Ed Schouten | 2009-03-27 | 1 | -2/+2 |
| * | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 1 | -2/+5 |
| * | Back out all POSIXified *env() changes. | Andrey A. Chernov | 2007-05-01 | 1 | -2/+2 |
| * | Slightly tune previous fix: free memory if !export | Andrey A. Chernov | 2007-04-30 | 1 | -2/+2 |
| * | Prepare for upcoming POSIXed putenv() rewrite: | Andrey A. Chernov | 2007-04-30 | 1 | -1/+1 |
| * | Teach login(1) about the make.conf NO_AUDIT variable. This allows us to | Christian S.J. Peron | 2006-12-13 | 1 | -0/+16 |
| * | Don't call audit_logout() if pwd is NULL, as audit_logout() attempts to | Olivier Houchard | 2006-03-28 | 1 | -1/+4 |
| * | Make login audit-enabled, submitting audit records for the login and logout | Wayne Salamon | 2006-02-04 | 1 | -0/+16 |
| * | o Teach login(1) to respect "hushlogin" and "nocheckmail" attributes | Maxim Konovalov | 2005-06-01 | 1 | -2/+7 |
| * | Fix ~/.hushlogin handling. | Max Khon | 2004-01-26 | 1 | -3/+4 |
| * | When the tty chown() fails, report a chown() failure rather than a | Robert Watson | 2003-04-26 | 1 | -1/+1 |
| * | The documented login.conf variable for setting the login prompt is | Dag-Erling Smørgrav | 2003-04-25 | 1 | -1/+1 |
| * | Back out previous commit, I wasn't thinking clearly. | Dag-Erling Smørgrav | 2003-02-15 | 1 | -2/+1 |
| * | Set PAM_RHOST to "localhost" if no remote host was specified. This allows | Dag-Erling Smørgrav | 2003-02-15 | 1 | -1/+2 |
| * | Use waitpid() instead of wait() since we know the pid of the process we | Dag-Erling Smørgrav | 2003-02-08 | 1 | -1/+2 |
| * | Change the process title as soon as possible to mask information passed on | Dag-Erling Smørgrav | 2002-12-04 | 1 | -0/+3 |
| * | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-15 | 1 | -4/+4 |
| * | When login tries to do the chmod/chflags on a read only file system, | Warner Losh | 2002-08-19 | 1 | -3/+12 |
| * | Don't reuse a const char * when we really want a char *. | David Malone | 2002-07-28 | 1 | -5/+7 |
| * | Simplify TERM handling since now libutil not overwrites existen TERM for "term" | Andrey A. Chernov | 2002-06-28 | 1 | -3/+1 |
| * | Overwrite "term" from login.conf(5) for any known TERM | Andrey A. Chernov | 2002-06-28 | 1 | -2/+9 |
| * | Drive-by whitespace cleanup. | Dag-Erling Smørgrav | 2002-05-28 | 1 | -13/+13 |
| * | Don't use PAM_SILENT unless hushlogin is set (perforce change 10123) | Dag-Erling Smørgrav | 2002-04-22 | 1 | -0/+2 |
| * | Remove unused #define. | Dag-Erling Smørgrav | 2002-04-16 | 1 | -5/+0 |
| * | Align for const poisoning in -lutil. | Ruslan Ermilov | 2002-04-08 | 1 | -6/+7 |
| * | Simple fix so the 'LOGIN FAILURE' message send to syslog will include | Garance A Drosehn | 2002-03-12 | 1 | -1/+0 |
| * | Switch to OpenPAM. Bump library version. Modules are now versioned, so | Dag-Erling Smørgrav | 2002-03-05 | 1 | -3/+3 |
| * | Still with asbestos longjohns on, completely PAMify login(1) and remove | Dag-Erling Smørgrav | 2002-01-30 | 1 | -528/+368 |
| * | Back out rev 1.78, which is incorrect now that the PAM modules have been | Dag-Erling Smørgrav | 2002-01-29 | 1 | -3/+2 |