Age | Commit message (Expand) | Author |
2019-03-27 | fix interaction between ClientAliveInterval and RekeyLimit that could | Damien Miller |
2019-03-06 | Reset last-seen time when sending a keepalive. Prevents sending two | Darren Tucker |
2019-01-19 | fix error in refactor: use ssh_packet_disconnect() instead of | Damien Miller |
2019-01-19 | remove last references to active_state | Damien Miller |
2019-01-19 | convert serverloop.c to new packet API | Damien Miller |
2019-01-19 | begin landing remaining refactoring of packet parsing API, started | Damien Miller |
2018-07-27 | Remove uid checks from low port binds. Now that ssh cannot be | Darren Tucker |
2018-07-11 | remove legacy key emulation layer; ok djm@ | Markus Friedl |
2018-07-09 | sshd: switch config to sshbuf API; ok djm@ | Markus Friedl |
2018-06-08 | fix some over-long lines and __func__ up some debug messages | Damien Miller |
2018-03-03 | switch over to the new authorized_keys options API and remove the | Damien Miller |
2018-02-11 | Don't reset signal handlers inside handlers. | Darren Tucker |
2018-01-23 | Drop compatibility hacks for some ancient SSH implementations, including | Damien Miller |
2017-12-18 | unbreak hostkey rotation; attempting to sign with a desired signature | Damien Miller |
2017-12-18 | pass negotiated signing algorithm though to sshkey_verify() and | Damien Miller |
2017-12-10 | Put remote client info back into the ClientAlive connection termination | Darren Tucker |
2017-10-23 | Expose devices allocated for tun/tap forwarding. | Damien Miller |
2017-09-12 | Make remote channel ID a u_int | Damien Miller |
2017-09-12 | refactor channels.c | Damien Miller |
2017-08-30 | pass packet state down to some of the channels function (more | Damien Miller |
2017-08-11 | Tweak previous keepalive commit: if last_time + keepalive <= now | Darren Tucker |
2017-08-11 | Keep track of the last time we actually heard from the client and | Darren Tucker |
2017-05-31 | remove now obsolete ctx from ssh_dispatch_run; ok djm@ | Markus Friedl |
2017-05-30 | protocol handlers all get struct ssh passed; ok djm@ | Markus Friedl |
2017-02-01 | Return true reason for port forwarding failures where feasible rather | Darren Tucker |
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 |