From 0b228013734983ec12ddaa535d42704b5e4cee90 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 29 Sep 2006 11:11:50 +0000 Subject: * Backport from 4.4p1 (since I don't have an updated version of the GSSAPI patch yet): - CVE-2006-4924: Fix a pre-authentication denial of service found by Tavis Ormandy, that would cause sshd(8) to spin until the login grace time expired (closes: #389995). --- deattack.h | 1 + 1 file changed, 1 insertion(+) (limited to 'deattack.h') diff --git a/deattack.h b/deattack.h index ddccdea50..cd3d7aa3b 100644 --- a/deattack.h +++ b/deattack.h @@ -25,6 +25,7 @@ /* Return codes */ #define DEATTACK_OK 0 #define DEATTACK_DETECTED 1 +#define DEATTACK_DOS_DETECTED 2 int detect_attack(u_char *, u_int32_t, u_char[8]); #endif -- cgit v1.2.3