3153 Commits (acbdf63a480bb92b44cea2176acb35a60464ea43)

Author SHA1 Message Date
Sylvain Rochet acbdf63a48 debug.h: fixed LWIP_PLATFORM_ERROR macro if LWIP_DEBUG and LWIP_NOASSERT are defined 11 years ago
goldsimon e59beeb625 fixed "missing braces around initializer" for IN6ADDR_*_INIT macros 11 years ago
goldsimon f01dc8cc34 more "const" fixes 11 years ago
goldsimon 89f0e45b50 fixed ip_addr_islinklocal macro definition 11 years ago
goldsimon 3f83556128 sockets: IPPROTO_RAW/IPV6_CHECKSUM must be disabled for LWIP_RAW==0; 11 years ago
goldsimon 1cdafabc7c added missing braces around macro parameters 11 years ago
goldsimon f9965b4967 some more compiler warning fixes 11 years ago
goldsimon 0de0942f9c fixed pppol2tp (IP_IS_V6_L -> IP_IS_V6_VAL) 11 years ago
goldsimon 00a46f104a changed IP_IS_V6_VAL() to take an instance, not a pointer (to get the _val() functions the same) 11 years ago
goldsimon 009755ba01 fixed broken ip6_addr_debug_print_parts() (broken yesterday) 11 years ago
goldsimon 53a96f69ef ppp_free: fixed type of local 'err' 11 years ago
goldsimon e60bc69515 added more missing casts 11 years ago
goldsimon fbadb8354f fixed const'ness of syscontact/sysname/syslocation 11 years ago
goldsimon 02dee05c16 Fixed const'ness in snmp (design of sys contact/name/location and snmpenableauthentraps is broken!) 11 years ago
goldsimon b16316ae37 fixed more (tiny) warnings... 11 years ago
goldsimon f5077dc982 fixed some more missing casts... 11 years ago
goldsimon 634c438b50 sockets.c: added missing casts after changing storage type of 'err' member in sockets 11 years ago
goldsimon f468c492b9 fixed missing casts found with msvc /Wall 11 years ago
goldsimon 5410838793 igmp.c: fixed -Waddress, removed dead code 11 years ago
goldsimon 91c2618f21 fixed typo in sockets.h 11 years ago
goldsimon beabd3c6b7 Added some macros with extension "_val" that work on actual instances and leave away the "if != NULL" check to get rid of gcc "-Waddress" warnings in the core code at least (I might not have caught all of them, yet) 11 years ago
goldsimon a81c7bf04b fixed compiling icmp.c (variable has to be declared at the beginning of a scope) 11 years ago
goldsimon a6c3bb4c6d revert accidentally committed snmp header files 11 years ago
goldsimon 902d190a11 Many const fixes throughout the stack (although these are not all, yet) 11 years ago
goldsimon 0142f113a3 fixed compiling netdb.c after LWIP_IPV4 changes 11 years ago
goldsimon fe195a86cd dhcp: move declaration of "extern void dhcp_set_ntp_servers()" from dhcp.c to dhcp.h to make the function prototype known to implementers 11 years ago
goldsimon 11845cedd6 Added version-independent ip_addr_islinklocal() 11 years ago
Sylvain Rochet 5e43e2d333 PPP, L2TP, minor fixes 11 years ago
Sylvain Rochet 15cc47334e PPP, don't assert if we receive a too short packet in ppp_input(), just drop 11 years ago
Sylvain Rochet 5989c1883e PPP, removed useless padding in bitfields 11 years ago
Sylvain Rochet 632de523de Fixed PBUF_LINK_ENCAPSULATION_HLEN support 11 years ago
Sylvain Rochet 2db7513590 PPP, VJ, improved opt.h comment about VJ 11 years ago
Sylvain Rochet ced24f9215 PPP, MPPE, drop unencrypted input packet if MPPE is required 11 years ago
Sylvain Rochet b302cad46d PPP, VJ, CCP: rework to fix protocol order 11 years ago
Sylvain Rochet 33838b8c1c PPP, MPPE, compile-out unused mppe_incomp() function 11 years ago
Sylvain Rochet 42fb74ce22 PPP, CCP, MPPE, handle CCP Reset-Request and Reset-Ack for MPPE 11 years ago
Sylvain Rochet 74670ec07f PPP, MPPE, MPPE also requires MSCHAP support (therefore CHAP support as well) 11 years ago
Sylvain Rochet 3450a78992 PPP, change ppp_write() return type from int to err_t 11 years ago
Sylvain Rochet f4ef6180b8 PPP, MPPE: allow users to enable CCP and MPPE support in opt.h 11 years ago
Sylvain Rochet f0c25aaa60 PPP, MSCHAP, fixed compiler warnings if MPPE support is disabled 11 years ago
Sylvain Rochet 0f63c1ef8f PPP, CORE, reworked ppp_netif_output* functions to process CCP on all protocols 11 years ago
Sylvain Rochet b27966860e PPP, CCP, MPPE: added packet plumbing in ppp.c to process MPPE packets 11 years ago
Sylvain Rochet 51566d43bd PPP, normalized debug messages 11 years ago
Sylvain Rochet 71d085bd13 PPP, CCP, added data packet configuration in ppp_pcb 11 years ago
Sylvain Rochet ffb10e7aac PPP, CCP, added receive and transmit chosen protocols in ccp_flags_set() (renamed ccp_set()) 11 years ago
sg a5503df32b Fixed typo in dchp_inform (state is named DHCP_INFORMING, not DHCP_INFORM) 11 years ago
Sylvain Rochet c8db96705f PPP, MPPE, close current session using lcp_close() if something went wrong 11 years ago
Sylvain Rochet f94efab6c3 PPP, CCP, added MPPE user configuration flags 11 years ago
Sylvain Rochet 4c0af0f79e PPP, MPPE, reworked MPPE debug, using ppp_pcb metadata 11 years ago
Sylvain Rochet fc7e327d19 PPP, MSCHAP, CCP, MPPE: reworked key passing from CCP to MPPE 11 years ago