Age | Commit message (Expand) | Author |
2013-07-25 | openssh-6.3 for release | Damien Miller |
2013-07-25 | sftp support for resuming partial downloads; patch mostly by Loganaden | Damien Miller |
2013-07-25 | daemonise backgrounded (ControlPersist'ed) multiplexing master to ensure | Damien Miller |
2013-07-22 | oops, forgot to commit corresponding header change; | Damien Miller |
2013-07-22 | make MAC key, data to be hashed and nonce for final hash const; | Damien Miller |
2013-07-20 | fix verification error in (as-yet usused) KRL signature checking path | Damien Miller |
2013-07-20 | fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@ | Damien Miller |
2013-07-20 | call cleanup_handler on SIGINT when in debug mode to ensure sockets | Damien Miller |
2013-07-20 | More useful error message on missing current user in /etc/passwd | Damien Miller |
2013-07-20 | use a union to ensure correct alignment; ok deraadt | Damien Miller |
2013-07-19 | add ssh-agent(1) support to sshd(8); allows encrypted hostkeys, | Markus Friedl |
2013-07-18 | be more exact wrt perms for ~/.ssh/config; bz#2078 | Damien Miller |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-12 | set TCP nodelay for connections started with -N; bz#2124 ok dtucker@ | Damien Miller |
2013-07-12 | do_print_resource_record() can never be called with a NULL filename, so | Damien Miller |
2013-07-12 | in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when | Damien Miller |
2013-07-12 | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ | Damien Miller |
2013-07-02 | add missing library dependencies | Markus Friedl |
2013-07-02 | remove extra whitespace | Markus Friedl |
2013-06-27 | do not use Sx for sections outwith the man page - ingo informs me that | Jason McIntyre |
2013-06-22 | improved time_t overflow check suggested by guenther@ | Damien Miller |
2013-06-21 | make this -Wsign-compare clean after time_t conversion | Damien Miller |
2013-06-21 | sprinkle in some error() to explain moduli(5) parse failures | Damien Miller |
2013-06-21 | explicitly mention that IdentitiesOnly can be used with IdentityFile | Damien Miller |
2013-06-21 | for hostbased authentication, print the client host and user on | Damien Miller |
2013-06-20 | don't leak the rdata blob on errors; ok djm@ | Markus Friedl |
2013-06-19 | stop doing kerberos in ssh and sshd | Theo de Raadt |
2013-06-18 | Shuffle library link order to appease the static arch deities. | Miod Vallat |
2013-06-17 | link to the new kerberos libraries | Robert Nagy |
2013-06-17 | Handle time_t values as long long's when formatting them and when | Philip Guenther |
2013-06-10 | revert 1.203 while we investigate crashes reported by okan@ | Darren Tucker |
2013-06-07 | Add an "ABANDONED" channel state and use for mux sessions that are | Darren Tucker |
2013-06-05 | plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djm | Darren Tucker |
2013-06-05 | Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm | Darren Tucker |
2013-06-05 | When running sshd -D, close stderr unless we have explicitly requesting | Darren Tucker |
2013-06-05 | fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, ok djm | Darren Tucker |
2013-06-04 | Make sftp's libedit interface marginally multibyte aware by building up the | Darren Tucker |
2013-06-04 | use MAXPATHLEN for buffer size instead of fixed value. ok markus | Darren Tucker |
2013-06-03 | force the MAC output to be 64-bit aligned so umac won't see unaligned | Darren Tucker |
2013-06-02 | No need for the mux cleanup callback to be visible so restore it to static | Darren Tucker |
2013-06-02 | typo in comment | Darren Tucker |
2013-06-02 | Make parent_alive_interval time_t to avoid signed/unsigned comparison | Darren Tucker |
2013-06-02 | Add misc.h for monotim prototype. | Darren Tucker |
2013-06-01 | Update progressmeter when data is acked, not when it's sent. bz#2108, from | Darren Tucker |
2013-06-01 | Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch | Darren Tucker |
2013-06-01 | Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like | Darren Tucker |
2013-05-31 | Use time_t where appropriate. ok djm | Darren Tucker |
2013-05-19 | Standardise logging of supplemental information during userauth. Keys | Damien Miller |
2013-05-19 | fix failure to recognise cert-authority keys if a key of a different type | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |