| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix ~/.hushlogin handling. | fjoe | 2004-01-26 | 1 | -3/+4 |
* | Remove utmp references, no longer done by login(1) in 5.x. | dannyboy | 2003-07-08 | 1 | -15/+3 |
* | When the tty chown() fails, report a chown() failure rather than a | rwatson | 2003-04-26 | 1 | -1/+1 |
* | The documented login.conf variable for setting the login prompt is | des | 2003-04-25 | 1 | -1/+1 |
* | Back out previous commit, I wasn't thinking clearly. | des | 2003-02-15 | 1 | -2/+1 |
* | Set PAM_RHOST to "localhost" if no remote host was specified. This allows | des | 2003-02-15 | 1 | -1/+2 |
* | Use waitpid() instead of wait() since we know the pid of the process we | des | 2003-02-08 | 1 | -1/+2 |
* | Change the process title as soon as possible to mask information passed on | des | 2002-12-04 | 1 | -0/+3 |
* | Do not reuse flag name in its definition. Remove inadequate sentence. | charnier | 2002-10-16 | 2 | -14/+6 |
* | Be consistent about functions being static. | phk | 2002-10-15 | 1 | -4/+4 |
* | When login tries to do the chmod/chflags on a read only file system, | imp | 2002-08-19 | 1 | -3/+12 |
* | Don't reuse a const char * when we really want a char *. | dwmalone | 2002-07-28 | 1 | -5/+7 |
* | Simplify TERM handling since now libutil not overwrites existen TERM for "term" | ache | 2002-06-28 | 1 | -3/+1 |
* | Overwrite "term" from login.conf(5) for any known TERM | ache | 2002-06-28 | 1 | -2/+9 |
* | Drive-by whitespace cleanup. | des | 2002-05-28 | 1 | -13/+13 |
* | Don't use PAM_SILENT unless hushlogin is set (perforce change 10123) | des | 2002-04-22 | 1 | -0/+2 |
* | Fixed some style bugs ("From:" in vendor id line, disordered MAN line, and | bde | 2002-04-21 | 1 | -5/+2 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -4/+6 |
* | Remove unused #define. | des | 2002-04-16 | 1 | -5/+0 |
* | Align for const poisoning in -lutil. | ru | 2002-04-08 | 1 | -6/+7 |
* | remove __P | imp | 2002-03-22 | 3 | -9/+9 |
* | Simple fix so the 'LOGIN FAILURE' message send to syslog will include | gad | 2002-03-12 | 1 | -1/+0 |
* | Switch to OpenPAM. Bump library version. Modules are now versioned, so | des | 2002-03-05 | 1 | -3/+3 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -2/+0 |
* | Still with asbestos longjohns on, completely PAMify login(1) and remove | des | 2002-01-30 | 4 | -552/+392 |
* | Back out rev 1.78, which is incorrect now that the PAM modules have been | des | 2002-01-29 | 1 | -3/+2 |
* | When running on a local terminal, set PAM_RHOST to the local hostname. | des | 2002-01-21 | 1 | -2/+10 |
* | Back out PAM_CRED_ERR addition | ache | 2002-01-19 | 1 | -1/+0 |
* | Add PAM_CRED_ERR as valid failure case | ache | 2002-01-19 | 1 | -0/+1 |
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 3 | -11/+12 |
* | Use __FBSDID(). Also do a bit of cosmetic #if and header-order | markm | 2001-12-02 | 3 | -13/+13 |
* | Sort includes. | markm | 2001-12-02 | 2 | -7/+7 |
* | Style fixups. | markm | 2001-12-01 | 3 | -37/+38 |
* | Work around world breakage in previous commit. The bug is in | bde | 2001-12-01 | 1 | -2/+2 |
* | WARNS=2 fixes. | markm | 2001-12-01 | 5 | -63/+107 |
* | o Add support for a 'nocheckmail' capability, which (if true) prevents | rwatson | 2001-11-16 | 1 | -9/+12 |
* | o Restore previous inconsistent style to login_fbtab.c, following its | rwatson | 2001-10-28 | 1 | -22/+22 |
* | o Modify format of /etc/fbtab to accept glob matching patterns for | rwatson | 2001-10-25 | 1 | -35/+23 |