mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
- markus@cvs.openbsd.org 2002/09/25 15:19:02
[sshd.c] typo; pilot@monkey.org
This commit is contained in:
parent
d681d2602c
commit
d27a76de65
@ -3,6 +3,9 @@
|
|||||||
- markus@cvs.openbsd.org 2002/09/25 11:17:16
|
- markus@cvs.openbsd.org 2002/09/25 11:17:16
|
||||||
[sshd_config]
|
[sshd_config]
|
||||||
sync LoginGraceTime with default
|
sync LoginGraceTime with default
|
||||||
|
- markus@cvs.openbsd.org 2002/09/25 15:19:02
|
||||||
|
[sshd.c]
|
||||||
|
typo; pilot@monkey.org
|
||||||
|
|
||||||
20020925
|
20020925
|
||||||
- (bal) Fix issue where successfull login does not clear failure counts
|
- (bal) Fix issue where successfull login does not clear failure counts
|
||||||
@ -727,4 +730,4 @@
|
|||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2483 2002/09/27 03:21:57 djm Exp $
|
$Id: ChangeLog,v 1.2484 2002/09/27 03:22:31 djm Exp $
|
||||||
|
4
sshd.c
4
sshd.c
@ -42,7 +42,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: sshd.c,v 1.258 2002/09/13 19:23:09 stevesk Exp $");
|
RCSID("$OpenBSD: sshd.c,v 1.259 2002/09/25 15:19:02 markus Exp $");
|
||||||
|
|
||||||
#include <openssl/dh.h>
|
#include <openssl/dh.h>
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
@ -304,7 +304,7 @@ grace_alarm_handler(int sig)
|
|||||||
/* XXX no idea how fix this signal handler */
|
/* XXX no idea how fix this signal handler */
|
||||||
|
|
||||||
/* Log error and exit. */
|
/* Log error and exit. */
|
||||||
fatal("Timeout before authentication for %s.", get_remote_ipaddr());
|
fatal("Timeout before authentication for %s", get_remote_ipaddr());
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user