| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Remove unused #define. | des | 2002-04-16 | 1 | -5/+0 |
* | Align for const poisoning in -lutil. | ru | 2002-04-08 | 1 | -6/+7 |
* | 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 |
* | Still with asbestos longjohns on, completely PAMify login(1) and remove | des | 2002-01-30 | 1 | -529/+369 |
* | 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 | 1 | -5/+6 |
* | Use __FBSDID(). Also do a bit of cosmetic #if and header-order | markm | 2001-12-02 | 1 | -11/+5 |
* | Sort includes. | markm | 2001-12-02 | 1 | -4/+4 |
* | Style fixups. | markm | 2001-12-01 | 1 | -25/+26 |
* | WARNS=2 fixes. | markm | 2001-12-01 | 1 | -43/+58 |
* | o Add support for a 'nocheckmail' capability, which (if true) prevents | rwatson | 2001-11-16 | 1 | -9/+12 |
* | o Modify NFS rights comment to note that the early credential changes | rwatson | 2001-09-15 | 1 | -1/+7 |
* | Like su(1), make PAM use mandatory. Remove parts of the authentication | markm | 2001-08-30 | 1 | -40/+1 |
* | 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 |
* | 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 |
* | Add full PAM support for account management and sessions. | markm | 2001-03-27 | 1 | -29/+93 |
* | 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 braces to avoid ambiguity in a nested conditional (silences a gcc | sheldonh | 2000-04-26 | 1 | -1/+2 |
* | Fix excessive use of parenthesis in previous commit. | sheldonh | 2000-04-25 | 1 | -1/+1 |
* | Do not issue a warning when chflags() fails with EOPNOTSUPP. | sheldonh | 2000-04-13 | 1 | -1/+1 |
* | Fix diagnostic printing test condition (was always true) | ache | 2000-02-28 | 1 | -1/+1 |
* | Added IPv6 name resolving support for utmp logging. | shin | 2000-02-19 | 1 | -15/+42 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Clear all file flags when taking ownership of devices. Do not ignore | imp | 1999-08-21 | 1 | -3/+13 |