wolfssh/apps/wolfsshd
John Safranek dc03049a13 ssh: add a channel session-granted accessor
wolfSSH_ChannelGetSessionGranted() reports whether a shell, exec or
subsystem request on a channel has been answered CHANNEL_SUCCESS, so an
application can tell a second request from the first without reaching
into WOLFSSH_CHANNEL.

- the flag is still clear for the request a session callback is
  answering, so a set flag is an earlier request's grant
- wolfsshd's session callback reads the grant through it
2026-09-15 21:55:50 -07:00
..
test wolfsshd: refuse sessions it cannot serve 2026-09-15 21:55:50 -07:00
auth.c wolfsshd: complete the Windows user profile fallback 2026-09-09 22:06:06 -07:00
auth.h fix for flags handling, ocsp case, macro guards, unused variable, changed default from MY to required to be set 2026-09-05 01:32:02 -07:00
configuration.c use wolfSSH_ prefix on wolfSSH specific config's HostKeyStore, HostKeyStoreSubject, HostKeyStoreFlags 2026-09-05 01:32:02 -07:00
configuration.h fix for flags handling, ocsp case, macro guards, unused variable, changed default from MY to required to be set 2026-09-05 01:32:02 -07:00
include.am Mitigate user enumeration timing oracle using dummy hash cache 2026-08-05 12:26:46 -07:00
wolfsshd.c ssh: add a channel session-granted accessor 2026-09-15 21:55:50 -07:00