Alexander Lamaison
|
6bf8983368
|
CMake build system.
Tested:
- Windows:
- Visual C++ 2005/2008/2010/2012/2013/MinGW-w64
- static/shared
- 32/64-bit
- OpenSSL/WinCNG
- Without zlib
- Linux:
- GCC 4.6.3/Clang 3.4
- static/shared
- 32/64-bit
- OpenSSL/Libgcrypt
- With/Without zlib
- MacOS X
- AppleClang 6.0.0
- static
- 64-bit
- OpenSSL
- Without zlib
Conflicts:
README
|
2015-03-12 22:48:38 +00:00 |
|
Marc Hoersken
|
8a731d6217
|
examples on Windows: use native SOCKET-type instead of int
And check return values accordingly.
|
2014-12-22 17:03:42 +01:00 |
|
Marc Hoersken
|
be95032e29
|
examples: fixed mixed line-endings introduced with aedfba25b8
|
2014-12-15 01:09:13 +01:00 |
|
Marc Hoersken
|
977dbb7511
|
examples on Windows: check for socket return code
Fixes VS2012 code analysis warning C28193:
The variable holds a value that must be examined
|
2014-12-15 00:58:57 +01:00 |
|
Marc Hoersken
|
aedfba25b8
|
examples on Windows: check for WSAStartup return code
Fixes VS2012 code analysis warning C6031:
return value ignored: <function> could return unexpected value
|
2014-12-15 00:58:56 +01:00 |
|
Marc Hoersken
|
0e4e14109a
|
tcpip-forward.c: Fixed warning that pointer targets differ in signedness
libssh2_channel_forward_listen_ex uses ints instead of unsigned ints.
|
2014-05-18 11:35:19 +02:00 |
|
Marc Hoersken
|
b9dc6112d7
|
tcpip-forward.c: Removed unused variables shost, sport and sockopt
|
2014-05-18 10:16:24 +02:00 |
|
Kamil Dudka
|
b31e35aba6
|
examples: use stderr for messages, stdout for data
Reported by: Karel Srot
Bug: https://bugzilla.redhat.com/867462
|
2012-10-22 13:39:58 +02:00 |
|
Peter Stuge
|
e394987911
|
Add a tcpip-forward example which demonstrates remote port forwarding
|
2012-02-02 17:25:45 +01:00 |
|