summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused #define.des2002-04-161-5/+0
* Align for const poisoning in -lutil.ru2002-04-081-6/+7
* remove __Pimp2002-03-223-9/+9
* Simple fix so the 'LOGIN FAILURE' message send to syslog will includegad2002-03-121-1/+0
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-051-3/+3
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-2/+0
* Still with asbestos longjohns on, completely PAMify login(1) and removedes2002-01-304-552/+392
* Back out rev 1.78, which is incorrect now that the PAM modules have beendes2002-01-291-3/+2
* When running on a local terminal, set PAM_RHOST to the local hostname.des2002-01-211-2/+10
* Back out PAM_CRED_ERR additionache2002-01-191-1/+0
* Add PAM_CRED_ERR as valid failure caseache2002-01-191-0/+1
OpenPOWER on IntegriCloud