wolfssh/m4
John Safranek a42075d823 TCP/IP Forwarding
1. Removed some unused macros in the configure.ac script.
2. Added option for enabling TCP/IP Forwarding.
3. Coalesced the option enable checks to one location in the configure script.
4. Removed redundant compile flags from the wolfSSH automake include.
5. Added a check of the BUILD_SCP option to leave out the wolfcsp file as needed.
6. Removed the redundant debug flags from the ax_harden macro since we add them at the configure level.
7. Modified the ax_harden macro to add the flags to AM_CFLAGS rather than CFLAGS.
8. Removed redundant AM_CFLAGS from the include.am that are adding them to their build's CFLAGS.
9. Replaced the have-wolfssl macro with AC_CHECK_LIB.
10. When adding per-target CPPFLAGS, add the AM_CPPFLAGS back in.
11. remove redundant call to wolfSSH_Init() from echoserver
12. Add runtime configuration of the session window size and max packet size.
13. Parse the TCP/IP direct connect flavor of the Channel Open message.
14. Save and release the host and origin addresses.
15. Added an example forwarding tool.
16. Move and rename the FIND_SELF and FIND_PEER constants.
17. Add planned functions ChannelSend, ChannelRead, ChannelExit, worker.
18. Add new function ChannelNext, which returns the next channel in the list.
19. Changed SendBuffered() from static to local so it could be used by the worker.
20. Separated creating a channel and sending an channel open request.
21. Added status code for pending open channel and for received data.
2018-08-31 11:21:42 -07:00
..
ax_add_am_macro.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_am_jobserver.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_am_macros.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_append_compile_flags.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_append_flag.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_append_link_flags.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_append_to_file.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_check_compile_flag.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_check_library.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_check_link_flag.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_compiler_version.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_count_cpus.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_create_generic_config.m4 initial set of files 2014-06-24 14:48:08 -07:00
ax_debug.m4 initial set of files 2014-06-24 14:48:08 -07:00
ax_file_escapes.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_harden_compiler_flags.m4 TCP/IP Forwarding 2018-08-31 11:21:42 -07:00
ax_print_to_file.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_pthread.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_require_defined.m4 Update M4 2018-05-21 15:22:35 -07:00
ax_vcs_checkout.m4 initial set of files 2014-06-24 14:48:08 -07:00
hexversion.m4 initial set of files 2014-06-24 14:48:08 -07:00
lib-ld.m4 initial set of files 2014-06-24 14:48:08 -07:00
lib-link.m4 initial set of files 2014-06-24 14:48:08 -07:00
lib-prefix.m4 initial set of files 2014-06-24 14:48:08 -07:00
visibility.m4 Update M4 2018-05-21 15:22:35 -07:00