wolfssh/ide/IAR-EWARM
JacobBarthelmeh dc4df8dfdf keep a list of file handles open per session
- Track open SFTP file handles per session in a fileList, returning
  opaque session-scoped handle IDs instead of raw file descriptors.
- Resolve and validate client-supplied handle IDs via FindFileHandle.
- Free the handle list and close handles on error paths, including the
  Windows code paths.
- Drop the old raw-fd SFTP_ValidateFileHandle/STOREHANDLE handle table
  and its tests, superseded by the per-session ID lookup.
2026-06-22 20:11:36 -07:00
..
Projects keep a list of file handles open per session 2026-06-22 20:11:36 -07:00
include.am Add README.md under IAE=EWARM/Projects, fix include.am 2021-07-09 07:23:20 +09:00