Skip to content

Commit

Permalink
Merge pull request #886 from llange/upgrade-wolfssh
Browse files Browse the repository at this point in the history
Upgrade wolfssh to v1.4.10
  • Loading branch information
dexterbg committed Apr 29, 2023
2 parents 0fa0b44 + d13514a commit 3e04b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vehicle/OVMS.V3/components/wolfssh/wolfssh
Submodule wolfssh updated 79 files
+34 −0 .github/workflows/macos-check.yml
+32 −0 .github/workflows/ubuntu-check.yml
+70 −0 ChangeLog.md
+0 −250 README
+196 −46 README.md
+41 −5 configure.ac
+61 −35 examples/client/client.c
+1 −1 examples/client/client.h
+824 −512 examples/echoserver/echoserver.c
+1 −1 examples/echoserver/echoserver.h
+1 −0 examples/echoserver/include.am
+68 −15 examples/portfwd/portfwd.c
+1 −1 examples/portfwd/wolfssh_portfwd.h
+40 −7 examples/scpclient/scpclient.c
+1 −1 examples/scpclient/scpclient.h
+10 −5 examples/server/server.c
+1 −1 examples/server/server.h
+36 −14 examples/sftpclient/sftpclient.c
+1 −1 examples/sftpclient/sftpclient.h
+35 −0 ide/IAR-EWARM/Projects/README.md
+2,974 −0 ide/IAR-EWARM/Projects/echoserver/echoserver.ewd
+2,123 −0 ide/IAR-EWARM/Projects/echoserver/echoserver.ewp
+155 −0 ide/IAR-EWARM/Projects/lib/myFilesystem.h
+2,149 −1,967 ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewp
+55 −39 ide/IAR-EWARM/Projects/user_settings.h
+11 −0 ide/IAR-EWARM/include.am
+6 −7 ide/Renesas/cs+/common/strings.h
+6 −7 ide/Renesas/cs+/common/unistd.h
+6 −7 ide/Renesas/cs+/common/user_settings.h
+6 −7 ide/Renesas/cs+/common/wolfssh_csplus_usersettings.h
+1 −1 ide/Renesas/cs+/demo_server/wolfssh_demo.c
+1 −1 ide/Renesas/cs+/demo_server/wolfssh_demo.h
+1 −1 ide/Renesas/cs+/demo_server/wolfssh_dummy.c
+1 −0 ide/include.am
+1 −1 ide/winvs/README.md
+1 −0 ide/winvs/user_settings.h
+8 −8 ide/winvs/wolfssh.props
+4 −2 m4/ax_am_jobserver.m4
+2 −2 m4/ax_create_generic_config.m4
+58 −52 m4/ax_harden_compiler_flags.m4
+149 −112 m4/ax_pthread.m4
+5 −2 m4/ax_vcs_checkout.m4
+16 −0 scripts/get-put.test
+4 −0 scripts/include.am
+130 −0 scripts/scp.test
+9 −0 scripts/sftp.test
+18 −3 src/agent.c
+1,377 −692 src/internal.c
+3 −1 src/io.c
+3 −2 src/keygen.c
+18 −3 src/log.c
+1 −40 src/misc.c
+21 −5 src/port.c
+351 −167 src/ssh.c
+102 −32 src/wolfscp.c
+484 −139 src/wolfsftp.c
+1 −1 src/wolfterm.c
+26 −13 tests/api.c
+9 −0 tests/include.am
+5 −1 tests/sftp.c
+7 −2 tests/testsuite.c
+1 −1 tests/testsuite.h
+4 −1 tests/unit.c
+1 −1 wolfssh/agent.h
+1 −1 wolfssh/certs_test.h
+4 −3 wolfssh/error.h
+32 −7 wolfssh/internal.h
+1 −1 wolfssh/keygen.h
+1 −1 wolfssh/log.h
+1 −2 wolfssh/misc.h
+164 −6 wolfssh/port.h
+1 −1 wolfssh/settings.h
+40 −4 wolfssh/ssh.h
+45 −12 wolfssh/test.h
+3 −3 wolfssh/version.h
+1 −1 wolfssh/version.h.in
+4 −1 wolfssh/visibility.h
+1 −1 wolfssh/wolfscp.h
+4 −1 wolfssh/wolfsftp.h

0 comments on commit 3e04b93

Please sign in to comment.