3091 Commits (12514c09b2762d95ff5ed07ed0648e78a1995d6f)
 

Author SHA1 Message Date
sg 12514c09b2 Fixed bug #39956 (netif_create_ip6_linklocal_address out of bounds access of netif::hwaddr) 11 years ago
sg 90a0590de1 patch by Zach Smith: fixed bug #38153 (nd6_input() byte order issues) 11 years ago
Sylvain Rochet b09c891290 PPP, PPPoE, removed devname variable from pppoe_disc_input() 11 years ago
Sylvain Rochet d28bb04a9c PPP, PPPoE, improve reliability if we receive a PADT 11 years ago
Sylvain Rochet 9de1c71ff7 PPP, PPPoE, removed global static buffer only used for debug 11 years ago
Sylvain Rochet 3ce6dd166c PPP, L2TP, added link-level IPv6 support 11 years ago
Sylvain Rochet 684bef066f PPP, L2TP, merged common output code 11 years ago
Sylvain Rochet 52f2221be9 PPP, L2TP, check source ip address and port 11 years ago
Sylvain Rochet 1bee131d52 PPP, L2TP, using LNS chosen destination port 11 years ago
Sylvain Rochet 2731976a95 PPP, renamed ppp_open to ppp_connect 11 years ago
Sylvain Rochet f7d5e81130 PPP, SERVER, MSCHAP: move output message from chap_server.message struct to stack 11 years ago
Sylvain Rochet 371bc91d73 PPP, SERVER: added PPPoS server support 11 years ago
Sylvain Rochet 89771de6d0 PPP, remove VJ callback from link_callbacks if VJ support is not enabled 11 years ago
Sylvain Rochet 71b213df63 PPP, EAP: using MAXNAMELEN define instead of hardcoded 256 size for rhostname 11 years ago
Sylvain Rochet 7f3913ff58 PPP, EAP: removed malloc() and free() 11 years ago
Sylvain Rochet d884034c9f PPP, replaced drand48() with magic_pow() 11 years ago
Sylvain Rochet bec199c4a2 PPP, MAGIC: new function: magic_pow 11 years ago
Sylvain Rochet 3686110ed2 PPP, SERVER: statically define our name for authentication purposes 11 years ago
Sylvain Rochet 708e421ec3 PPP, CORE: code cleaning 11 years ago
Sylvain Rochet 5ae7ee5276 PPP, SERVER: added CHAP authentication support 11 years ago
Sylvain Rochet 65493b421a PPP, SERVER, CHAP: fixed wrong pointer used on chap_timeout() 11 years ago
Sylvain Rochet 301511a840 PPP, SERVER: added PAP authentication support 11 years ago
Sylvain Rochet e86a0a4325 PPP, CORE, SERVER, set auth configuration before auth 11 years ago
Sylvain Rochet 8d05279599 PPP, CORE, moved auth configuration from auth_reset() to lcp_resetci() 11 years ago
Sylvain Rochet 587e0e3e0c PPP, CORE, beautified ppp_set_auth() 11 years ago
Sylvain Rochet 2315f32ca0 PPP, CORE, cleaned struct ppp_settings coding style 11 years ago
Sylvain Rochet 5a71509353 PPP, CORE, IPCP: removed useless ask_for_local boolean 11 years ago
Sylvain Rochet a310bc19a7 netif: fixed compiler warning 11 years ago
sg 0647533f8c fixed bug #44378 (TCP connections are not aborted on netif remove) 11 years ago
sg 99dd78964a fixed bug #40753 (re-bind UDP pcbs on change of IP address) 11 years ago
sg 0d1606ff23 Fixed last commit: can only check for bound sockets, not for unbound. There's some work to do for IPv6 in TCP... 11 years ago
sg a6a92d42f9 Fixed bug #41700 (Call to tcp_listen_dual() should not accept IPv4 listen PCB args) 11 years ago
Sylvain Rochet 2aabe16163 PPP, PPPoS, removed ppp_accm_mask[], saved a few bytes of ROM 11 years ago
sg 5984c996a8 fixed bug #40177 (System hangs when dealing with corrupted packets), implemented task #12357 (Ensure that malicious packets don't assert-fail): improved some pbuf_header calls to not assert-fail. 11 years ago
sg c8d126f6ef work on task #12357 (Ensure that malicious packets don't assert-fail): don't let too short IP packets assert-fail; fix that IPv6 input did not obey VLAN header offset 11 years ago
Joel Cunningham 9004554da3 fixed bug #43028 (IP_MULTICAST_TTL affects unicast datagrams) 11 years ago
Greg Renda 4eb9efdd33 fixed bug #38210 (ip reassembly while remove oldest datagram) 11 years ago
sg 83740d81f2 fixed comment 11 years ago
sg c8581e4cd9 fixed bug #38165 (socket with mulicast): ensure igmp membership are dropped when socket (not netconn!) is closed. 11 years ago
sg 612e33c499 fixed bug #38061 (wrong multicast routing in IPv4) by adding an optional default netif for multicast routing 11 years ago
sg 3e8ac30940 Fixed bug #44297 (CORE_LOCKING was broken some days ago); fixed that netconn_connect still used message passing for LWIP_TCPIP_CORE_LOCKING==1 11 years ago
Sylvain Rochet 4bcddd72e6 PPP, CORE, cleaned ppp_close() function 11 years ago
Sylvain Rochet 00bb70a62d PPP, CORE, functions ppp_set_netif_statuscallback() and ppp_set_netif_linkcallback() replaced with defines 11 years ago
Sylvain Rochet b4990b5bb4 Fixed warnings on whole project introduced by const pointers on ip_addr_t 11 years ago
Sylvain Rochet 65095253a9 PPP, fixed warnings introduced by const pointers on ip_addr_t 11 years ago
sg c87efb77bc patch by Jens Nielsen: fixed bug #38803 (Source address in broadcast ping reply) 11 years ago
sg 03159254ce added proper accessor functions for pcb->multicast_ip (previously used by get/setsockopt only) 11 years ago
sg ec5cf8593e Continued chrysn's work: changed nearly all functions taking 'ip(X)_addr_t' pointer to take const pointers (changed user callbacks: raw_recv_fn, udp_recv_fn; changed port callbacks: netif_output_fn, netif_igmp_mac_filter_fn) 11 years ago
chrysn 9f065c0ea5 (api break) qualify ip_addr_t as const where feasible 11 years ago
Sylvain Rochet df3f05e824 PPP, apply warnings found by MSVC fixes on other files needing the same fix 11 years ago