index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshconnect1.c
Age
Commit message (
Expand
)
Author
2001-01-16
indent
Theo de Raadt
2001-01-08
more cleanups and fixes from stevesk@pobox.com:
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-12-10
always request new challenge for skey/tis-auth, fixes interop with
Markus Friedl
2000-11-25
reorder check for illegal ciphers, bugreport from espie@
Markus Friedl
2000-11-23
complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaults
Markus Friedl
2000-11-12
add support for RSA to SSH2. please test.
Markus Friedl
2000-10-12
enable DES in SSH-1 clients only
Markus Friedl
2000-10-11
new cipher framework
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-08-19
add SSH2/DSA support to the agent and some other DSA related cleanups.
Markus Friedl
2000-07-16
make ssh-add accept dsa keys (the agent does not)
Markus Friedl
2000-05-08
complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
Markus Friedl
2000-05-04
replace broken uuencode w/ libc b64_ntop
Markus Friedl
2000-04-26
split auth/sshconnect in one file per protocol version
Markus Friedl