3302 Commits (f0c25aaa600b27e4243fd080f32482d322bb0dc3)
 

Author SHA1 Message Date
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
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