summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-05-08handle escapes in real and original key format, ok millert@Markus Friedl
2000-05-08no drain if ibuf_empty, fixes x11fwd problems; tests by fries@Markus Friedl
2000-05-08some markus certified spelling adjustmentsHugh Graham
2000-05-08bug compat w/ ssh-2.0.13 x11, split out bugsMarkus Friedl
2000-05-08One last nit fix. (markus approved)Hugh Graham
2000-05-08zap typoHugh Graham
2000-05-08complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)Markus Friedl
2000-05-08Fix 12 hours handling, so that you can say leave 1830 when it is 1800.Marc Espie
2000-05-07interop w/ SecureFXMarkus Friedl
2000-05-07make x11-fwd interop w/ ssh-2.0.13Markus Friedl
2000-05-06add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8Markus Friedl
2000-05-05remote trailing comments before calling __b64_ptonMarkus Friedl
2000-05-05log failure before sending the replyMarkus Friedl
2000-05-04replace broken uuencode w/ libc b64_ntopMarkus Friedl
2000-05-04clear padding in ssh2Markus Friedl
2000-05-04print key type when talking about host keysMarkus Friedl
2000-05-03sync AUTHOR w/ ssh.1Markus Friedl
2000-05-03more info on proto 2Markus Friedl
2000-05-03if no /etc/services file, use defaults. found by millert, fixed by itojunTheo de Raadt
2000-05-03more doc on: DSA, id_dsa, known_hosts2, authorized_keys2Markus Friedl
2000-05-03GatewayPorts for sshd, ok deraadt@Markus Friedl
2000-05-03respect number_of_password_promptsMarkus Friedl
2000-05-03s/DsaKey/HostDSAKey/, document optionMarkus Friedl
2000-05-03fix close for non-open ssh1 channelsMarkus Friedl
2000-05-03document -y, update -X,-xMarkus Friedl
2000-05-03there is no rhosts_dsaMarkus Friedl
2000-05-03simplify usageTheo de Raadt
2000-05-03document -X and -xTheo de Raadt
2000-05-02a start at describing what i understand of the DSA sideTheo de Raadt
2000-05-02document DSA use of ssh-keygenTheo de Raadt
2000-05-02typo, rm verbose debugMarkus Friedl
2000-05-02default DSA key file ~/.ssh/id_dsaMarkus Friedl
2000-05-02update AUTHORMarkus Friedl
2000-05-02set O_NONBLOCKMarkus Friedl
2000-05-02more atomicioTheo de Raadt
2000-05-02use c-style commentsMarkus Friedl
2000-05-02update proctitle for proto 1, tooMarkus Friedl
2000-05-02update proctitle on pty alloc/dealloc, e.g. w/ windows clientMarkus Friedl
2000-05-02typoMarkus Friedl
2000-05-02always attach port in numeric, for HTTP Host: header.Jun-ichiro itojun Hagino
2000-05-01Add missing #ifdefs; ok - markusDamien Miller
2000-05-01do not use semconfig()Theo de Raadt
2000-05-01unlink pid file, ok niels@Markus Friedl
2000-05-01unbreak, ok niels@Markus Friedl
2000-05-01accept valid intervals for -wNiels Provos
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