Simon Goldschmidt
033deed807
tcp_isn: fix building with PPP support disabled and hook disabled
8 years ago
Dirk Ziegelmeier
d190e671f4
Clean fix for compile problems in tcp_md5.c
8 years ago
Dirk Ziegelmeier
fd736d539a
Fix a few compile warnings in tcp_md5.c
8 years ago
goldsimon
2dc42d0129
add addons/tcp_md5 (example implementation for new hooks)
...
This is an implementation of TCP MD5 signatures by using various hooks in
lwIP to implement custom tcp options and custom socket options.
See README on how to use it.
Signed-off-by: goldsimon <goldsimon@gmx.de>
8 years ago
goldsimon
5dac13ab99
move examples for snmp and httpd to a new folder 'examples'
...
These examples should be correctly marked as such.
8 years ago
Joel Cunningham
01a91d3d6b
Add DNS-SD hook for LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE
...
This adds an implementation of LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE that
uses the DNS-SD API provided by mDNSResponder
This can be used to handle .local (or all queries) sent through
netconn_gethostbyname()
8 years ago
goldsimon
35725dd040
Added httpd example for SSI (and added the two httpd examples to the win32 port)
8 years ago
goldsimon
41fbc14d80
-Wconversion and other minor compilation fixes...
9 years ago
goldsimon
704e6ccde9
Add example code for an external file system for httpd
9 years ago
Dirk Ziegelmeier
d3329ecbe4
Revert "Add LWIP callback file support to tcp_isn.c"
...
Did't want to commit this, the change was bogus. Sorry.
This reverts commit 3e03e4a5a0 .
9 years ago
Dirk Ziegelmeier
3e03e4a5a0
Add LWIP callback file support to tcp_isn.c
9 years ago
Dirk Ziegelmeier
edd4914cf6
Fix MSVC compile warnings in ip6_route_table.c
9 years ago
Dirk Ziegelmeier
9ac2c262b0
Rename some more index variables to idx
9 years ago
Dirk Ziegelmeier
ea372340e5
Fix warning about shadowing a global variable in ip6_route_table.c
9 years ago
Dirk Ziegelmeier
bf02bec652
patch #8680 : Add support for LwIP static route table
...
Add static route implementation from Pradip De <pradipd@google.com>
9 years ago
Dirk Ziegelmeier
8ef725e08b
Fix clang documentation warning in tcp_isn.c
9 years ago
Dirk Ziegelmeier
8c9e1636e1
Fix compile of tcp_isn.c in unix minimal project
...
Fix #define handling
9 years ago
Dirk Ziegelmeier
f484420248
Partly revert my last change, it won't compile in IPv4 only systems
9 years ago
Dirk Ziegelmeier
eab26d023e
Minor cleanup and readability improvement in tcp_isn.c
9 years ago
sg
e327f4b07b
Added RFC6528 implementation for TCP ISN (usable via LWIP_HOOK_TCP_ISN)
9 years ago