summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-05-02update proctitle on pty alloc/dealloc, e.g. w/ windows clientMarkus Friedl
2000-05-02typoMarkus Friedl
2000-05-01Add missing #ifdefs; ok - markusDamien Miller
2000-05-01unlink pid file, ok niels@Markus Friedl
2000-05-01unbreak, ok niels@Markus Friedl
2000-05-01EINTRMarkus Friedl
2000-05-01PidFile, pr 1210Markus Friedl
2000-05-01check whether file exists before asking for passphraseMarkus Friedl
2000-05-01init all fds, close all fds.Markus Friedl
2000-05-01Put -d into usage and reorder. markus ok.Hugh Graham
2000-05-01Minor tweaks and typo fixes.Hugh Graham
2000-05-01disable kerb,s/key in ssh2Markus Friedl
2000-05-01less debug, rm unusedMarkus Friedl
2000-05-01fix very rare EAGAIN/EINTR issues; based on work by djmTheo de Raadt
2000-04-30send debug messages in SSH2 formatMarkus Friedl
2000-04-29keysize warnings error() -> log()Markus Friedl
2000-04-29don't call chan_write_failed() if we are not writingMarkus Friedl
2000-04-28support for x11-fwding, client+serverMarkus Friedl
2000-04-27less debug, respect .ssh/configMarkus Friedl
2000-04-27cleanup logging for sshd/2, respect PasswordAuth noMarkus Friedl
2000-04-27ssh_host_dsa_key not ssh_dsa_keyNiels Provos
2000-04-27remove debugMarkus Friedl
2000-04-27xfree DSA blobsMarkus Friedl
2000-04-26ssh/sshd default to proto 1 and 2Markus Friedl
2000-04-26host key becomes /etc/ssh_host_dsa_keyTheo de Raadt
2000-04-26silent if -Q is specifiedMarkus Friedl
2000-04-26remove unusedMarkus Friedl
2000-04-26add -R flag: exit code indicates if RSA is aliveTheo de Raadt
2000-04-26OpenSSH-2.0Markus Friedl
2000-04-26add trailing =Markus Friedl
2000-04-26remove debugMarkus Friedl
2000-04-26syncMarkus Friedl
2000-04-26split auth/sshconnect in one file per protocol versionMarkus Friedl
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