1242 Commits (89f0e45b50deb013d7828cc4bd54dfae7d245ba1)

Author SHA1 Message Date
goldsimon 89f0e45b50 fixed ip_addr_islinklocal macro definition 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 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 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 f5077dc982 fixed some more missing casts... 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 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 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 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 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
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 40991b93a2 PPP, CCP, reworked ppp_pcb ccp_localstate and all_rejected fields 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 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 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 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 421582d747 PPP, MPPE, using err_t return for mppe_decompress 11 years ago