Commit Graph

  • 0848a47f88
    Merge 65e3171106 into 0e5d1fcc1b JacobBarthelmeh 2025-06-13 23:31:22 +0000
  • 65e3171106 fix warning for unused parameter JacobBarthelmeh 2025-06-13 16:42:39 -0600
  • abc4e27e3c refactor internal handle list and set filesystem override priority JacobBarthelmeh 2025-06-13 16:07:51 -0600
  • 57ee2cc0bc
    Merge 62eafadf01 into 0e5d1fcc1b JacobBarthelmeh 2025-06-13 22:22:10 +0000
  • 62eafadf01 add debug print out JacobBarthelmeh 2025-06-13 16:22:05 -0600
  • 41ace5b6e5 adjust to use ported get attributes functions when available over custom one JacobBarthelmeh 2025-06-11 14:40:27 -0600
  • 601d1a27de add user filesystme macro guard around chmod implementation JacobBarthelmeh 2025-05-20 14:13:08 -0600
  • 41d05a95b7 move user filesystem override to the top of the ports check JacobBarthelmeh 2025-05-20 11:29:27 -0600
  • 4ecdb666ce add check in shutdown case for WS_CHAN_RXD JacobBarthelmeh 2025-06-13 14:17:28 -0600
  • f039af8141 fix for clang scan-build warning of variable not used JacobBarthelmeh 2025-06-13 13:57:49 -0600
  • eba992dbb8 better handling of rekeying with SFTP JacobBarthelmeh 2025-06-13 12:10:42 -0600
  • 42fafa645c clang scan-build warning fix JacobBarthelmeh 2025-06-13 12:09:47 -0600
  • a9c6e70f21 fixes for SFTP want read/write cases JacobBarthelmeh 2025-06-13 10:28:24 -0600
  • 30f608813d auth test case account for no null terminator with strings when comparing values JacobBarthelmeh 2025-05-29 10:48:44 -0600
  • c0c6da75a6 adjustment to client side keyboard auth behavior and auth test case JacobBarthelmeh 2025-05-27 17:11:27 -0600
  • 7c7d315121 remove keyboard auth callback and use generic auth callback JacobBarthelmeh 2025-05-27 10:49:28 -0600
  • 0e5d1fcc1b
    Merge pull request #771 from gojimmypi/pr-post-release-bbba8aef-espressif-readme master John Safranek 2025-06-12 11:58:18 -0700
  • 89013e73cf
    Update Espressif README with getting started info. gojimmypi 2025-06-12 11:36:35 -0700
  • 6643228bc2
    Merge 75ac463693 into 6196e925d6 JacobBarthelmeh 2025-06-12 10:55:43 -0700
  • 6c2933a4c9
    Merge 111e71a8b5 into 6196e925d6 JacobBarthelmeh 2025-06-12 10:52:55 -0700
  • 6196e925d6
    Merge pull request #810 from gojimmypi/pr-update-espressif-examples John Safranek 2025-06-11 16:19:42 -0700
  • b9658bc801
    Update Espressif Examples gojimmypi 2025-06-11 15:37:14 -0700
  • 35a24e33d4
    Merge pull request #808 from gojimmypi/pr-DoAsn1Key-RSA-check John Safranek 2025-06-11 14:37:19 -0700
  • 429cf16566
    DoAsn1Key now fails when WOLFSSH_NO_RSA is defined gojimmypi 2025-06-11 14:24:30 -0700
  • 7f625da9d5
    Merge pull request #809 from gojimmypi/pr-disable-old-threading John Safranek 2025-06-11 10:02:46 -0700
  • 4da7e53b24
    Disable old threading functions when SINGLE_THREADED gojimmypi 2025-06-10 10:54:43 -0700
  • f30c4c0884
    revert, resolve merge conflicts gojimmypi 2025-06-09 09:13:11 -0700
  • 5a66532c6c
    rebase gojimmypi 2025-06-09 09:06:27 -0700
  • 23972128ed
    Espressif Managed Component wolfSSH 1.4.18 post-release update gojimmypi 2025-02-06 08:13:24 -0800
  • 5cd826c5eb
    Merge pull request #795 from JacobBarthelmeh/decrypt Sean Parkinson 2025-05-22 08:45:02 +1000
  • e32ea9078c
    Merge pull request #806 from LinuxJedi/fs-fixes Sean Parkinson 2025-05-22 08:12:15 +1000
  • e515ea9dc8 Fix double-free on `wolfSSH_SFTPNAME_readdir` Andrew Hutchings 2025-05-21 15:34:29 +0100
  • 1422697e43 add check for want write in example echoserver to handle new test case JacobBarthelmeh 2025-05-20 16:55:42 -0600
  • 71cda6d16c add test case for want write return from highwater callback JacobBarthelmeh 2025-04-10 16:55:19 -0600
  • 1cc4418bdf adjust highwater check location to avoid masking return value JacobBarthelmeh 2025-04-04 14:20:17 -0600
  • e0a1bdd9c4
    Merge pull request #804 from ejohnstown/vvv Andrew Hutchings 2025-05-17 15:53:55 +0100
  • 597a71be60
    Merge pull request #802 from LinuxJedi/kbi-fixes Daniel Pouzzner 2025-05-16 15:23:45 -0500
  • 0f650789de Soft Disable AES-CBC John Safranek 2025-05-16 11:41:52 -0500
  • 111e71a8b5 increase timeout time on test, fix spelling, add comment on new arg JacobBarthelmeh 2025-05-15 13:32:33 -0600
  • 3dd09b984e refactor SFTP to use NoticeError JacobBarthelmeh 2025-05-15 11:38:45 -0600
  • c5c52eecb1 Fix memory management in serverKeyboardCallback for empty prompts Devin AI 2025-05-14 10:41:12 +0000
  • 63db9f162f Add clarifying comment for empty prompts handling Devin AI 2025-05-14 10:33:26 +0000
  • 727a0c8d7a Fix handling of empty prompts in keyboard-interactive auth test Devin AI 2025-05-14 10:18:12 +0000
  • 4cc1aa583c Fix endless loop in keyboard-interactive auth test Devin AI 2025-05-14 10:16:21 +0000
  • 45b6ef7449 Add tests for keyboard-interactive auth via userAuthCb Devin AI 2025-05-14 10:01:14 +0000
  • 0927043b19 Add support for keyboard-interactive auth using userAuthCb Devin AI 2025-05-14 09:54:52 +0000
  • ceb41580d5 update example client for rekey and sanity check on window update after read attempt JacobBarthelmeh 2025-05-13 16:01:01 -0600
  • 3e4d9c0b95 Keyboard Interactive bug fixes Andrew Hutchings 2025-05-06 09:44:06 +0100
  • ee9bc3b6fd
    Merge pull request #801 from ejohnstown/kb-fix Andrew Hutchings 2025-05-06 07:20:50 +0100
  • 56189a3775 KeyboardInteractive Fix John Safranek 2025-05-05 14:12:21 -0700
  • 24b7629d78
    Merge pull request #800 from LinuxJedi/kbi-fixes John Safranek 2025-05-05 14:02:16 -0700
  • 311b945dc6
    Merge 3d6762afd8 into b84b9581ca kareem-wolfssl 2025-04-29 13:48:23 -0500
  • b84b9581ca
    Merge pull request #799 from anhu/null Sean Parkinson 2025-04-29 08:53:36 +1000
  • 12d37328ac Customer reported possible unitialized usage Anthony Hu 2025-04-28 16:13:42 -0400
  • c368efb8b2 Make Keyboard Interactive a compile time option Andrew Hutchings 2025-04-22 12:09:31 +0100
  • ea5f28d943
    Merge pull request #798 from gojimmypi/pr-spelling David Garske 2025-04-12 10:06:29 -0700
  • bc6974f875
    spelling edits gojimmypi 2025-04-12 16:36:11 +0200
  • b7418a21a3
    Merge pull request #797 from falemagn/patch-1 JacobBarthelmeh 2025-04-10 14:31:48 -0600
  • 6af7d1daa3
    Fixed typo Fabio 2025-04-09 12:23:43 +0200
  • cd04ae5c34
    Merge pull request #796 from LinuxJedi/fix-fatfs-warning David Garske 2025-04-08 15:03:52 -0700
  • 7ab2b27fdd Fix warning on FATFS builds Andrew Hutchings 2025-04-08 17:01:32 +0100
  • d3bd96f210
    Merge pull request #790 from JacobBarthelmeh/pic32 David Garske 2025-04-04 10:04:16 -0700
  • ae5fa76f74 update include.am for correct mplabx files JacobBarthelmeh 2025-04-04 10:15:30 -0600
  • f567065102
    Merge pull request #794 from anhu/WS_SOCKET_ERROR_E JacobBarthelmeh 2025-04-04 10:05:41 -0600
  • 03afce7236 Forgive a socket error Anthony Hu 2025-04-03 19:19:36 -0400
  • 6e8ea49c38 remove extra debug log message and commented out stat items JacobBarthelmeh 2025-04-03 16:01:18 -0600
  • ff9dabe8ba fix typo JacobBarthelmeh 2025-04-03 09:51:50 -0600
  • 79d32d0f80 create library build exmaple JacobBarthelmeh 2025-04-02 17:17:40 -0600
  • 90b69ff144
    Merge pull request #754 from aidangarske/tpm_ssh_support David Garske 2025-04-02 11:23:56 -0700
  • a52c3b120e Used W port.h file operations for keyblob and added username argument so can append any username needed. aidan garske 2025-04-02 10:33:27 -0700
  • 3775d1843a newline aidan garske 2025-04-01 22:05:47 -0700
  • 69e266178f Used port.h macros aidan garske 2025-04-01 21:58:49 -0700
  • 77c8db6cc2 Rebase for tpm public key authentication with wolfssh aidan garske 2025-04-01 16:44:55 -0700
  • 15d94ff535 sanity checks on message types during rekey JacobBarthelmeh 2025-03-27 08:54:23 -0600
  • e5042df0c1
    Merge pull request #792 from anhu/mlkem Sean Parkinson 2025-03-27 13:05:56 +1000
  • 75ac463693 turn on assembly optimizations with github action benchmark JacobBarthelmeh 2025-03-24 10:37:23 -0600
  • 5873f9f1b8 sftp benchmark github action JacobBarthelmeh 2025-02-24 14:13:00 -0700
  • 2d43d89e66 add initial SFTP benchmark collection scripts JacobBarthelmeh 2025-02-24 13:59:43 -0700
  • 175bbc17b2 Doc edit. Anthony Hu 2025-03-21 20:05:09 -0400
  • 0183905dbe Replace Kyber 512 with ML-KEM 768. Anthony Hu 2025-03-21 00:11:38 +0000
  • 85bc7ba413
    Merge pull request #791 from ejohnstown/sftp-symlink David Garske 2025-03-20 10:53:29 -0700
  • 3386b636cf Fix SFTP Symlinks John Safranek 2025-03-20 09:02:39 -0700
  • af7d58bf95
    Merge pull request #789 from ejohnstown/ed25519-compat JacobBarthelmeh 2025-03-19 21:11:19 +0700
  • 5fb496b9aa add chmod support, update readme and example app JacobBarthelmeh 2025-03-19 14:32:18 +0700
  • 4f9e6b5732 remove some trailing white space and initialize get current drive buffer JacobBarthelmeh 2025-03-18 15:13:48 +0700
  • 7067b200b8 clear stat struct before use and treat mount as directory JacobBarthelmeh 2025-03-18 13:01:04 +0700
  • 604d1e8422 ls command working JacobBarthelmeh 2025-03-14 09:33:42 +0700
  • 599c4b856e Curve25519 Compat with LibSSH John Safranek 2025-03-10 14:11:45 -0700
  • cea99e5e83
    Merge pull request #787 from wolfSSL/devin/1740666408-add-fatfs-test-action David Garske 2025-03-07 06:32:22 -0800
  • d8ad0c307b Move (void) to below variable declaration Andrew Hutchings 2025-03-07 06:42:51 +0000
  • dfc0f72480 Make the FATFS a cache step Andrew Hutchings 2025-03-06 11:09:39 +0000
  • a37591f3f5 Remove FATFS and link to it instead Andrew Hutchings 2025-03-06 10:33:40 +0000
  • c1b983a9d4
    Merge pull request #788 from wolfSSL/devin/1740739538-github-action-sftp-test JacobBarthelmeh 2025-03-05 14:52:29 -0700
  • 3a4c75f651 compiling with port changes, needs work for runtime use JacobBarthelmeh 2025-03-02 16:42:04 -0700
  • c4acd86df5 progress on microchip fs port JacobBarthelmeh 2025-03-02 15:17:16 -0700
  • f8598217b6 adding inital function mapping JacobBarthelmeh 2025-02-25 10:48:30 -0700
  • 41cef3309f fix numbering in README steps Jacob Barthelmeh 2018-04-13 09:44:38 -0600
  • 48fa1e019e add example code for MPLABX use Jacob Barthelmeh 2018-04-06 10:13:40 -0600
  • 647508beb8 Add GitHub Action for testing wolfSSH server with Paramiko SFTP client Devin AI 2025-02-28 11:44:42 +0000
  • 648bee2314 Add copyright header to fatfs_example.c Andrew Hutchings 2025-02-28 07:21:44 +0000