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
/
sshconnect2.c
Age
Commit message (
Expand
)
Author
2000-10-14
OpenSSH_2.3; note that is is not complete, but the version number needs to be...
Markus Friedl
2000-10-12
enable DES in SSH-1 clients only
Markus Friedl
2000-10-11
new cipher framework
Markus Friedl
2000-10-11
add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av...
Markus Friedl
2000-10-11
First rough implementation of the diffie-hellman group exchange. The
Niels Provos
2000-09-27
use key_type()
Markus Friedl
2000-09-21
change login logic in ssh2, allows plugin of other auth methods
Markus Friedl
2000-09-17
fix DEBUG_KEXDH
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-06-21
missing free; nuke old comment
Markus Friedl
2000-06-19
make userauth+pubkey interop with ssh.com-2.2.0
Markus Friedl
2000-06-02
teach protocol v2 to count login failures properly and also enable an
Todd T. Fries
2000-05-31
typo, unused
Markus Friedl
2000-05-25
split kexinit/kexdh, factor out common code
Markus Friedl
2000-05-08
bug compat w/ ssh-2.0.13 x11, split out bugs
Markus Friedl
2000-05-08
complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
Markus Friedl
2000-05-07
make x11-fwd interop w/ ssh-2.0.13
Markus Friedl
2000-05-06
add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
Markus Friedl
2000-05-03
respect number_of_password_prompts
Markus Friedl
2000-05-01
check whether file exists before asking for passphrase
Markus Friedl
2000-04-27
less debug, respect .ssh/config
Markus Friedl
2000-04-27
xfree DSA blobs
Markus Friedl
2000-04-26
remove debug
Markus Friedl
2000-04-26
split auth/sshconnect in one file per protocol version
Markus Friedl