aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* login.c doesn't really need libutil.h, don't include it.Xin LI2015-09-102-3/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-4/+2
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-281-34/+85
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync from headSimon J. Gerraty2012-11-041-2/+0
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-4/+2
| |_|_|_|/ |/| | | |
* | | | | Remove LOG_ODELAY because it does nothing.Neel Natu2014-08-171-1/+1
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-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
| |/ |/|
* | None of these programs actually use auth.conf.Dag-Erling Smørgrav2012-06-111-2/+0
|/
* Remove unnecessary castKevin Lo2012-02-141-3/+3
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* Call pam_setcred() before login_getpwclass to support home directoriesDoug Rabson2011-05-031-2/+14
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* 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
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-022-14/+6
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-133-1/+4
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-113-4/+1
* Pass int arguments to auditon(2)'s A_GETCOND API rather than longRobert Watson2009-04-191-6/+6
* Don't strip TTY device name to the last '/'.Ed Schouten2009-03-271-2/+2
* Add a cross-reference to newgrp(1).Philip Paeps2007-11-301-0/+1
* Use NULL instead of 0 for the return value of fopen().Kevin Lo2007-09-211-2/+2
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-2/+5
* Fix some warnings by making things const, adding missing headers,David Malone2007-05-073-5/+6
* 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-133-3/+28
* Markup fixes.Ruslan Ermilov2006-09-291-2/+2
* Remove references to the pam(8) manual page. It does not exist.Joel Dahl2006-09-131-3/+2
* Add missing library dependencies.Ruslan Ermilov2006-04-131-1/+1
* Don't call audit_logout() if pwd is NULL, as audit_logout() attempts toOlivier Houchard2006-03-281-1/+4
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Managing login.access is no longer a responsibility of login(1).Yaroslav Tykhiy2006-03-061-10/+6
* Remove the last reference to LOGIN_ACCESS from login(1).Yaroslav Tykhiy2006-03-061-2/+3
* login.access.5 and login_access.c are no longer usedYaroslav Tykhiy2006-03-062-296/+0
* login(1) no longer handles /etc/login.access by itself,Yaroslav Tykhiy2006-03-061-1/+0
* Since the whole login.access feature has moved to PAM,Yaroslav Tykhiy2006-03-061-1/+1