wolfssh/examples/client
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.c Reject symlinks in default SCP send callback 2026-06-23 14:37:57 -07:00
client.h Release v1.4.22 2025-12-29 16:53:33 -08:00
common.c Fix keyboard-interactive without TERM 2026-07-14 13:58:43 -07:00
common.h Release v1.4.22 2025-12-29 16:53:33 -08:00
include.am refactor client apps and add X509 to scpclient 2023-04-04 14:59:46 -07:00