Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
from: chris and mickey XXX Host: header is specified in HTTP/1.1, not HTTP/1.0. | |||
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 | |
o Only call herror() if h_errno != 0 o if error == EAI_SERVICE say "bad port" since the generic error, "service not supported for ai_socktype" is incomprehensible to most users. o Use warnx(), not warn() since this is not a case where errno is likely to be relevant. Ok'd by Theo | |||
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 | |
an int for ages... | |||
2000-04-29 | don't call chan_write_failed() if we are not writing | Markus Friedl | |
2000-04-28 | Make the -H option work again. | Todd C. Miller | |
2000-04-28 | support for x11-fwding, client+server | Markus Friedl | |
2000-04-27 | less debug, respect .ssh/config | Markus Friedl | |
2000-04-27 | cleanup logging for sshd/2, respect PasswordAuth no | Markus Friedl | |
2000-04-27 | ssh_host_dsa_key not ssh_dsa_key | Niels Provos | |
2000-04-27 | remove debug | Markus Friedl | |
2000-04-27 | xfree DSA blobs | Markus Friedl | |
2000-04-26 | ssh/sshd default to proto 1 and 2 | Markus Friedl | |
2000-04-26 | host key becomes /etc/ssh_host_dsa_key | Theo de Raadt | |
2000-04-26 | silent if -Q is specified | Markus Friedl | |
2000-04-26 | remove unused | Markus Friedl | |
2000-04-26 | add -R flag: exit code indicates if RSA is alive | Theo de Raadt | |
2000-04-26 | OpenSSH-2.0 | Markus Friedl | |
2000-04-26 | add trailing = | Markus Friedl | |
2000-04-26 | remove debug | Markus Friedl | |
2000-04-26 | sync | Markus Friedl | |
2000-04-26 | split auth/sshconnect in one file per protocol version | Markus Friedl | |
2000-04-26 | sync documentation | Markus Friedl | |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl | |
for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||
2000-04-26 | missing fclose | Markus Friedl | |
2000-04-26 | Change the name of mail's send() function to sendmessages() to | Todd C. Miller | |
avoid shadowing the libc send(2); gadams@avernus.com | |||
2000-04-25 | When incorporating new messages, clear the "new" count before the | Todd C. Miller | |
inc so the count of new messages is useful afterwards. This makes mail behave more like the SunOS version in this respect. | |||
2000-04-25 | interop w/ F-secure windows client | Markus Friedl | |
2000-04-24 | support RFC2732 IPv6 address literal URLs (http://[::1]:80/index.html). | Jun-ichiro itojun Hagino | |
2000-04-23 | Fix thinko, check eqp for NULL, not ap; ath@algonet.se | Todd C. Miller | |
2000-04-21 | Remove the races so that this is safe to run anytime. We open | Todd C. Miller | |
/var/tmp/vi.recover to get an fd and user O_NOFOLLOW to following a symlink. Once we have a file handle we can use it to safely chdir to the right place and form then on do operations relative to ".". Also restrict to root. | |||
2000-04-21 | Don't hyphenate the words {left|right}most. | Aaron Campbell | |
2000-04-21 | Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de> | Damien Miller | |
via Debian bug #59926 |