| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | o Modify NFS rights comment to note that the early credential changes | rwatson | 2001-09-15 | 1 | -1/+7 |
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 1 | -0/+1 |
* | mdoc(7) police: tighten label width. | ru | 2001-09-04 | 1 | -1/+1 |
* | Like su(1), make PAM use mandatory. Remove parts of the authentication | markm | 2001-08-30 | 5 | -82/+7 |
* | Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previous | mike | 2001-08-13 | 1 | -6/+6 |
* | o Replace occurrences of strncpy(3) with strlcpy(3); most of | mike | 2001-08-12 | 1 | -23/+47 |
* | Fix the environment handling: | markm | 2001-07-28 | 1 | -12/+11 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -4/+4 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
* | Remove an accidentaly added extra blank line. | eric | 2001-05-22 | 1 | -1/+0 |
* | Disable SIGHUP while getting the login name. | guido | 2001-05-21 | 1 | -0/+2 |
* | Missed a few things. | obrien | 2001-05-18 | 1 | -3/+4 |
* | In a word -- style(9). | obrien | 2001-05-18 | 1 | -43/+51 |
* | Add the "prompt" and "passwd_prompt" fields to /etc/login.conf, | obrien | 2001-05-18 | 1 | -3/+8 |
* | Check for the expiration of an account and its password in the proper | eric | 2001-05-17 | 1 | -12/+13 |
* | Clean out some cruft that has been put in a better (central) place. | markm | 2001-05-01 | 1 | -5/+0 |
* | Enable (optional) static linking. | markm | 2001-04-28 | 1 | -0/+5 |
* | Add full PAM support for account management and sessions. | markm | 2001-03-27 | 3 | -32/+102 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+1 |
* | Fix login so that it exports environmental variables that are set by PAM | nectar | 2001-02-09 | 1 | -0/+58 |
* | Call pam_setcred. | nectar | 2001-01-23 | 1 | -0/+4 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -1/+2 |
* | Add braces to avoid ambiguity in a nested conditional (silences a gcc | sheldonh | 2000-04-26 | 1 | -1/+2 |