wolfssh/examples
John Safranek 26ccac3cdd examples, tests: terminate the ES_ERROR messages with a newline
ES_ERROR() passes its arguments straight to fprintf(stderr, ...), so a
message with no trailing newline runs into whatever the shell or the
test harness prints next.

- 7 sites in the echoserver, 6 in tests/auth.c, 8 in the Espressif copy
  of the echoserver, which carries the same macro and takes this kind of
  cross-cutting fix (e91ff50d, ab8058d7)
- the two wrapped format strings already ended with a newline
2026-08-28 18:22:34 -05:00
..
client Use wolfssh-options in the test scripts 2026-08-19 16:55:00 -07:00
echoserver examples, tests: terminate the ES_ERROR messages with a newline 2026-08-28 18:22:34 -05:00
portfwd examples/portfwd: drop the password from the options banner 2026-08-26 09:12:27 -07:00
scpclient examples: use the selected algorithm for the default public key 2026-08-14 14:32:15 -07:00
sftpclient examples: use the selected algorithm for the default public key 2026-08-14 14:32:15 -07:00
tpmcertserver Adopt the certificate loading APIs in the examples and apps 2026-08-12 16:06:39 -07:00
include.am