| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Add a compile knob to avoid using PAM code (login will use standard Unix | abial | 1999-01-19 | 1 | -1/+11 |
* | Make the timeout handler log any failed logins, to make sure failed | eivind | 1999-01-03 | 1 | -7/+17 |
* | ATTENTION: INSTALL "/etc/pam.conf" FROM "src/etc"!!! | jdp | 1998-11-21 | 1 | -106/+145 |
* | unifdef -DLOGIN_CAP. After almost 2 years, I think we can assume | jdp | 1998-11-11 | 1 | -73/+2 |
* | Remove support for LOGIN_CAP_AUTH. It was never enabled, it was | jdp | 1998-11-11 | 1 | -125/+2 |
* | 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 | 1 | -2/+9 |
* | Remove hardcoded constant in favour of login.conf value. | jkoshy | 1998-08-17 | 1 | -2/+2 |
* | Backed out rev.1.31. It was a workaround for bugs in rev.1.4 of | bde | 1998-07-31 | 1 | -5/+1 |
* | Fix a couple of little bugs that prevented login.c from compiling | jdp | 1998-07-22 | 1 | -3/+3 |
* | Trim a domain part for wtmp as same as showed by "netstat -r". | amurai | 1998-06-01 | 1 | -1/+5 |
* | *blush*, typo during last minute editing.. | peter | 1998-04-30 | 1 | -2/+2 |
* | Change euid while reading the user's .login_cap file in case the homedir | peter | 1998-04-30 | 1 | -2/+8 |
* | Fix very rare but dangerous bug: | ache | 1998-02-13 | 1 | -1/+3 |
* | Reset SGINT and SIGQUIT handling to default when asking for passwords. | guido | 1998-02-05 | 1 | -1/+5 |
* | Fix a fatal typo. | joerg | 1997-10-19 | 1 | -2/+2 |
* | Changes for KTH KerberosIV. | markm | 1997-09-28 | 1 | -1/+2 |
* | = -> ==, strcpy -> strncpy from OpenBSD. | charnier | 1997-07-22 | 1 | -4/+14 |
* | Restore backwards compatible default behavior for requirehome | pst | 1997-05-23 | 1 | -1/+1 |
* | login_getclass() -> login_getpwclass(). | davidn | 1997-05-10 | 1 | -2/+2 |
* | Use isdialuptty() rather than hard-coded heuristic. | davidn | 1997-04-13 | 1 | -1/+1 |
* | Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua> | davidn | 1997-04-01 | 1 | -2/+1 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | Fix for logic in no-password accounts. | davidn | 1997-03-27 | 1 | -1/+1 |
* | Don't bypass password prompt for root logins on insecure tty if | davidn | 1997-03-25 | 1 | -3/+5 |
* | strdup() value of term to correctly preserve contents. | davidn | 1997-03-24 | 1 | -11/+9 |
* | Submitted by: Paul Traina <root@shockwave.com> (partially) | davidn | 1997-03-18 | 1 | -153/+243 |
* | Include copyright message from <sys/copyright.h> | wosch | 1997-03-01 | 1 | -5/+4 |
* | Back out "shell" / pw_shell change, I was confused by the same | ache | 1997-02-27 | 1 | -4/+7 |
* | Fix few bogons with pw_shell / shell variables values mismatch | ache | 1997-02-27 | 1 | -7/+4 |
* | Don't dereference NULL pwd on non-existant username (I wonder how long | jkh | 1997-01-22 | 1 | -1/+2 |
* | Fix handling of empty shell field in passwd file (use /bin/sh); problem | davidn | 1997-01-22 | 1 | -1/+4 |
* | Makes login login_cap-savvy. | davidn | 1997-01-11 | 1 | -152/+365 |
* | Write numerical address instead of hostname for hostnames > UT_HOSTSIZE | ache | 1996-06-17 | 1 | -7/+21 |
* | Delete bogus referneces to timezone code internal header file `tzfile.h', | wollman | 1995-08-07 | 1 | -3/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Fix spelling error that keeps this from compiling with KERBEROS & SKEY | rgrimes | 1995-04-16 | 1 | -1/+1 |
* | Disallow Kerberos when S/Key is required. Fixes PR #339. | wollman | 1995-04-13 | 1 | -0/+11 |
* | Modify klogin to: | wollman | 1995-01-14 | 1 | -1/+2 |
* | Patch of password expired bug. | ugen | 1994-11-30 | 1 | -26/+11 |
* | Include most of the logdaemon v4.4 S/key changes | pst | 1994-10-19 | 1 | -2/+6 |