| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-01-30 | use sshpkt_fatal() instead of plain fatal() for ssh_packet_write_poll() |  djm | 1 | -4/+5 |
| 2020-01-25 | make sshd_config:ClientAliveCountMax=0 disable the connection killing |  djm | 1 | -2/+3 |
| 2020-01-25 | unrevert this: |  djm | 1 | -5/+3 |
| 2020-01-23 | Replace all calls to signal(2) with a wrapper around sigaction(2). |  dtucker | 1 | -5/+5 |
| 2019-11-27 | Revert previous commit. The channels code still uses int in many places |  dtucker | 1 | -5/+7 |
| 2019-11-27 | Make channel_id u_int32_t and remove unnecessary check and cast that were |  dtucker | 1 | -7/+5 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -4/+4 |
| 2019-03-27 | fix interaction between ClientAliveInterval and RekeyLimit that could |  djm | 1 | -3/+4 |
| 2019-03-06 | Reset last-seen time when sending a keepalive. Prevents sending two |  dtucker | 1 | -6/+9 |
| 2019-01-19 | fix error in refactor: use ssh_packet_disconnect() instead of |  djm | 1 | -4/+6 |
| 2019-01-19 | remove last references to active_state |  djm | 1 | -3/+3 |
| 2019-01-19 | convert serverloop.c to new packet API |  djm | 1 | -150/+202 |
| 2019-01-19 | begin landing remaining refactoring of packet parsing API, started |  djm | 1 | -1/+4 |
| 2018-07-27 | Remove uid checks from low port binds. Now that ssh cannot be |  dtucker | 1 | -1/+12 |
| 2018-07-11 | remove legacy key emulation layer; ok djm@ |  markus | 1 | -2/+2 |
| 2018-07-09 | sshd: switch config to sshbuf API; ok djm@ |  markus | 1 | -2/+2 |
| 2018-06-08 | fix some over-long lines and __func__ up some debug messages |  djm | 1 | -9/+9 |
| 2018-03-03 | switch over to the new authorized_keys options API and remove the |  djm | 1 | -15/+18 |
| 2018-02-11 | Don't reset signal handlers inside handlers. |  dtucker | 1 | -2/+1 |
| 2018-01-23 | Drop compatibility hacks for some ancient SSH implementations, including |  djm | 1 | -5/+3 |
| 2017-12-18 | unbreak hostkey rotation; attempting to sign with a desired signature |  djm | 1 | -3/+11 |
| 2017-12-18 | pass negotiated signing algorithm though to sshkey_verify() and |  djm | 1 | -2/+3 |
| 2017-12-10 | Put remote client info back into the ClientAlive connection termination |  dtucker | 1 | -2/+4 |
| 2017-10-23 | Expose devices allocated for tun/tap forwarding. |  djm | 1 | -2/+21 |
| 2017-09-12 | Make remote channel ID a u_int |  djm | 1 | -1/+5 |
| 2017-09-12 | refactor channels.c |  djm | 1 | -53/+52 |
| 2017-08-30 | pass packet state down to some of the channels function (more |  djm | 1 | -4/+4 |
| 2017-08-11 | Tweak previous keepalive commit: if last_time + keepalive <= now |  dtucker | 1 | -2/+2 |
| 2017-08-11 | Keep track of the last time we actually heard from the client and |  dtucker | 1 | -3/+15 |
| 2017-05-31 | remove now obsolete ctx from ssh_dispatch_run; ok djm@ |  markus | 1 | -2/+2 |
| 2017-05-30 | protocol handlers all get struct ssh passed; ok djm@ |  markus | 1 | -5/+5 |
| 2017-02-01 | Return true reason for port forwarding failures where feasible rather |  dtucker | 1 | -7/+10 |
| 2017-01-04 | unbreak Unix domain socket forwarding for root; ok markus@ |  djm | 1 | -8/+13 |
| 2016-12-14 | disable Unix-domain socket forwarding when privsep is disabled |  djm | 1 | -3/+5 |
| 2016-11-30 | Add a sshd_config DisableForwaring option that disables X11, agent, |  djm | 1 | -5/+5 |
| 2016-10-23 | Factor out "can bind to low ports" check into its own function. This will make |  dtucker | 1 | -3/+3 |
| 2016-09-12 | Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions |  deraadt | 1 | -5/+4 |
| 2016-08-13 | remove ssh1 server code; ok djm@ |  markus | 1 | -547/+20 |
| 2016-03-07 | refactor canohost.c: move functions that cache results closer to the |  djm | 1 | -5/+7 |
| 2016-03-04 | fix ClientAliveInterval when a time-based RekeyLimit is set; |  djm | 1 | -13/+15 |
| 2016-02-08 | refactor activation of rekeying |  djm | 1 | -13/+7 |
| 2016-01-14 | remove roaming support; ok djm@ |  markus | 1 | -6/+2 |
| 2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) |  markus | 1 | -2/+2 |
| 2015-11-28 | don't include port number in tcpip-forward replies for requests |  djm | 1 | -2/+3 |
| 2015-02-20 | UpdateHostKeys fixes: |  djm | 1 | -5/+5 |
| 2015-02-16 | Revise hostkeys@openssh.com hostkey learning extension. |  djm | 1 | -4/+84 |
| 2015-01-20 | Reduce use of <sys/param.h> and transition to <limits.h> throughout. |  deraadt | 1 | -2/+2 |
| 2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ |  markus | 1 | -3/+3 |
| 2015-01-19 | move dispatch to struct ssh; ok djm@ |  markus | 1 | -9/+16 |
| 2015-01-19 | update packet.c & isolate, introduce struct ssh |  markus | 1 | -6/+5 |