4128 Commits (afa2a96085cb4f5e7be67331f3a0a6f35c67cd4f)
 

Author SHA1 Message Date
Dirk Ziegelmeier afa2a96085 Apply patch from Ambroz Bizjak: 10 years ago
Sylvain Rochet 9d0546839c init: fix NO_SYS targets build 10 years ago
Sylvain Rochet 28aaf2caf4 PPP: introduce ppp_set_neg_pcomp, ppp_set_neg_accomp, ppp_set_neg_asyncmap, ppp_set_asyncmap 10 years ago
Sylvain Rochet 40e9eae791 PPP: improve various comments on options 10 years ago
Sylvain Rochet f0dbba6406 PPP, PPPoE, PPPoL2TP: enforce disabling of silent and passive modes 10 years ago
Sylvain Rochet a99fe1fa32 PPP, LCP: restart flag is not used, build out 10 years ago
Sylvain Rochet e7069d6e82 PPP: introduce ppp_set_passive and ppp_set_silent 10 years ago
Sylvain Rochet b97c4d96e2 PPP, SERVER: fix build if PAP_SUPPORT is not enabled 10 years ago
Sylvain Rochet f21aede031 PPP: don't build ppp_set_auth if no authenticator are enabled 10 years ago
Sylvain Rochet c1c3d0e1ba PPP: fix build when MSCHAP authentication feature is disabled at compile time 10 years ago
Sylvain Rochet 50b5b4c4dd PPP, PPPAPI: remove useless pppapi_set_auth function 10 years ago
Sylvain Rochet b9b36084a5 PPP: introduce ppp_set_mppe 10 years ago
Sylvain Rochet f226e107a6 PPP: updated pppd followup 10 years ago
Sylvain Rochet d4f824398c PPP, from PPPD upstream: fix sign-extension when displaying bytes in octal 10 years ago
Sylvain Rochet b438a0d6fd PPP, PPPoE: fix potential out-of-bound if AC cookie is too long 10 years ago
Sylvain Rochet 7c368b7f36 PPP, PPPoS: use offsetof in place of the traditional NULL hack 10 years ago
goldsimon 06782c699c httpd: fixed persistent connections for files not containing HTTP header 10 years ago
sg 42dfa71f97 Make LWIP_TCPIP_CORE_LOCKING==1 the default (and warn if LWIP_COMPAT_MUTEX==1 in that case as mutexes are required to prevent priority inversion on tcpip_thread operations) 10 years ago
Dirk Ziegelmeier d3e55185c6 Apply patch #9034: Use stdint.h and inttypes.h in lwip/arch.h 10 years ago
goldsimon e6bc591a1e fixed bug #48170 (Vulnerable to TCP RST spoofing) (original patch by Fabian Koch) 10 years ago
goldsimon d31d2ee882 Revert "fixed bug #48170 (patch by Fabian Koch)" 10 years ago
Dirk Ziegelmeier 91b5d8ad1e Patch by Marco Veeneman: Generic snmpv1 traps should be sent from .1.3.6.1.2.1.11 (iso.org.dod.internet.mgmt.mib-2.snmp). 10 years ago
Dirk Ziegelmeier aecbefc728 Patch by Marco Veeneman: Tthe variable bindings field is missing in the trap message. Even if there are no varbinds attached to the trap, this field should still be present. 10 years ago
Sylvain Rochet ecbe45bf43 PPP, VJ: fixes potentially unaligned *u16_t and *u32_t accesses 10 years ago
Dirk Ziegelmeier a0e8c2dd8f Revert commit e40175ef05: Fix a few more CLANG alignment warnings - clang warns although the target struct is packed (and may therefore be unaligned) :-( 10 years ago
Dirk Ziegelmeier 500e748888 Fix [bug #48330] Memory leak in snmp_send_trap function 10 years ago
Erik Ekman 4047702928 Fix clang warning about unreachable code 10 years ago
Dirk Ziegelmeier 5d356c96f5 Minor: cleanup my last commit 10 years ago
Dirk Ziegelmeier 39545d2c6d Fix clang warning about unreachable code 10 years ago
Dirk Ziegelmeier e40175ef05 Fix a few more CLANG alignment warnings - clang warns although the target struct is packed (and may therefore be unaligned) :-( 10 years ago
goldsimon 2d7a6a5d94 remove "LWIP_HTTPD_MAX_CGI_PARAMETERS" from httpd.h (has already been moved to httpd_opts.h 10 years ago
goldsimon c164869f6d snmp: use 'tcpip_callback' instead of '.._with_block' 10 years ago
goldsimon 236bc19422 fixed bug #48170 (patch by Fabian Koch) 10 years ago
Sylvain Rochet ddac5b1895 PPP: introduce ppp_set_listen_time 10 years ago
Sylvain Rochet 9a70715371 PPP, SERVER: move silent mode set from pppos_listen to ppp_listen 10 years ago
Sylvain Rochet 96296947fc PPP: introduce ppp_set_auth_required macro 10 years ago
Sylvain Rochet 8b9886bfe2 PPP, documentation: rework client configuration vs server configuration 10 years ago
Sylvain Rochet 9015c28406 PPP, DNS: introduce ppp_set_usepeerdns macro 10 years ago
Sylvain Rochet b77fcef1a5 PPP, L2TP: remove unnecessary l2tp->udp null check 10 years ago
Sylvain Rochet 6fb074874b PPP, Documentation: add PPP server(listener) documentation 10 years ago
Sylvain Rochet 3d684cda23 PPP, PPPoS, SERVER: remove useless struct ppp_addrs* argument from pppos_listen 10 years ago
Sylvain Rochet 71ca26b212 PPP, add configuration macros to set IPCP our, his, and DNS IPv4 addresses 10 years ago
Sylvain Rochet 4a5422cd11 PPP, PPPoS, SERVER: fix DNS servers support 10 years ago
Dirk Ziegelmeier 38c0255fa2 Fix a few more CLANG format string warnings (from unix check project) 10 years ago
Dirk Ziegelmeier 102f5882d5 Fix several CLANG format string warnings 10 years ago
Dirk Ziegelmeier 19e2b15c41 Fix alignment warnings in snmp agent - we know these structs are aligned according to requirements when they are casted because they have been instantiated as the target type (clang) 10 years ago
Dirk Ziegelmeier a929f418e7 Fix format string in httpd.c (clang) 10 years ago
Dirk Ziegelmeier 0116c3cd76 Fix "no newline at end of file" warnings (clang) 10 years ago
Dirk Ziegelmeier 2c1bd363e6 Try again - fix bug #48300: Private mempools allocate foreign memory 10 years ago
Erik Ekman efd3fb8f4e Fix pedantic dhcp test error 10 years ago