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
John Safranek
e8793bb268
UTF-8 -> 7-bit ASCII cleanup
...
1. replace section symbol with 'sec'
2. replace right arrow with '->'
3. replace m-dash with '--'
4. replace less-than-equatal-to with '<='
2026-05-18 14:35:58 -07:00
John Safranek
8951bd9209
Release v1.4.22
...
1. Update copyright date to 2026.
2025-12-29 16:53:33 -08:00
Hideki Miyazaki
63ed4eb072
Addressed code review comments
...
- enable TSIP
- clean up user_settings.h
2025-12-10 04:51:19 +09:00
Hideki Miyazaki
344bba5e51
Addressed review comments
...
- renamed wolfstp_util.c to wolfsftp_util.c
- removed unnecessary if condition
2025-12-10 04:51:19 +09:00
Hideki Miyazaki
23cc902466
update README
2025-12-10 04:51:19 +09:00
Hideki Miyazaki
9c9d1b0ee1
sftp client example for Renesas RX72N
2025-12-10 04:51:19 +09:00
gojimmypi
dccc62bafd
Rename wolfssh test certs
2025-09-03 11:10:53 -07:00
Andrew Hutchings
d108c69c5d
Add cppcheck test to GitHub actions
...
Found and fixed:
* Fix typos in Renesas demo
* Fix uninitialized variable reads
* Fix redundant condition
* Fix argument checks
* Fix some null ptr dereferences
* Fix ambiguous statement
2025-02-05 19:49:01 +00:00
John Safranek
1736a4cabf
Update Copyright Date
...
1. Bring all copyright dates up to 2024.
2. Fix a few files with incorrect licensing.
2024-03-22 12:17:09 -07:00
John Safranek
95bcc4541c
Release v1.4.13
...
1. Update the copyright year in all file header comments.
2. Update the STM32CUBE files to use the correct GPL headers.
2023-04-03 10:41:10 -07:00
Jacob Barthelmeh
92d1f39065
update copyright date
2022-08-17 16:58:21 -06:00
Jacob Barthelmeh
ba99ddda68
run license update script
2021-11-04 13:11:53 -06:00
John Safranek
66f8a47a6a
Rx Window
...
1. Remove the CheckPendingReceive() function and the WIOCTL wrapper.
2. If the peer's receive window is considered full, call wolfSSH_worker()
which will process a receive.
2020-03-12 13:21:04 -07:00
Chris Conlon
83f8372458
update copyright to 2020
2020-01-03 15:16:47 -08:00
Hideki Miyazaki
d98acb8d35
addressed review comments
2019-05-07 09:50:26 +09:00
Hideki Miyazaki
c402947e3e
Add Renesas CS+ support and example server
...
Fixed CC-RX compiler warning
Fixed README
2019-05-07 09:20:15 +09:00