Age | Commit message (Expand) | Author |
2010-03-01 | zap what seems to be a left-over debug message; ok markus@ | Otto Moerbeek |
2010-02-26 | tweak previous; | Jason McIntyre |
2010-02-26 | Add support for certificate key types for users and hosts. | Damien Miller |
2010-02-24 | Add $OpenBSD$ tags in comments, our portable-syncing scripts use these | Damien Miller |
2010-02-21 | dlclose() call should also be #ifdef HAVE_DLOPEN | Theo de Raadt |
2010-02-20 | unbreak build for NOPIC systems; noticed, help and ok deraadt@ | Markus Friedl |
2010-02-19 | gcc2 requires decls before code | Theo de Raadt |
2010-02-11 | correct comment | Damien Miller |
2010-02-11 | libarary -> library; | Jason McIntyre |
2010-02-10 | pkcs#11 is no longer optional; improve wording; ok jmc@ | Markus Friedl |
2010-02-09 | enable PKCS#11 code; ok djm | Markus Friedl |
2010-02-09 | fix whitespace; from jmc@ | Markus Friedl |
2010-02-09 | add manpage; ok djm@ | Markus Friedl |
2010-02-09 | unbreak ChrootDirectory+internal-sftp by skipping check for executable shell | Damien Miller |
2010-02-09 | constify the arguments to buffer_len, buffer_ptr and buffer_dump | Damien Miller |
2010-02-09 | fix -Wall | Damien Miller |
2010-02-09 | fallout from PKCS#11: unbreak -D | Damien Miller |
2010-02-08 | tweak previous; ok markus | Jason McIntyre |
2010-02-08 | obsolete | Markus Friedl |
2010-02-08 | remove scard | Markus Friedl |
2010-02-08 | remove obsole scard code | Markus Friedl |
2010-02-08 | replace our obsolete smartcard code with PKCS#11. | Markus Friedl |
2010-02-02 | make buffer_get_string_ret() really non-fatal in all cases (it was | Damien Miller |
2010-01-30 | fake local addr:port when stdio fowarding as some servers (Tectia at | Damien Miller |
2010-01-30 | debug output goes to stderr, not "the system log"; ok markus dtucker | Damien Miller |
2010-01-30 | don't mark channel as read failed if it is already closing; suppresses | Damien Miller |
2010-01-29 | kill correct channel (was killing already-dead mux channel, not | Damien Miller |
2010-01-29 | set FD_CLOEXEC on sock_in/sock_out; bz#1706 from jchadima AT redhat.com | Damien Miller |
2010-01-28 | downgrade an error() to a debug() - this particular case can be hit in | Damien Miller |
2010-01-27 | add missing "p" flag to getopt optstring; | Damien Miller |
2010-01-27 | fix bug introduced in mux rewrite: | Damien Miller |
2010-01-26 | -Wuninitialized and remove a // comment; from portable | Damien Miller |
2010-01-26 | rewrite ssh(1) multiplexing code to a more sensible protocol. | Damien Miller |
2010-01-18 | s/long long unsigned/unsigned long long/, from tim via portable | Darren Tucker |
2010-01-17 | Correct and clarify ssh-add's password asking behavior. | Ted Unangst |
2010-01-15 | unused | Markus Friedl |
2010-01-15 | Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftp | Philip Guenthe |
2010-01-14 | use user_from{uid,gid} to lookup up ids since it keeps a small cache. ok djm | Darren Tucker |
2010-01-13 | when using ChrootDirectory, make sure we test for the existence of the | Damien Miller |
2010-01-13 | sftp.1: put ls -h in the right place | Jason McIntyre |
2010-01-13 | don't append a space after inserting a completion of a directory (i.e. | Damien Miller |
2010-01-13 | avoid run-time failures when specifying hostkeys via a relative | Damien Miller |
2010-01-13 | support '-h' (human-readable units) for sftp's ls command, just like | Damien Miller |
2010-01-13 | Make HostBased authentication work with a ProxyCommand. bz #1569, patch | Darren Tucker |
2010-01-13 | Ignore and log any Protocol 1 keys where the claimed size is not equal to | Darren Tucker |
2010-01-13 | Fix a couple of typos/mispellings in comments | Darren Tucker |
2010-01-12 | Add explicit stat so we reliably detect nologin with bad perms. ok djm markus | Darren Tucker |
2010-01-12 | add a buffer_get_string_ptr_ret() that does the same as | Damien Miller |
2010-01-12 | Do not allow logins if /etc/nologin exists but is not readable by the user | Darren Tucker |
2010-01-12 | delete with extreme prejudice a debug() that fired with every keypress; | Damien Miller |