summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* Don't strip TTY device name to the last '/'.ed2009-03-271-2/+2
* Add a cross-reference to newgrp(1).philip2007-11-301-0/+1
* Use NULL instead of 0 for the return value of fopen().kevlo2007-09-211-2/+2
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-2/+5
* Fix some warnings by making things const, adding missing headers,dwmalone2007-05-073-5/+6
* Back out all POSIXified *env() changes.ache2007-05-011-2/+2
* Slightly tune previous fix: free memory if !exportache2007-04-301-2/+2
* Prepare for upcoming POSIXed putenv() rewrite:ache2007-04-301-1/+1
* Teach login(1) about the make.conf NO_AUDIT variable. This allows us tocsjp2006-12-133-3/+28
* Markup fixes.ru2006-09-291-2/+2
* Remove references to the pam(8) manual page. It does not exist.joel2006-09-131-3/+2
* Add missing library dependencies.ru2006-04-131-1/+1
* Don't call audit_logout() if pwd is NULL, as audit_logout() attempts tocognet2006-03-281-1/+4
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* Managing login.access is no longer a responsibility of login(1).yar2006-03-061-10/+6
* Remove the last reference to LOGIN_ACCESS from login(1).yar2006-03-061-2/+3
* login.access.5 and login_access.c are no longer usedyar2006-03-062-296/+0
* login(1) no longer handles /etc/login.access by itself,yar2006-03-061-1/+0
* Since the whole login.access feature has moved to PAM,yar2006-03-061-1/+1
* Make login audit-enabled, submitting audit records for the login and logoutwsalamon2006-02-045-3/+238
* o Teach login(1) to respect "hushlogin" and "nocheckmail" attributesmaxim2005-06-011-2/+7
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
* Bump document datebrueffer2004-10-161-1/+1
* We use /etc/pam.d/login nowadaysbrueffer2004-10-151-6/+3
* Deal with double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-3/+6
* Deal with unsafe tab characters.ru2004-07-021-1/+3
* Fixed style bugs in previous commit (.ifndef instead of .if defined(),bde2004-02-291-3/+2
* I am a moron.des2004-02-271-1/+1
* Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined.des2004-02-271-0/+5
* Cut through the bikeshed and remove login(1)'s setuid bit. It has nodes2004-02-271-3/+0
* GC (now unused here) -lcrypt.ru2004-02-021-2/+2
* Fix ~/.hushlogin handling.fjoe2004-01-261-3/+4
* Remove utmp references, no longer done by login(1) in 5.x.dannyboy2003-07-081-15/+3
* When the tty chown() fails, report a chown() failure rather than arwatson2003-04-261-1/+1
* The documented login.conf variable for setting the login prompt isdes2003-04-251-1/+1
* Back out previous commit, I wasn't thinking clearly.des2003-02-151-2/+1
* Set PAM_RHOST to "localhost" if no remote host was specified. This allowsdes2003-02-151-1/+2
* Use waitpid() instead of wait() since we know the pid of the process wedes2003-02-081-1/+2
* Change the process title as soon as possible to mask information passed ondes2002-12-041-0/+3
* Do not reuse flag name in its definition. Remove inadequate sentence.charnier2002-10-162-14/+6
* Be consistent about functions being static.phk2002-10-151-4/+4
* When login tries to do the chmod/chflags on a read only file system,imp2002-08-191-3/+12
* Don't reuse a const char * when we really want a char *.dwmalone2002-07-281-5/+7
* Simplify TERM handling since now libutil not overwrites existen TERM for "term"ache2002-06-281-3/+1
* Overwrite "term" from login.conf(5) for any known TERMache2002-06-281-2/+9
* Drive-by whitespace cleanup.des2002-05-281-13/+13
* Don't use PAM_SILENT unless hushlogin is set (perforce change 10123)des2002-04-221-0/+2
* Fixed some style bugs ("From:" in vendor id line, disordered MAN line, andbde2002-04-211-5/+2
* Use `The .Nm utility'charnier2002-04-201-4/+6
OpenPOWER on IntegriCloud