summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
2000-10-14Cipher is for SSH-1 onlyMarkus Friedl
2000-10-14remove spaces from arguments; from djm@mindrot.orgMarkus Friedl
2000-10-14debug3Markus Friedl
2000-10-13prefer no compressionMarkus Friedl
2000-10-13more info about -VMarkus Friedl
2000-10-13rijndael/aes supportMarkus Friedl
2000-10-13Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.seMarkus Friedl
2000-10-13Repair formatting errors introduced after 2.7.Aaron Campbell
2000-10-12remove unusedMarkus Friedl
2000-10-12enable DES in SSH-1 clients onlyMarkus Friedl
2000-10-11remove DESMarkus Friedl
2000-10-11new cipher frameworkMarkus Friedl
2000-10-11add support for s/key (kbd-interactive) to ssh2, based on work by ↵Markus Friedl
mkiernan@avantgo.com and me
2000-10-11WallMarkus Friedl
2000-10-11support 'scp -o' with help from mouring@pconline.comMarkus Friedl
2000-10-11clear auth options unless auth sucessfullMarkus Friedl
2000-10-11First rough implementation of the diffie-hellman group exchange. TheNiels 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-10use rexexp for version string matchingMarkus Friedl
2000-10-09interop with ssh-agent2, from <res@shore.net>Markus Friedl
2000-10-09clear options on every call.Markus Friedl
2000-10-09-X now reads private ssh.com DSA keys, too.Markus Friedl
2000-10-03do not resolve canonname, i have no idea why this was added oin osshMarkus Friedl
2000-10-03move fake-auth from auth1.c to individual auth methods, disables s/key in ↵Markus Friedl
debug-msg
2000-10-03hmac->macMarkus Friedl
2000-09-30allow loglevel debugMarkus Friedl
2000-09-28debug -> debug2 cleanupMarkus Friedl
2000-09-27use key_type()Markus Friedl
2000-09-26use debug2Markus Friedl
2000-09-21add context to dispatch_runMarkus Friedl
2000-09-21change login logic in ssh2, allows plugin of other auth methodsMarkus Friedl
2000-09-21utime() to utimes(); mouring@pconline.comMarkus Friedl
2000-09-21bug compat for old ssh.com softwareMarkus Friedl
2000-09-21typoMarkus Friedl
2000-09-21typoMarkus Friedl
2000-09-17yes no; ok niels@Markus Friedl
2000-09-17fix DEBUG_KEXDHMarkus Friedl
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-14typoMarkus Friedl
2000-09-12multiple debug levelsMarkus Friedl
2000-09-12a few more comments about it being ARC4 not RC4Theo de Raadt
2000-09-08bye byeMarkus Friedl
2000-09-07some more Copyright fixesMarkus Friedl
2000-09-07typoMarkus Friedl
2000-09-07cleanup window and packet sizes for ssh2 flow control; ok nielsMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo 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-06prototypeMarkus Friedl
2000-09-05cleanupMarkus Friedl
2000-09-05enable ssh-add -d for DSA keysMarkus Friedl
2000-09-05print hostname (not hushlogin)Markus Friedl
2000-09-04more cast fixes; from mouring@pconline.comMarkus Friedl