wolfssh/examples
Yosuke Shimizu 673b2d25e7 Report allocated port in tcpip-forward reply
- Reply to a port-0 (dynamic) tcpip-forward with the bound port.
- Add WS_FWD_PORT_CHECK (1024) as the status/port boundary in WS_FwdCbError.
- Callback returns a WS_FwdCbError status below it, the port at or above it.
- DoGlobalRequestFwd reports the port and rejects a port-0 setup with none.
- Map a callback rejection to WS_RESOURCE_E so a no-reply request keeps the link.
- Update the echoserver reference callbacks (examples and Espressif) to
  recover the OS-chosen port with getsockname() and return it under the new
  convention.
- Add regress coverage for the allocated-port and rejection paths.

Issue: F-5573

Co-authored-by: John Safranek <john@wolfssl.com>
2026-06-25 13:27:00 -07:00
..
client Reject symlinks in default SCP send callback 2026-06-23 14:37:57 -07:00
echoserver Report allocated port in tcpip-forward reply 2026-06-25 13:27:00 -07:00
portfwd Forwarding Test 2026-02-26 15:02:19 -08:00
scpclient Add parameter names to function declarations 2026-06-09 17:03:02 -07:00
sftpclient Move unsafe call out of signal handler 2026-06-09 17:03:02 -07:00
include.am