3325 Commits (634c438b507113ea985e6efee4ed27ed8ef5bebc)
 

Author SHA1 Message Date
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
Sylvain Rochet 045f44c7f9 PPP, MSCHAP, merged mppe_set_keys() to Set_Start_Key(), merged mppe_set_keys2() to SetMasterKeys() 11 years ago
Sylvain Rochet 867d13b007 PPP, CCP, MPPE: calling mppe_init() in ccp.c instead of using ccp_test() 11 years ago
Sylvain Rochet 40991b93a2 PPP, CCP, reworked ppp_pcb ccp_localstate and all_rejected fields 11 years ago
Sylvain Rochet 949d76b328 PPP, MSCHAP: ensure magic tables are not copied and initialized on stack 11 years ago
Sylvain Rochet 210a2ccfdf PPP, MSCHAP, MPPE: shared identical mppe_sha1_pad* between MSCHAP and MPPE 11 years ago
Sylvain Rochet 3862aad2f7 PPP, MSCHAP, reworked local functions and constants 11 years ago
Sylvain Rochet 2a005c2f11 PPP, MPPE, moved MPPE global variables from MSCHAP to ppp_pcb 11 years ago
Sylvain Rochet ab46ac9bd8 PPP, CHAP, reworked to pass ppp_pcb pointer to CHAP childs (MD5, MSCHAP, MSCHAPv2) 11 years ago
Sylvain Rochet c51ed84fd8 PPP, MPPE, added ppp_mppe_state comp and decomp to ppp.h 11 years ago
Sylvain Rochet 74054ea907 PPP, MPPE, struct ppp_mppe_state to typedef 11 years ago
Sylvain Rochet f79bc03360 PPP, MPPE, optimized struct ppp_mppe_state size 11 years ago
Sylvain Rochet b553df860c PPP, CCP, deflate, BSD compress, predictor 1 & 2 are now optional at compile time 11 years ago
Sylvain Rochet f753a728dd PPP, CCP, compile-out a bit more MPPE code if MPPE is disabled 11 years ago
Sylvain Rochet 3f2e8ebcdf PPP, MPPE, merged mppe_comp_init() and mppe_decomp_init() into mppe_init() 11 years ago
Sylvain Rochet a1fe83c070 PPP, MPPE, remove dead code 11 years ago
Sylvain Rochet 879c94b01e PPP, MPPE, removed mppe_alloc() and mppe_free() 11 years ago