Damien Miller
|
a664e870f2
|
forgot -kb, remove openssl/ssl conditional
|
2000-04-16 11:52:47 +10:00 |
Damien Miller
|
d8495e7d61
|
forgot -kb
|
2000-04-16 11:49:14 +10:00 |
Damien Miller
|
4af51306d9
|
- OpenBSD CVS updates.
[ssh.1 ssh.c]
- ssh -2
[auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
[session.c sshconnect.c]
- check payload for (illegal) extra data
[ALL]
- whitespace cleanup
|
2000-04-16 11:18:38 +10:00 |
Damien Miller
|
22c772609a
|
- Merged OpenBSD updates to include paths.
|
2000-04-13 12:26:34 +10:00 |
Damien Miller
|
78928793fb
|
- OpenBSD CVS updates:
- [channels.c]
repair x11-fwd
- [sshconnect.c]
fix passwd prompt for ssh2, less debugging output.
- [clientloop.c compat.c dsa.c kex.c sshd.c]
less debugging output
- [kex.c kex.h sshconnect.c sshd.c]
check for reasonable public DH values
- [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
[readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
add Cipher and Protocol options to ssh/sshd, e.g.:
ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
arcfour,3des-cbc'
- [sshd.c]
print 1.99 only if server supports both
|
2000-04-12 20:17:38 +10:00 |
Damien Miller
|
9f98f06c89
|
Removed excess seed_rng calls
|
2000-04-04 14:57:08 +10:00 |
Damien Miller
|
33b13568b5
|
- OpenBSD CVS update:
- [packet.h packet.c]
ssh2 packet format
- [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
[channels.h channels.c]
channel layer support for ssh2
- [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
DSA, keyexchange, algorithm agreement for ssh2
|
2000-04-04 14:38:59 +10:00 |