| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove utmp references, no longer done by login(1) in 5.x. | Daniel Harris | 2003-07-08 | 1 | -15/+3 |
* | When the tty chown() fails, report a chown() failure rather than a | Robert Watson | 2003-04-26 | 1 | -1/+1 |
* | The documented login.conf variable for setting the login prompt is | Dag-Erling Smørgrav | 2003-04-25 | 1 | -1/+1 |
* | Back out previous commit, I wasn't thinking clearly. | Dag-Erling Smørgrav | 2003-02-15 | 1 | -2/+1 |
* | Set PAM_RHOST to "localhost" if no remote host was specified. This allows | Dag-Erling Smørgrav | 2003-02-15 | 1 | -1/+2 |
* | Use waitpid() instead of wait() since we know the pid of the process we | Dag-Erling Smørgrav | 2003-02-08 | 1 | -1/+2 |
* | Change the process title as soon as possible to mask information passed on | Dag-Erling Smørgrav | 2002-12-04 | 1 | -0/+3 |
* | Do not reuse flag name in its definition. Remove inadequate sentence. | Philippe Charnier | 2002-10-16 | 2 | -14/+6 |
* | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-15 | 1 | -4/+4 |
* | When login tries to do the chmod/chflags on a read only file system, | Warner Losh | 2002-08-19 | 1 | -3/+12 |
* | Don't reuse a const char * when we really want a char *. | David Malone | 2002-07-28 | 1 | -5/+7 |
* | Simplify TERM handling since now libutil not overwrites existen TERM for "term" | Andrey A. Chernov | 2002-06-28 | 1 | -3/+1 |
* | Overwrite "term" from login.conf(5) for any known TERM | Andrey A. Chernov | 2002-06-28 | 1 | -2/+9 |
* | Drive-by whitespace cleanup. | Dag-Erling Smørgrav | 2002-05-28 | 1 | -13/+13 |
* | Don't use PAM_SILENT unless hushlogin is set (perforce change 10123) | Dag-Erling Smørgrav | 2002-04-22 | 1 | -0/+2 |
* | Fixed some style bugs ("From:" in vendor id line, disordered MAN line, and | Bruce Evans | 2002-04-21 | 1 | -5/+2 |
* | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 1 | -4/+6 |
* | Remove unused #define. | Dag-Erling Smørgrav | 2002-04-16 | 1 | -5/+0 |
* | Align for const poisoning in -lutil. | Ruslan Ermilov | 2002-04-08 | 1 | -6/+7 |
* | remove __P | Warner Losh | 2002-03-22 | 3 | -9/+9 |
* | Simple fix so the 'LOGIN FAILURE' message send to syslog will include | Garance A Drosehn | 2002-03-12 | 1 | -1/+0 |
* | Switch to OpenPAM. Bump library version. Modules are now versioned, so | Dag-Erling Smørgrav | 2002-03-05 | 1 | -3/+3 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | Mark Murray | 2002-02-08 | 1 | -2/+0 |
* | Still with asbestos longjohns on, completely PAMify login(1) and remove | Dag-Erling Smørgrav | 2002-01-30 | 4 | -552/+392 |
* | Back out rev 1.78, which is incorrect now that the PAM modules have been | Dag-Erling Smørgrav | 2002-01-29 | 1 | -3/+2 |
* | When running on a local terminal, set PAM_RHOST to the local hostname. | Dag-Erling Smørgrav | 2002-01-21 | 1 | -2/+10 |
* | Back out PAM_CRED_ERR addition | Andrey A. Chernov | 2002-01-19 | 1 | -1/+0 |
* | Add PAM_CRED_ERR as valid failure case | Andrey A. Chernov | 2002-01-19 | 1 | -0/+1 |
* | Style improvements recommended by Bruce as a follow up to some | David Malone | 2001-12-10 | 3 | -11/+12 |
* | Use __FBSDID(). Also do a bit of cosmetic #if and header-order | Mark Murray | 2001-12-02 | 3 | -13/+13 |
* | Sort includes. | Mark Murray | 2001-12-02 | 2 | -7/+7 |
* | Style fixups. | Mark Murray | 2001-12-01 | 3 | -37/+38 |
* | Work around world breakage in previous commit. The bug is in | Bruce Evans | 2001-12-01 | 1 | -2/+2 |
* | WARNS=2 fixes. | Mark Murray | 2001-12-01 | 5 | -63/+107 |
* | o Add support for a 'nocheckmail' capability, which (if true) prevents | Robert Watson | 2001-11-16 | 1 | -9/+12 |
* | o Restore previous inconsistent style to login_fbtab.c, following its | Robert Watson | 2001-10-28 | 1 | -22/+22 |
* | o Modify format of /etc/fbtab to accept glob matching patterns for | Robert Watson | 2001-10-25 | 1 | -35/+23 |
* | o Modify NFS rights comment to note that the early credential changes | Robert Watson | 2001-09-15 | 1 | -1/+7 |
* | Set BINOWN=root explicitly for setuid root binaries. | Ruslan Ermilov | 2001-09-13 | 1 | -0/+1 |
* | mdoc(7) police: tighten label width. | Ruslan Ermilov | 2001-09-04 | 1 | -1/+1 |
* | Like su(1), make PAM use mandatory. Remove parts of the authentication | Mark Murray | 2001-08-30 | 5 | -82/+7 |
* | Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previous | Mike Barcroft | 2001-08-13 | 1 | -6/+6 |
* | o Replace occurrences of strncpy(3) with strlcpy(3); most of | Mike Barcroft | 2001-08-12 | 1 | -23/+47 |
* | Fix the environment handling: | Mark Murray | 2001-07-28 | 1 | -12/+11 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 2 | -4/+4 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 2 | -2/+2 |
* | Fix the type of the NULL arg to execl() | Brian Somers | 2001-07-09 | 1 | -1/+1 |
* | Remove an accidentaly added extra blank line. | Eric Melville | 2001-05-22 | 1 | -1/+0 |
* | Disable SIGHUP while getting the login name. | Guido van Rooij | 2001-05-21 | 1 | -0/+2 |
* | Missed a few things. | David E. O'Brien | 2001-05-18 | 1 | -3/+4 |