summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-04-26sync documentationMarkus Friedl
2000-04-26add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]Markus Friedl
2000-04-26missing fcloseMarkus Friedl
2000-04-25interop w/ F-secure windows clientMarkus Friedl
2000-04-21Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>Damien Miller
2000-04-19remove bogus chan_read_failed. this could cause dataMarkus Friedl
2000-04-19pid_tTheo de Raadt
2000-04-17show 'Protocol' as an example, ok markus@Todd T. Fries
2000-04-17missing xfree()Markus Friedl
2000-04-16fix pr 1196, listen_port and port_to_connect interchangedMarkus Friedl
2000-04-16after completion, replace the progress bar ETA counter with a final elapsed t...Theo de Raadt
2000-04-14whitespace cleanupMarkus Friedl
2000-04-14ssh -2Markus Friedl
2000-04-14check payload for (illegal) extra dataMarkus Friedl
2000-04-12document Protocol, CiphersMarkus Friedl
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12typosMarkus Friedl
2000-04-12#include <ssl/foo.h> -> <openssh/foo.h>Markus Friedl
2000-04-12print 1.99 only if server supports bothMarkus Friedl
2000-04-12typoMarkus Friedl
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
2000-04-12check for reasonable public DH valuesMarkus Friedl
2000-04-12less debugging outputMarkus Friedl
2000-04-12fix passwd prompt for ssh2, less debugging output.Markus Friedl
2000-04-12comment typoTheo de Raadt
2000-04-10repair x11-fwdMarkus Friedl
2000-04-07interop w/ latest ssh.com windows client.Markus Friedl
2000-04-06umask 077Markus Friedl
2000-04-06no adjust after closeMarkus Friedl
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl
2000-04-04remove unused argument, split cipher_mask()Markus Friedl
2000-04-04re-order: group ssh1 vs. ssh2Markus Friedl
2000-04-04missing free.Markus Friedl
2000-04-04ssh2 client implementation, interops w/ ssh.com and lsh servers.Markus Friedl
2000-04-04close efd on eofMarkus Friedl
2000-04-03ssh2 packet formatMarkus Friedl
2000-04-03DSA, keyexchange, algorithm agreement for ssh2Markus Friedl
2000-04-03channel layer support for ssh2Markus Friedl
2000-03-29typoTheo de Raadt
2000-03-29reorder Xr to avoid cuttingTheo de Raadt
2000-03-28split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalMarkus Friedl
2000-03-28function tables for different message typesMarkus Friedl
2000-03-28typoMarkus Friedl
2000-03-28sync w/ channels.cMarkus Friedl
2000-03-28missing closeMarkus Friedl
2000-03-28replace big switch() with function tables (prepare for ssh2)Markus Friedl
2000-03-28KNFMarkus Friedl
2000-03-28do not log() if debuggin to stderrMarkus Friedl
2000-03-28cleanup, less codeMarkus Friedl
2000-03-28support ssh2 ciphersMarkus Friedl