]> andersk Git - openssh.git/blame - deattack.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / deattack.h
CommitLineData
f0d0e025 1/* $OpenBSD: deattack.h,v 1.10 2006/09/16 19:53:37 djm Exp $ */
23c2a7a5 2
5260325f 3/*
8efc0c15 4 * Cryptographic attack detector for ssh - Header file
5 *
6 * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
7 *
8 * All rights reserved. Redistribution and use in source and binary
9 * forms, with or without modification, are permitted provided that
10 * this copyright notice is retained.
11 *
12 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
13 * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE
14 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR
15 * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS
16 * SOFTWARE.
17 *
18 * Ariel Futoransky <futo@core-sdi.com>
5260325f 19 * <http://www.core-sdi.com>
20 */
8efc0c15 21
22#ifndef _DEATTACK_H
23#define _DEATTACK_H
24
25/* Return codes */
26#define DEATTACK_OK 0
27#define DEATTACK_DETECTED 1
f0d0e025 28#define DEATTACK_DOS_DETECTED 2
8efc0c15 29
69753336 30int detect_attack(u_char *, u_int32_t);
8efc0c15 31#endif
This page took 0.264247 seconds and 5 git commands to generate.