wolfssh/apps/wolfsshd
John Safranek 32640229ec tests: pick the sshd child that arrived
sshd_sftp_idle_cpu_test.sh measures the connection process it forked, so
it takes the wolfsshd present after the connection and not before. The
old symmetric difference offered a pid that left during the window just
as readily, and the smallest one wins, so an earlier test's departing
child was measured through a /proc entry that no longer existed.

- compare the pid sets one way, and poll for the fork rather than
  sampling a fixed five seconds in
- let the handshake and SFTP setup finish before the baseline, so their
  ticks land outside the measurement rather than inside it
- print both pid sets when no child is found, since the failure says
  nothing about which pids were considered
2026-09-03 11:29:54 -05:00
..
test tests: pick the sshd child that arrived 2026-09-03 11:29:54 -05:00
auth.c wolfsshd: Check authorized_keys types against the key blob 2026-09-02 15:35:09 -07:00
auth.h wolfsshd: Check authorized_keys types against the key blob 2026-09-02 15:35:09 -07:00
configuration.c
configuration.h
include.am
wolfsshd.c wolfsshd: Stop option parsing when a Windows argv conversion fails 2026-09-02 15:35:09 -07:00