summaryrefslogtreecommitdiff
path: root/deattack.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-09-29 11:11:50 +0000
committerColin Watson <cjwatson@debian.org>2006-09-29 11:11:50 +0000
commit0b228013734983ec12ddaa535d42704b5e4cee90 (patch)
treeea38d090d185ec0c05096d532ad15e56639e7ccb /deattack.h
parent37ee889c18fbb5693ba03576f44f5b81db8c7c3c (diff)
* 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).
Diffstat (limited to 'deattack.h')
-rw-r--r--deattack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deattack.h b/deattack.h
index ddccdea50..cd3d7aa3b 100644
--- a/deattack.h
+++ b/deattack.h
@@ -25,6 +25,7 @@
25/* Return codes */ 25/* Return codes */
26#define DEATTACK_OK 0 26#define DEATTACK_OK 0
27#define DEATTACK_DETECTED 1 27#define DEATTACK_DETECTED 1
28#define DEATTACK_DOS_DETECTED 2
28 29
29int detect_attack(u_char *, u_int32_t, u_char[8]); 30int detect_attack(u_char *, u_int32_t, u_char[8]);
30#endif 31#endif