Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-14 | Cipher is for SSH-1 only | Markus Friedl | |
2000-10-14 | remove spaces from arguments; from djm@mindrot.org | Markus Friedl | |
2000-10-14 | debug3 | Markus Friedl | |
2000-10-13 | prefer no compression | Markus Friedl | |
2000-10-13 | more info about -V | Markus Friedl | |
2000-10-13 | rijndael/aes support | Markus Friedl | |
2000-10-13 | Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se | Markus Friedl | |
2000-10-13 | Repair formatting errors introduced after 2.7. | Aaron Campbell | |
2000-10-12 | remove unused | Markus Friedl | |
2000-10-12 | enable DES in SSH-1 clients only | Markus Friedl | |
2000-10-11 | remove DES | 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 ↵ | Markus Friedl | |
mkiernan@avantgo.com and me | |||
2000-10-11 | Wall | Markus Friedl | |
2000-10-11 | support 'scp -o' with help from mouring@pconline.com | Markus Friedl | |
2000-10-11 | clear auth options unless auth sucessfull | Markus Friedl | |
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos | |
client can ask the server for bigger groups to perform the diffie-hellman in, thus increasing the attack complexity when using ciphers with longer keys. University of Windsor provided network, T the company. | |||
2000-10-10 | use rexexp for version string matching | Markus Friedl | |
2000-10-09 | interop with ssh-agent2, from <res@shore.net> | Markus Friedl | |
2000-10-09 | clear options on every call. | Markus Friedl | |
2000-10-09 | -X now reads private ssh.com DSA keys, too. | Markus Friedl | |
2000-10-03 | do not resolve canonname, i have no idea why this was added oin ossh | Markus Friedl | |
2000-10-03 | move fake-auth from auth1.c to individual auth methods, disables s/key in ↵ | Markus Friedl | |
debug-msg | |||
2000-10-03 | hmac->mac | Markus Friedl | |
2000-09-30 | allow loglevel debug | Markus Friedl | |
2000-09-28 | debug -> debug2 cleanup | Markus Friedl | |
2000-09-27 | use key_type() | Markus Friedl | |
2000-09-26 | use debug2 | Markus Friedl | |
2000-09-21 | add context to dispatch_run | Markus Friedl | |
2000-09-21 | change login logic in ssh2, allows plugin of other auth methods | Markus Friedl | |
2000-09-21 | utime() to utimes(); mouring@pconline.com | Markus Friedl | |
2000-09-21 | bug compat for old ssh.com software | Markus Friedl | |
2000-09-21 | typo | Markus Friedl | |
2000-09-21 | typo | Markus Friedl | |
2000-09-17 | yes no; ok niels@ | Markus Friedl | |
2000-09-17 | fix DEBUG_KEXDH | Markus Friedl | |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-09-14 | typo | Markus Friedl | |
2000-09-12 | multiple debug levels | Markus Friedl | |
2000-09-12 | a few more comments about it being ARC4 not RC4 | Theo de Raadt | |
2000-09-08 | bye bye | Markus Friedl | |
2000-09-07 | some more Copyright fixes | Markus Friedl | |
2000-09-07 | typo | Markus Friedl | |
2000-09-07 | cleanup window and packet sizes for ssh2 flow control; ok niels | Markus Friedl | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-09-06 | prototype | Markus Friedl | |
2000-09-05 | cleanup | Markus Friedl | |
2000-09-05 | enable ssh-add -d for DSA keys | Markus Friedl | |
2000-09-05 | print hostname (not hushlogin) | Markus Friedl | |
2000-09-04 | more cast fixes; from mouring@pconline.com | Markus Friedl | |