aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make login audit-enabled, submitting audit records for the login and logoutWayne Salamon2006-02-045-3/+238
* o Teach login(1) to respect "hushlogin" and "nocheckmail" attributesMaxim Konovalov2005-06-011-2/+7
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* Bump document dateChristian Brueffer2004-10-161-1/+1
* We use /etc/pam.d/login nowadaysChristian Brueffer2004-10-151-6/+3
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-3/+6
* Deal with unsafe tab characters.Ruslan Ermilov2004-07-021-1/+3
* Fixed style bugs in previous commit (.ifndef instead of .if defined(),Bruce Evans2004-02-291-3/+2
* I am a moron.Dag-Erling Smørgrav2004-02-271-1/+1
* Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined.Dag-Erling Smørgrav2004-02-271-0/+5
* Cut through the bikeshed and remove login(1)'s setuid bit. It has noDag-Erling Smørgrav2004-02-271-3/+0
* GC (now unused here) -lcrypt.Ruslan Ermilov2004-02-021-2/+2
* Fix ~/.hushlogin handling.Max Khon2004-01-261-3/+4
* Remove utmp references, no longer done by login(1) in 5.x.Daniel Harris2003-07-081-15/+3
* 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