index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
serverloop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: promote connection-closed messages from verbose to info
djm@openbsd.org
2024-06-17
1
-3
/
+3
*
upstream: Start the process of splitting sshd into separate
djm@openbsd.org
2024-05-17
1
-40
/
+4
*
upstream: correctly restore sigprocmask around ppoll() reported
djm@openbsd.org
2024-04-30
1
-2
/
+2
*
upstream: correct math for ClientAliveInterval that caused the
djm@openbsd.org
2023-08-28
1
-2
/
+2
*
upstream: Delete obsolete /* ARGSUSED */ lint comments.
guenther@openbsd.org
2023-03-08
1
-3
/
+1
*
upstream: Remove unused compat.h includes.
dtucker@openbsd.org
2023-03-05
1
-2
/
+1
*
upstream: Add a sshd_config UnusedConnectionTimeout option to terminate
djm@openbsd.org
2023-01-17
1
-5
/
+28
*
upstream: replace manual poll/ppoll timeout math with ptimeout API
djm@openbsd.org
2023-01-06
1
-46
/
+23
*
upstream: Try to continue running local I/O for channels in state
djm@openbsd.org
2022-04-20
1
-3
/
+2
*
Put poll.h inside ifdef.
Darren Tucker
2022-02-10
1
-0
/
+2
*
upstream: add a ssh_packet_process_read() function that reads from
djm@openbsd.org
2022-01-25
1
-16
/
+13
*
upstream: Fix signature algorithm selection logic for
djm@openbsd.org
2022-01-06
1
-9
/
+18
*
upstream: convert ssh, sshd mainloops from select() to poll();
djm@openbsd.org
2022-01-06
1
-66
/
+67
*
upstream: Explicitly check for and start time-based rekeying in the
djm@openbsd.org
2021-07-16
1
-2
/
+5
*
upstream: Replace SIGCHLD/notify_pipe kludge with pselect.
dtucker@openbsd.org
2021-06-25
1
-80
/
+28
*
sshd don't exit on transient read errors
Damien Miller
2021-04-14
1
-1
/
+1
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-2
/
+2
*
upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t
djm@openbsd.org
2021-01-27
1
-3
/
+3
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-46
/
+38
*
upstream: start ClientAliveInterval bookkeeping before first pass
djm@openbsd.org
2020-07-03
1
-1
/
+3
*
upstream: use sshpkt_fatal() instead of plain fatal() for
djm@openbsd.org
2020-01-30
1
-4
/
+5
*
upstream: make sshd_config:ClientAliveCountMax=0 disable the
djm@openbsd.org
2020-01-26
1
-2
/
+3
*
upstream: unrevert this:
djm@openbsd.org
2020-01-25
1
-5
/
+3
*
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
1
-5
/
+5
*
upstream: Revert previous commit. The channels code still uses int
dtucker@openbsd.org
2019-11-27
1
-5
/
+7
*
upstream: Make channel_id u_int32_t and remove unnecessary check
dtucker@openbsd.org
2019-11-27
1
-7
/
+5
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-4
/
+4
*
upstream: fix interaction between ClientAliveInterval and RekeyLimit
djm@openbsd.org
2019-03-27
1
-3
/
+4
*
upstream: Reset last-seen time when sending a keepalive. Prevents
dtucker@openbsd.org
2019-03-08
1
-6
/
+9
*
upstream: fix error in refactor: use ssh_packet_disconnect() instead of
djm@openbsd.org
2019-01-19
1
-4
/
+6
*
upstream: remove last references to active_state
djm@openbsd.org
2019-01-19
1
-3
/
+3
*
upstream: convert serverloop.c to new packet API
djm@openbsd.org
2019-01-19
1
-152
/
+204
*
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-19
1
-1
/
+4
*
upstream: Remove uid checks from low port binds. Now that ssh
dtucker@openbsd.org
2018-07-31
1
-1
/
+12
*
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-12
1
-2
/
+2
*
upstream: sshd: switch config to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-2
/
+2
*
upstream: fix some over-long lines and __func__ up some debug
djm@openbsd.org
2018-06-09
1
-9
/
+9
*
upstream: switch over to the new authorized_keys options API and
djm@openbsd.org
2018-03-03
1
-15
/
+18
*
Replace remaining mysignal() with signal().
Darren Tucker
2018-02-15
1
-1
/
+1
*
upstream Don't reset signal handlers inside handlers.
dtucker@openbsd.org
2018-02-12
1
-4
/
+1
*
Whitespace sync with upstream.
Darren Tucker
2018-02-12
1
-0
/
+1
*
upstream commit
djm@openbsd.org
2018-01-23
1
-5
/
+3
*
upstream commit
djm@openbsd.org
2017-12-19
1
-3
/
+11
*
upstream commit
djm@openbsd.org
2017-12-19
1
-2
/
+3
*
upstream commit
dtucker@openbsd.org
2017-12-12
1
-2
/
+4
*
upstream commit
djm@openbsd.org
2017-10-23
1
-2
/
+20
*
adapt portable to channels API changes
Damien Miller
2017-09-12
1
-1
/
+1
*
upstream commit
djm@openbsd.org
2017-09-12
1
-1
/
+5
*
upstream commit
djm@openbsd.org
2017-09-12
1
-53
/
+52
*
upstream commit
djm@openbsd.org
2017-09-04
1
-4
/
+4
[next]