Age | Commit message (Expand) | Author |
2000-05-07 | make x11-fwd interop w/ ssh-2.0.13 | Markus Friedl |
2000-05-06 | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 | Markus Friedl |
2000-05-05 | remote trailing comments before calling __b64_pton | Markus Friedl |
2000-05-05 | log failure before sending the reply | Markus Friedl |
2000-05-04 | replace broken uuencode w/ libc b64_ntop | Markus Friedl |
2000-05-04 | clear padding in ssh2 | Markus Friedl |
2000-05-04 | print key type when talking about host keys | Markus Friedl |
2000-05-03 | sync AUTHOR w/ ssh.1 | Markus Friedl |
2000-05-03 | more info on proto 2 | Markus Friedl |
2000-05-03 | if no /etc/services file, use defaults. found by millert, fixed by itojun | Theo de Raadt |
2000-05-03 | more doc on: DSA, id_dsa, known_hosts2, authorized_keys2 | Markus Friedl |
2000-05-03 | GatewayPorts for sshd, ok deraadt@ | Markus Friedl |
2000-05-03 | respect number_of_password_prompts | Markus Friedl |
2000-05-03 | s/DsaKey/HostDSAKey/, document option | Markus Friedl |
2000-05-03 | fix close for non-open ssh1 channels | Markus Friedl |
2000-05-03 | document -y, update -X,-x | Markus Friedl |
2000-05-03 | there is no rhosts_dsa | Markus Friedl |
2000-05-03 | simplify usage | Theo de Raadt |
2000-05-03 | document -X and -x | Theo de Raadt |
2000-05-02 | a start at describing what i understand of the DSA side | Theo de Raadt |
2000-05-02 | document DSA use of ssh-keygen | Theo de Raadt |
2000-05-02 | typo, rm verbose debug | Markus Friedl |
2000-05-02 | default DSA key file ~/.ssh/id_dsa | Markus Friedl |
2000-05-02 | update AUTHOR | Markus Friedl |
2000-05-02 | set O_NONBLOCK | Markus Friedl |
2000-05-02 | more atomicio | Theo de Raadt |
2000-05-02 | use c-style comments | Markus Friedl |
2000-05-02 | update proctitle for proto 1, too | Markus Friedl |
2000-05-02 | update proctitle on pty alloc/dealloc, e.g. w/ windows client | Markus Friedl |
2000-05-02 | typo | Markus Friedl |
2000-05-02 | always attach port in numeric, for HTTP Host: header. | Jun-ichiro itojun Hagino |
2000-05-01 | Add missing #ifdefs; ok - markus | Damien Miller |
2000-05-01 | do not use semconfig() | Theo de Raadt |
2000-05-01 | unlink pid file, ok niels@ | Markus Friedl |
2000-05-01 | unbreak, ok niels@ | Markus Friedl |
2000-05-01 | accept valid intervals for -w | Niels Provos |
2000-05-01 | EINTR | Markus Friedl |
2000-05-01 | PidFile, pr 1210 | Markus Friedl |
2000-05-01 | check whether file exists before asking for passphrase | Markus Friedl |
2000-05-01 | init all fds, close all fds. | Markus Friedl |
2000-05-01 | Put -d into usage and reorder. markus ok. | Hugh Graham |
2000-05-01 | Minor tweaks and typo fixes. | Hugh Graham |
2000-05-01 | disable kerb,s/key in ssh2 | Markus Friedl |
2000-05-01 | less debug, rm unused | Markus Friedl |
2000-05-01 | fix very rare EAGAIN/EINTR issues; based on work by djm | Theo de Raadt |
2000-04-30 | If getaddrinfo() fails: | Todd C. Miller |
2000-04-30 | send debug messages in SSH2 format | Markus Friedl |
2000-04-29 | keysize warnings error() -> log() | Markus Friedl |
2000-04-29 | compare return value of signal(3) to SIG_ERR, not < 0 as it has not returned | Todd C. Miller |
2000-04-29 | don't call chan_write_failed() if we are not writing | Markus Friedl |