| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert to usr.bin/ to LIBADD | bapt | 2014-11-25 | 1 | -4/+2 |
* | Remove LOG_ODELAY because it does nothing. | neel | 2014-08-17 | 1 | -1/+1 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | login: Remove broken dialup log message. | jilles | 2014-04-19 | 1 | -8/+0 |
* | login: Clean up PAM and audit, then exit, on SIGHUP and SIGTERM. | jilles | 2014-01-26 | 1 | -18/+77 |
* | Fix whitespace. | ed | 2013-11-13 | 1 | -8/+8 |
* | None of these programs actually use auth.conf. | des | 2012-06-11 | 1 | -2/+0 |
* | Remove unnecessary cast | kevlo | 2012-02-14 | 1 | -3/+3 |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | Call pam_setcred() before login_getpwclass to support home directories | dfr | 2011-05-03 | 1 | -2/+14 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
* | Get rid of hand-rolled closefrom(3). | ed | 2010-10-20 | 1 | -2/+1 |
* | Remove copyright strings printed at login time via login(1) or sshd(8). | emaste | 2010-09-28 | 1 | -7/+0 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | ANSIfy various tools in usr.bin/. | ed | 2010-01-02 | 2 | -14/+6 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 3 | -1/+4 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 3 | -4/+1 |
* | Pass int arguments to auditon(2)'s A_GETCOND API rather than long | rwatson | 2009-04-19 | 1 | -6/+6 |
* | Don't strip TTY device name to the last '/'. | ed | 2009-03-27 | 1 | -2/+2 |
* | Add a cross-reference to newgrp(1). | philip | 2007-11-30 | 1 | -0/+1 |
* | Use NULL instead of 0 for the return value of fopen(). | kevlo | 2007-09-21 | 1 | -2/+2 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -2/+5 |
* | Fix some warnings by making things const, adding missing headers, | dwmalone | 2007-05-07 | 3 | -5/+6 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 1 | -2/+2 |
* | Slightly tune previous fix: free memory if !export | ache | 2007-04-30 | 1 | -2/+2 |
* | Prepare for upcoming POSIXed putenv() rewrite: | ache | 2007-04-30 | 1 | -1/+1 |
* | Teach login(1) about the make.conf NO_AUDIT variable. This allows us to | csjp | 2006-12-13 | 3 | -3/+28 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -2/+2 |
* | Remove references to the pam(8) manual page. It does not exist. | joel | 2006-09-13 | 1 | -3/+2 |
* | Add missing library dependencies. | ru | 2006-04-13 | 1 | -1/+1 |
* | Don't call audit_logout() if pwd is NULL, as audit_logout() attempts to | cognet | 2006-03-28 | 1 | -1/+4 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
* | Managing login.access is no longer a responsibility of login(1). | yar | 2006-03-06 | 1 | -10/+6 |
* | Remove the last reference to LOGIN_ACCESS from login(1). | yar | 2006-03-06 | 1 | -2/+3 |
* | login.access.5 and login_access.c are no longer used | yar | 2006-03-06 | 2 | -296/+0 |
* | login(1) no longer handles /etc/login.access by itself, | yar | 2006-03-06 | 1 | -1/+0 |
* | Since the whole login.access feature has moved to PAM, | yar | 2006-03-06 | 1 | -1/+1 |
* | Make login audit-enabled, submitting audit records for the login and logout | wsalamon | 2006-02-04 | 5 | -3/+238 |
* | o Teach login(1) to respect "hushlogin" and "nocheckmail" attributes | maxim | 2005-06-01 | 1 | -2/+7 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -1/+1 |
* | Bump document date | brueffer | 2004-10-16 | 1 | -1/+1 |
* | We use /etc/pam.d/login nowadays | brueffer | 2004-10-15 | 1 | -6/+3 |
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -3/+6 |
* | Deal with unsafe tab characters. | ru | 2004-07-02 | 1 | -1/+3 |
* | Fixed style bugs in previous commit (.ifndef instead of .if defined(), | bde | 2004-02-29 | 1 | -3/+2 |
* | I am a moron. | des | 2004-02-27 | 1 | -1/+1 |
* | Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined. | des | 2004-02-27 | 1 | -0/+5 |
* | Cut through the bikeshed and remove login(1)'s setuid bit. It has no | des | 2004-02-27 | 1 | -3/+0 |
* | GC (now unused here) -lcrypt. | ru | 2004-02-02 | 1 | -2/+2 |