Revision tags: release/2.2.2_cvs |
|
#
a317d49b |
| 10-May-1997 |
David Nugent <davidn@FreeBSD.org> |
login_getclass() -> login_getpwclass(). auth_rmfiles() was being called in error without LOGIN_CAP_AUTH defined.
|
#
3169e0f1 |
| 13-Apr-1997 |
David Nugent <davidn@FreeBSD.org> |
Use isdialuptty() rather than hard-coded heuristic.
|
#
f72b1ff3 |
| 01-Apr-1997 |
David Nugent <davidn@FreeBSD.org> |
Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua>
Fix incorrect bracket nesting. Closes PR#3144.
|
#
1c8af878 |
| 29-Mar-1997 |
Warner Losh <imp@FreeBSD.org> |
compare return value from getopt against -1 rather than EOF, per the final posix standard on the topic.
|
#
1f5367ca |
| 27-Mar-1997 |
David Nugent <davidn@FreeBSD.org> |
Fix for logic in no-password accounts.
|
Revision tags: release/2.2.1_cvs |
|
#
4a028a88 |
| 25-Mar-1997 |
David Nugent <davidn@FreeBSD.org> |
Don't bypass password prompt for root logins on insecure tty if the root password is empty.
|
#
d8a7b347 |
| 24-Mar-1997 |
David Nugent <davidn@FreeBSD.org> |
strdup() value of term to correctly preserve contents. Rearrange validation logic so that it works correctly when compiled with kerberos support. Closes PR#3056.
|
#
a52c1be6 |
| 18-Mar-1997 |
David Nugent <davidn@FreeBSD.org> |
Submitted by: Paul Traina <root@shockwave.com> (partially)
Cleanup of #ifdef's for LOGIN_CAP.
Fixed bug in empty shell (closes PR#2550).
Refused root logins now displays standard "Login inco
Submitted by: Paul Traina <root@shockwave.com> (partially)
Cleanup of #ifdef's for LOGIN_CAP.
Fixed bug in empty shell (closes PR#2550).
Refused root logins now displays standard "Login incorrect" and exhibits identical backoff behaviour to a failed login.
Cleaned up logging of refused logins.
Use #defines for login retries and backoff. Also implemented definable variables if LOGIN_CAP is defined, with "login-retries" and "login-backoff" as capabilities in the default class (closes PR#2805).
TERM from previous environment is no longer truncated.
show more ...
|
Revision tags: release/2.2.0, release/2.1.7_cvs |
|
#
67022bfc |
| 01-Mar-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Include copyright message from <sys/copyright.h>
|
#
7adec208 |
| 27-Feb-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Back out "shell" / pw_shell change, I was confused by the same variable name (with different functionality)
|
#
60797e87 |
| 27-Feb-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Fix few bogons with pw_shell / shell variables values mismatch introduced by LOGIN_CAP
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
d87e2a2c |
| 22-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Don't dereference NULL pwd on non-existant username (I wonder how long THAT has been in here!).
|
#
5217f56e |
| 22-Jan-1997 |
David Nugent <davidn@FreeBSD.org> |
Fix handling of empty shell field in passwd file (use /bin/sh); problem was caused by introduction of login classes. Closes PR bin/2550. Added references to login.conf to manpage, crossreference to l
Fix handling of empty shell field in passwd file (use /bin/sh); problem was caused by introduction of login classes. Closes PR bin/2550. Added references to login.conf to manpage, crossreference to login.conf(5).
show more ...
|
#
6acc486b |
| 11-Jan-1997 |
David Nugent <davidn@FreeBSD.org> |
Makes login login_cap-savvy.
Note that LOGIN_CAP_AUTH code (login authentication) is not (yet) enabled and requires /usr/libexec/login_<style> authentication program support to be added at a later d
Makes login login_cap-savvy.
Note that LOGIN_CAP_AUTH code (login authentication) is not (yet) enabled and requires /usr/libexec/login_<style> authentication program support to be added at a later date. The Makefile contains a macro LC_AUTH to turn it on and prevent unnecessarily linking against skey/krb libs and the addition of klogin.c module.
All other aspects of login_cap support are fully functional.
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
16ac215c |
| 17-Jun-1996 |
Andrey A. Chernov <ache@FreeBSD.org> |
Write numerical address instead of hostname for hostnames > UT_HOSTSIZE to keep valid information in utmp and lastlog
|
Revision tags: release/2.1.0_cvs |
|
#
656dcd43 |
| 07-Aug-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
Delete bogus referneces to timezone code internal header file `tzfile.h', which is no longer bogusly installed in /usr/include.
|
Revision tags: release/2.0.5_cvs |
|
#
7799f52a |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
#
a164d484 |
| 16-Apr-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Fix spelling error that keeps this from compiling with KERBEROS & SKEY defined.
Submitted by: Mark Murray <mark@grondar.za>
|
#
ed8be72c |
| 13-Apr-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
Disallow Kerberos when S/Key is required. Fixes PR #339.
Submitted by: Paul Traina <pst@Shockwave.com>
|
#
758f3a64 |
| 14-Jan-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
Modify klogin to:
1) Don't spit out an error message if Kerberos is installed but not yet set up.
2) Don't attempt to verify the ticket you got back, as workstations are not intended to have
Modify klogin to:
1) Don't spit out an error message if Kerberos is installed but not yet set up.
2) Don't attempt to verify the ticket you got back, as workstations are not intended to have srvtab files of their own.
Both behaviors can be re-enabled with KLOGIN_PARANOID.
show more ...
|
#
6dc49372 |
| 30-Nov-1994 |
Ugen J.S. Antsilevich <ugen@FreeBSD.org> |
Patch of password expired bug. Now password changed for right user and no longer possible to skip password change. I hope it will be ok....
|
Revision tags: release/2.0 |
|
#
2ddadf84 |
| 19-Oct-1994 |
Paul Traina <pst@FreeBSD.org> |
Include most of the logdaemon v4.4 S/key changes
|
#
c9bdc152 |
| 29-Sep-1994 |
Paul Traina <pst@FreeBSD.org> |
Install support for skey and login.access
|
#
83274713 |
| 07-Sep-1994 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Problem: Accounts that have "pw_change" set, are supposed to change their passwords by the date specified in "pw_change". If they have not changed their passwords by that date, currently they g
Problem: Accounts that have "pw_change" set, are supposed to change their passwords by the date specified in "pw_change". If they have not changed their passwords by that date, currently they get "LOCKED OUT" of the system. This is not the correct behavior, the user should be prompt (forced?) to change their password at this time. If the behavior of "pw_change" was meant to be a LOCKOUT, then you should use "pw_expire".
Solution: Instead of locking out the user, prompt them to change their password.
Reviewed by: jkh Submitted by: rls
show more ...
|
#
f88fe867 |
| 22-Aug-1994 |
Guido van Rooij <guido@FreeBSD.org> |
Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) Reviewed by: Submitted by: guido
|