Displaying 4 results from an estimated 4 matches for "dkrb4".
Did you mean:
krb4
2002 Mar 14
0
OpenSSH 3.1 and OpenBSD 2.8 problem
...; 32)
debug1: Installing crc compensation attack detector.
Disconnecting: Corrupted check bytes on input.
debug1: Calling cleanup 0x1a504(0x0)
I tried a couple different ciphers, and got the same thing.
Any ideas? I got these warnings on compile, which kind of bothered me,
actually:
cc -O2 -DKRB4 -I/usr/include/kerberosIV -DAFS
-I/c/Work/Master-2.8/src/usr.bin/ssh/lib/.. -c
/c/Work/Master-2.8/src/usr.bin/ssh/lib/../cipher.c -o cipher.o
/c/Work/Master-2.8/src/usr.bin/ssh/lib/../cipher.c: In function
`ssh1_3des_init':
/c/Work/Master-2.8/src/usr.bin/ssh/lib/../cipher.c:268: warning:...
2001 May 02
1
OpenSSH 2.9
OpenSSH 2.9 has just been uploaded. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
This release contains many portability bug-fixes (listed in the
ChangeLog) as well as several new features (listed below).
We would like to thank the
2001 May 02
1
OpenSSH 2.9
OpenSSH 2.9 has just been uploaded. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
This release contains many portability bug-fixes (listed in the
ChangeLog) as well as several new features (listed below).
We would like to thank the
2002 Mar 07
0
[Bug 142] New: OpenSSH 3.1 with patch will not build on OpenBSD 2.8
...t: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: stanx at tta.com
With patch openbsd28_3.1.patch applied per directions, OpenSSH 3.1 still does not build on OpenBSD 2.8.
Error is in cipher.c, see following output from make:
lurp# make
===> lib
cc -O2 -DKRB4 -I/usr/include/kerberosIV -DAFS -I/usr/src/usr.bin/ssh/lib/.. -c /usr/src/usr.bin/ssh/lib/../cipher.c -o cipher.o
/usr/src/usr.bin/ssh/lib/../cipher.c: In function `cipher_init':
/usr/src/usr.bin/ssh/lib/../cipher.c:200: void value not ignored as it ought to be
/usr/src/usr.bin/ssh/lib/../cip...