diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-10 17:22:20 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-10 17:22:20 +0000 |
commit | d20d0f3e27884c7daf9d48d335168898e147b65b (patch) | |
tree | 01bad8837c1f9fb0cde391f48a0833feaa6c706e /compat.h | |
parent | 00261540be24b71fcd5c2b62d4ee2a7edabe081c (diff) |
- deraadt@cvs.openbsd.org 2001/03/10 15:31:00
[compat.c compat.h sshconnect.c]
all known netscreen ssh versions, and older versions of OSU ssh cannot
handle password padding (newer OSU is fixed)
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,7 @@ | |||
21 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 21 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
23 | */ | 23 | */ |
24 | /* RCSID("$OpenBSD: compat.h,v 1.16 2001/03/08 21:42:32 markus Exp $"); */ | 24 | /* RCSID("$OpenBSD: compat.h,v 1.17 2001/03/10 15:31:00 deraadt Exp $"); */ |
25 | 25 | ||
26 | #ifndef COMPAT_H | 26 | #ifndef COMPAT_H |
27 | #define COMPAT_H | 27 | #define COMPAT_H |
@@ -41,6 +41,7 @@ | |||
41 | #define SSH_BUG_BANNER 0x0080 | 41 | #define SSH_BUG_BANNER 0x0080 |
42 | #define SSH_BUG_IGNOREMSG 0x0100 | 42 | #define SSH_BUG_IGNOREMSG 0x0100 |
43 | #define SSH_BUG_PKOK 0x0200 | 43 | #define SSH_BUG_PKOK 0x0200 |
44 | #define SSH_BUG_PASSWORDPAD 0x0400 | ||
44 | 45 | ||
45 | void enable_compat13(void); | 46 | void enable_compat13(void); |
46 | void enable_compat20(void); | 47 | void enable_compat20(void); |