summaryrefslogtreecommitdiff
path: root/serverloop.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: Delete obsolete /* ARGSUSED */ lint comments.guenther@openbsd.org2023-03-081-3/+1
* upstream: Remove unused compat.h includes.dtucker@openbsd.org2023-03-051-2/+1
* upstream: Add a sshd_config UnusedConnectionTimeout option to terminatedjm@openbsd.org2023-01-171-5/+28
* upstream: replace manual poll/ppoll timeout math with ptimeout APIdjm@openbsd.org2023-01-061-46/+23
* upstream: Try to continue running local I/O for channels in statedjm@openbsd.org2022-04-201-3/+2
* Put poll.h inside ifdef.Darren Tucker2022-02-101-0/+2
* upstream: add a ssh_packet_process_read() function that reads fromdjm@openbsd.org2022-01-251-16/+13
* upstream: Fix signature algorithm selection logic fordjm@openbsd.org2022-01-071-9/+18
* upstream: convert ssh, sshd mainloops from select() to poll();djm@openbsd.org2022-01-071-66/+67
* upstream: Explicitly check for and start time-based rekeying in thedjm@openbsd.org2021-07-161-2/+5
* upstream: Replace SIGCHLD/notify_pipe kludge with pselect.dtucker@openbsd.org2021-06-251-80/+28
* sshd don't exit on transient read errorsDamien Miller2021-04-141-1/+1
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-2/+2
* upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_tdjm@openbsd.org2021-01-271-3/+3
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-46/+38
* upstream: start ClientAliveInterval bookkeeping before first passdjm@openbsd.org2020-07-031-1/+3
* upstream: use sshpkt_fatal() instead of plain fatal() fordjm@openbsd.org2020-01-301-4/+5
* upstream: make sshd_config:ClientAliveCountMax=0 disable thedjm@openbsd.org2020-01-261-2/+3
* upstream: unrevert this:djm@openbsd.org2020-01-251-5/+3
* upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-231-5/+5
* upstream: Revert previous commit. The channels code still uses intdtucker@openbsd.org2019-11-281-5/+7
* upstream: Make channel_id u_int32_t and remove unnecessary checkdtucker@openbsd.org2019-11-271-7/+5
* upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-4/+4
* upstream: fix interaction between ClientAliveInterval and RekeyLimitdjm@openbsd.org2019-03-271-3/+4
* upstream: Reset last-seen time when sending a keepalive. Preventsdtucker@openbsd.org2019-03-081-6/+9
* upstream: fix error in refactor: use ssh_packet_disconnect() instead ofdjm@openbsd.org2019-01-201-4/+6
* upstream: remove last references to active_statedjm@openbsd.org2019-01-201-3/+3
* upstream: convert serverloop.c to new packet APIdjm@openbsd.org2019-01-201-152/+204
* upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org2019-01-201-1/+4
* upstream: Remove uid checks from low port binds. Now that sshdtucker@openbsd.org2018-07-311-1/+12
* upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org2018-07-121-2/+2
* upstream: sshd: switch config to sshbuf API; ok djm@markus@openbsd.org2018-07-101-2/+2
* upstream: fix some over-long lines and __func__ up some debugdjm@openbsd.org2018-06-091-9/+9
* upstream: switch over to the new authorized_keys options API anddjm@openbsd.org2018-03-031-15/+18
* Replace remaining mysignal() with signal().Darren Tucker2018-02-151-1/+1
* upstream Don't reset signal handlers inside handlers.dtucker@openbsd.org2018-02-131-4/+1
* Whitespace sync with upstream.Darren Tucker2018-02-131-0/+1
* upstream commitdjm@openbsd.org2018-01-231-5/+3
* upstream commitdjm@openbsd.org2017-12-191-3/+11
* upstream commitdjm@openbsd.org2017-12-191-2/+3
* upstream commitdtucker@openbsd.org2017-12-121-2/+4
* upstream commitdjm@openbsd.org2017-10-231-2/+20
* adapt portable to channels API changesDamien Miller2017-09-121-1/+1
* upstream commitdjm@openbsd.org2017-09-121-1/+5
* upstream commitdjm@openbsd.org2017-09-121-53/+52
* upstream commitdjm@openbsd.org2017-09-041-4/+4
* upstream commitdtucker@openbsd.org2017-08-121-2/+2
* upstream commitdtucker@openbsd.org2017-08-121-3/+15
* upstream commitmarkus@openbsd.org2017-06-011-2/+2
* upstream commitmarkus@openbsd.org2017-05-311-5/+5