wolfssh/examples
John Safranek ac762368ac Fix keyboard-interactive without TERM
Keyboard-interactive was unusable in builds with
WOLFSSH_KEYBOARD_INTERACTIVE but no WOLFSSH_TERM, in two ways.

- ClientFreeBuffers declared 'entry' under TERM && KBI but used it
  under KBI alone, so KBI-without-TERM failed to compile; widen the
  declaration guard to match the use
- ClientUserAuth's keyboard-interactive branch is guarded on
  TERM && KBI, so without TERM a keyboard-interactive request fell
  past every branch and returned the initial WOLFSSH_USERAUTH_SUCCESS
  with no responses populated. There is no terminal to prompt on, so
  answer WOLFSSH_USERAUTH_FAILURE instead of claiming success.
2026-07-14 13:58:43 -07:00
..
client Fix keyboard-interactive without TERM 2026-07-14 13:58:43 -07:00
echoserver added ml-dsa plain key and cert algorithms 2026-07-06 16:51:21 -05: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
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 examples: add TPM-backed X.509 host certificate server and client 2026-07-07 14:28:56 -07:00