3285 Commits (2a005c2f11bfdfcd704d2f8be1f0e1d6053cf537)
 

Author SHA1 Message Date
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
Sylvain Rochet da40445d75 PPP, MPPE, changed API to use struct ppp_mppe_state* instead of void* 11 years ago
Sylvain Rochet 6235e1ae57 PPP, MPPE, moved struct ppp_mppe_state from mppe.c to mppe.h 11 years ago
Sylvain Rochet 3618432107 PPP, MPPE, reworked mppe_rekey() 11 years ago
Sylvain Rochet f1cba8a0ea PPP, MPPE, merged get_new_key_from_sha() to mppe_rekey() 11 years ago
Sylvain Rochet 489760d2e3 PPP, CCP, re-added missing ccp_test() 11 years ago
Sylvain Rochet caf9fc5687 PPP, MPPE, adapt compressor to use pbuf 11 years ago
Sylvain Rochet dc93c2afec PPP, MPPE, removed address, control and protocol from compressor input 11 years ago
Sylvain Rochet 9164c4f309 PPP, MPPE, removed address, control and protocol from compressor output 11 years ago
Sylvain Rochet e241f880e8 PPP, code cleaning, fixed ppp_input() indentation 11 years ago
Sylvain Rochet 662f1355de PPP, fixed LWIP_IPV4=1 and PPP_IPV4_SUPPORT=0 support 11 years ago
Sylvain Rochet c865211c2f PPP, get_mask() is only used for IPCP, moved to PPP_IPV4_SUPPORT functions group 11 years ago
sg 6324068d34 Worked on IPv6-only stack: netdb should work 11 years ago
sg e77e18f8c4 Worked on IPv6-only stack: 11 years ago
sg 69c337b31d Fixed ntoa/aton/ntop/pton definitions after making IPv4 optional 11 years ago
Sylvain Rochet bc99f75b53 PPP, PPPoL2TP, removed unnecessary single pbuf 11 years ago
Sylvain Rochet 421582d747 PPP, MPPE, using err_t return for mppe_decompress 11 years ago
Sylvain Rochet ab1606a0f6 PPP, MPPE, adapt decompressor to use pbuf 11 years ago
Sylvain Rochet bcfaeca373 PPP, PPPoE, removed unnecessary single pbuf 11 years ago
Sylvain Rochet 5f0e261f2d PPP, MPPE, handle packets in decompressor without address and control nor protocol 11 years ago
Sylvain Rochet 0e1aec4348 PPP, using ip4_input() instead of ip_input() 11 years ago
sg c1c65777b6 worked on task #13480: added LWIP_IPV4 define - IPv4 can be disabled, leaving an IPv6-only stack (SNMP is still missing) 11 years ago
Sylvain Rochet 89d666155d PPP, MPPE, fixed mppe_rekey() 11 years ago
Sylvain Rochet 4d6d65ee33 PPP, MPPE, fixed SHA1 padding 11 years ago
Sylvain Rochet dcdb360a19 ip6_addr.c: fixed IPv6 ip6_addr_any value 11 years ago
Sylvain Rochet 8a73990f51 PPP, PPPoL2TP, improved pppol2tp_create() error path 11 years ago
Sylvain Rochet efe229a54b PPP, PPPoL2TP, merged pppol2tp_input_ip() to pppol2tp_input() 11 years ago
Sylvain Rochet d6fdf7d4b1 PPP, PPPoL2TP, switched to dual stack IPv4/IPv6 11 years ago
goldsimon cf180b651b fixed unit tests after changing ip_addr_t 11 years ago
goldsimon 2e649e1843 Added IP_ADDR4()/IP_ADDR6() initializer macros that initialize ip_addr_t like their counterparts IP4_ADDR()/IP6_ADDR() 11 years ago
goldsimon 1985579148 fixed compiler warning (signed/unsigned comparison) introduced when fixing bug #44766 11 years ago
goldsimon d31dbc6798 Fixed constant initializer problem in ip_addr_t by having ip6 first 11 years ago
Sylvain Rochet ffd45a2261 PPP, added new build dependencies in init.c 11 years ago
Sylvain Rochet 135631d29d fixed some obvious compiler warnings 11 years ago
sg ce7e31cd04 task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 11 years ago
goldsimon 4ff1eb1890 fixed bug #44766 (LWIP_WND_SCALE: tcphdr->wnd was not scaled in two places) 11 years ago
goldsimon 7c47c917b5 dhcp: start discovery with short timeouts on network change, even if already discovering 11 years ago
Sylvain Rochet 7285459375 PPP, MPPE, exported MPPE functions 11 years ago
Sylvain Rochet 52b7ebd4e7 PPP, MPPE, fixed compiler warnings 11 years ago
Sylvain Rochet ea6f624b58 PPP, MPPE. fixed port mistake on SHA1 computation 11 years ago
Sylvain Rochet 3cf3b78192 PPP, MPPE, commented-in Linux interface calls structure 11 years ago