| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix excessive use of parenthesis in previous commit. | sheldonh | 2000-04-25 | 2 | -2/+2 |
* | Do not issue a warning when chflags() fails with EOPNOTSUPP. | sheldonh | 2000-04-13 | 2 | -2/+3 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -2/+4 |
* | Fix diagnostic printing test condition (was always true) | ache | 2000-02-28 | 1 | -1/+1 |
* | Remove option's description that has gone with PAM. | ru | 2000-02-27 | 1 | -9/+1 |
* | Added IPv6 name resolving support for utmp logging. | shin | 2000-02-19 | 1 | -15/+42 |
* | Remove the version information from `.Os FreeBSD' here. Not only | chris | 2000-02-14 | 1 | -1/+1 |
* | Revert the libcrypt/libmd stuff back to how it was. This should not have | peter | 1999-12-18 | 1 | -2/+2 |
* | Add libmd (or move it after libcrypt). We don't want the linker to be | marcel | 1999-12-16 | 1 | -2/+2 |
* | Correct some hard sentence breaks. Only those surrounding the previous | sheldonh | 1999-09-14 | 1 | -2/+2 |
* | Improve shell documentation: | sheldonh | 1999-09-08 | 1 | -6/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
* | Clear all file flags when taking ownership of devices. Do not ignore | imp | 1999-08-21 | 2 | -3/+16 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+3 |
* | remove uid switching before login_getpwclass, now done inside libutil | ache | 1999-04-24 | 1 | -3/+6 |
* | Don't perform the trimdomain() functionality twice, | brian | 1999-04-07 | 1 | -12/+3 |
* | Added xref to nologin(5) | wosch | 1999-02-01 | 1 | -1/+2 |
* | Force <bsd.libnames.mk> to be included, regardless of the object | jdp | 1999-01-22 | 1 | -1/+2 |
* | Allow login to be linked statically even when PAM is used, since | jdp | 1999-01-20 | 1 | -4/+2 |
* | Add a compile knob to avoid using PAM code (login will use standard Unix | abial | 1999-01-19 | 2 | -4/+22 |
* | Move nologin from /etc to /var/run. This means one less file that has | asami | 1999-01-11 | 1 | -3/+3 |
* | Make the timeout handler log any failed logins, to make sure failed | eivind | 1999-01-03 | 1 | -7/+17 |
* | Obtained from: "Jan B. Koum " <jkb@best.com> | dillon | 1998-12-01 | 2 | -3/+5 |
* | Work around the problem that login won't link if NOSHARED=yes, | jdp | 1998-11-21 | 1 | -1/+2 |
* | ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!! | jdp | 1998-11-21 | 3 | -326/+149 |
* | unifdef -DLOGIN_CAP. After almost 2 years, I think we can assume | jdp | 1998-11-11 | 2 | -75/+4 |
* | Remove support for LOGIN_CAP_AUTH. It was never enabled, it was | jdp | 1998-11-11 | 2 | -131/+5 |
* | Fix a const-related compiler warning. | jdp | 1998-11-11 | 1 | -2/+3 |
* | Use KJH's auth.conf parser to turn on/off Kerberos in userland. | markm | 1998-10-09 | 2 | -3/+12 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |
* | Remove hardcoded constant in favour of login.conf value. | jkoshy | 1998-08-17 | 1 | -2/+2 |
* | Fix LIBDIR (for aout/ELF). | markm | 1998-08-06 | 1 | -1/+1 |
* | Backed out rev.1.31. It was a workaround for bugs in rev.1.4 of | bde | 1998-07-31 | 1 | -5/+1 |