Age | Commit message (Expand) | Author |
2017-01-04 | unbreak Unix domain socket forwarding for root; ok markus@ | Damien Miller |
2016-12-14 | disable Unix-domain socket forwarding when privsep is disabled | Damien Miller |
2016-11-30 | Add a sshd_config DisableForwaring option that disables X11, agent, | Damien Miller |
2016-10-23 | Factor out "can bind to low ports" check into its own function. This will make | Darren Tucker |
2016-09-12 | Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions | Theo de Raadt |
2016-08-13 | remove ssh1 server code; ok djm@ | Markus Friedl |
2016-03-07 | refactor canohost.c: move functions that cache results closer to the | Damien Miller |
2016-03-04 | fix ClientAliveInterval when a time-based RekeyLimit is set; | Damien Miller |
2016-02-08 | refactor activation of rekeying | Damien Miller |
2016-01-14 | remove roaming support; ok djm@ | Markus Friedl |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-11-28 | don't include port number in tcpip-forward replies for requests | Damien Miller |
2015-02-20 | UpdateHostKeys fixes: | Damien Miller |
2015-02-16 | Revise hostkeys@openssh.com hostkey learning extension. | Damien Miller |
2015-01-20 | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | Theo de Raadt |
2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | move dispatch to struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | update packet.c & isolate, introduce struct ssh | Markus Friedl |
2014-07-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller |
2014-04-29 | bz#1818 - don't send channel success/failre replies on channels that | Damien Miller |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2013-12-19 | Cast client_alive_interval to u_int64_t before assinging to | Darren Tucker |
2013-07-12 | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-05-16 | Fix some "unused result" warnings found via clang and -portable. ok markus@ | Darren Tucker |
2013-05-16 | Add RekeyLimit to sshd with the same syntax as the client allowing rekeying | Darren Tucker |
2012-12-07 | Cast signal to int for logging. A no-op on openbsd (they're always ints) | Darren Tucker |
2012-12-02 | make AllowTcpForwarding accept "local" and "remote" in addition to its | Damien Miller |
2012-06-20 | initialise accept() backoff timer to avoid EINVAL from select(2) in | Damien Miller |
2012-04-11 | don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a | Damien Miller |
2011-05-15 | use FD_CLOEXEC consistently; patch from zion AT x96.org | Damien Miller |
2009-05-28 | Keep track of number of bytes read and written. Needed for upcoming | Andreas Gunnarsson |
2009-05-25 | Put the globals in packet.c into a struct and don't access it directly | Andreas Gunnarsson |
2009-02-12 | tighten check for -R0:... forwarding: only allow dynamic allocation if | Damien Miller |
2009-02-12 | support remote port forwarding with a zero listen port (-R0:...) to | Damien Miller |
2009-01-22 | make a2port() return -1 when it encounters an invalid port number | Damien Miller |
2008-12-02 | backout 1.149, since it's not necessary and openssh clients send | Markus Friedl |
2008-06-30 | only pass channel requests on session channels through to the session | Damien Miller |
2008-06-10 | Add a no-more-sessions@openssh.com global request extension that the | Damien Miller |
2008-05-09 | unbreak | Markus Friedl |
2008-05-09 | Try additional addresses when connecting to a port forward destination | Damien Miller |
2008-05-08 | Implement a channel success/failure status confirmation callback | Damien Miller |
2008-02-22 | Allow all SSH2 packet types, including UNIMPLEMENTED to reset the | Darren Tucker |
2008-01-23 | Revert the change for bz #1307 as it causes connection aborts if an IGNORE | Darren Tucker |
2007-12-28 | Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the | Darren Tucker |
2006-10-11 | exit instead of doing a blocking tcp send if we detect a client/server timeout, | Markus Friedl |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-26 | move #include <sys/param.h> out of includes.h | Kevin Steves |
2006-07-25 | move #include <sys/time.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |