wolfssh/apps/wolfsshd
John Safranek 094c686142 wolfsshd: retry select() on EINTR in relay loop
SIGCHLD from the exec child interrupts select(), returning -1 and
breaking the loop. Any windowFull data awaiting a peer window adjust
was then abandoned, causing intermittent 32 KB truncations on large
exec transfers. Continue on EINTR.
2026-06-03 07:40:27 -07:00
..
test wolfsshd: unit test for CheckAuthKeysLine 2026-05-20 13:03:03 -07:00
auth.c wolfsshd: unit test for CheckAuthKeysLine 2026-05-20 13:03:03 -07:00
auth.h wolfsshd: unit test for CheckAuthKeysLine 2026-05-20 13:03:03 -07:00
configuration.c Fix minor issues and Add test vectors 2026-05-14 09:36:43 -07:00
configuration.h
include.am
wolfsshd.c wolfsshd: retry select() on EINTR in relay loop 2026-06-03 07:40:27 -07:00