wolfssh/examples
John Safranek 4caf4558f4 Fix echoserver remote-forward listener accept
- ssh_worker() cached fwdCtx.listenFd at entry, while still -1
- The listener is only made later, from WOLFSSH_FWD_REMOTE_SETUP
- FD_SET() and accept() then got a bogus fd, failing with EBADF,
  which broke the worker loop and dropped the session
- Read listenFd from the context at each use, guarded on validity
- agentListenFd has the same shape but is set up before ssh_worker()

Issue: ZD-21867
2026-07-23 15:54:30 -06:00
..
client F-4105 - Write only bytes read to Windows stdout handle 2026-07-20 17:24:02 -05:00
echoserver Fix echoserver remote-forward listener accept 2026-07-23 15:54:30 -06:00
portfwd Add client-side remote port forwarding 2026-07-23 15:54:30 -06:00
scpclient
sftpclient Run threaded api-test SFTP/SCP tests on Windows 2026-07-22 17:29:27 -05:00
tpmcertserver Address review: TPM publickey auth fallback, reject truncated CA, guard negative CI test, silence maybe-uninitialized 2026-07-07 14:28:56 -07:00
include.am