5011 Commits (02be2f8f424d148300571fd0155ebbf46db6ddaa)
 

Author SHA1 Message Date
Dirk Ziegelmeier 02be2f8f42 Move snmpv3_dummy.* from main lwIP rep to contrib 9 years ago
Dirk Ziegelmeier 9719c52e62 SNMPv3: Missed two locations where the new enums can be used 9 years ago
Dirk Ziegelmeier c961ac70b6 Fixump snmp/snmpv3_dummy.h copyright header 9 years ago
Dirk Ziegelmeier 6f485cc870 snmp/snmpv3_dummy.c: Set default configuration in snmpv3_dummy_init() 9 years ago
Dirk Ziegelmeier 461f1fe1a9 More SNMPv3 cleanups: Create own header snmpv3_dummy.h and move functions in there 9 years ago
Dirk Ziegelmeier ecb3867803 SNMPv3: Rename tcpip_enginetime_timer to snmpv3_enginetime_timer 9 years ago
Dirk Ziegelmeier 927990d94e One enum icmp_te_type member is not in doxygen docs - fix it. 9 years ago
Joel Cunningham 2980f7cc58 Vectorize netconn_write for TCP 9 years ago
goldsimon 3feb748fee Simplify lwip_accept() and lwip_ioctl() by relying on nonblocking netconn functions instead of sock->rcvevent 9 years ago
goldsimon 5c3bb19923 added nonblocking accept/recv to netconn API (task #14396) (also added netconn_recv_udp_raw_netbuf_flags() and netconn_recv_tcp_pbuf_flags() to pass socket-like flags to nonblock for one call only) 9 years ago
Dirk Ziegelmeier 593b211d1b A few more SNMPv3 cleanups 9 years ago
goldsimon 1b3aaef525 lwip_sendmsg/tcp: prevent PSH until all iovecs are enqueued 9 years ago
Dirk Ziegelmeier 3fa3bf0570 Undo accidental activation of SNMPv3 code in my last commit 9 years ago
Dirk Ziegelmeier 0065cd915f Several Win32 compile fixes in SNMP code 9 years ago
Dirk Ziegelmeier 83de16678c SNMP: TABs -> spaces 9 years ago
goldsimon 05a595f745 httpd: LWIP_HTTPD_POST_MANUAL_WND: fixed double-free when httpd_post_data_recved is called nested from httpd_post_receive_data() (bug #50424) 9 years ago
goldsimon 5f0fbdcde9 fixed warning about potentially unused variable 'netif' after changing ip4/6_input_accept to return in, not netif* 9 years ago
Dirk Ziegelmeier ea41480232 Replace several C++ style comments by C-style 9 years ago
Dirk Ziegelmeier 4ef21e2597 Fix compile when SNMPv3 is disabled 9 years ago
Dirk Ziegelmeier 78cdbff1b3 Several compile fixes for Marco's patch 9 years ago
Dirk Ziegelmeier 576a8228c2 Add new files to Filelists.ml 9 years ago
Dirk Ziegelmeier fef7ce3c0d Some whitespace fixes to Marco's patches 9 years ago
Marco f0605a510f Modified the snmpv3_dummy implementation to be more functional. 9 years ago
Marco 3b8bb580e4 Add framework MIB and USM mib if SNMPv3 is enabled. 9 years ago
Marco 4b97f2bb8e Implemented usm mib. 9 years ago
Marco 46df850cb9 Implemented framework mib. 9 years ago
Marco f8f3cc039a Start a timer for enginetime handling. 9 years ago
Marco f092d09121 Added handling invalid packets in SNMPv3. 9 years ago
Marco 78806001e5 Made accepted SNMP version runtime configurable. 9 years ago
Marco 8fd09d4608 Added missing context specific tags. 9 years ago
Marco ec044e826e Replaced old LWIP_SNMPV3_GET_ENGINE_BOOTS macro. 9 years ago
goldsimon a9bfe7b72f Fix compiling httpd for LWIP_HTTPD_SUPPORT_POST==1 (assigning int to u16_t) 9 years ago
goldsimon 0d585d55d3 Added LWIP_SINGLE_NETIF for small targets with only one netif (see task #13515, there might be more optimizations to come with this option) 9 years ago
goldsimon f978a7ed31 let ip4/6_input_accept return int instead of netif* 9 years ago
goldsimon 18c7c5d81c fixed my last commit (NETIF_FOREACH does not yet exist :) 9 years ago
goldsimon 7c9a6317b9 refactor ip4/ip6 packet-to-netif matching to remove the ugly 'first' flag 9 years ago
Dirk Ziegelmeier ec4f00179d Fix bug #50242: dhcp_release does not stop autoip (in coop mode) 9 years ago
Dirk Ziegelmeier d8135f9ae2 Fix bug #50427: SNMP: ifIndex should use netif_get_index() 9 years ago
goldsimon 1741edf159 make tcp apps depend on LWIP_CALLBACK_API, too 9 years ago
goldsimon f85eed0ab3 tcp: fixed bug #50418: LWIP_EVENT_API: fix invalid calbacks for SYN_RCVD pcb 9 years ago
David van Moolenbroek d3fc398580 arp/ndp: allow overriding the decision to copy pbufs 9 years ago
Dirk Ziegelmeier 27c835aa56 Remove netif_invoke_ext_callback() from doxygen docs, it is intended for internal use only 9 years ago
Dirk Ziegelmeier e4b356f08c Add netif extended callback to doxygen docs 9 years ago
Dirk Ziegelmeier 01f9a04e4a Add pbuf_get_contiguous() to doxygen docs 9 years ago
Dirk Ziegelmeier 9ab2eefc37 Fix documentation in sockets.c 9 years ago
Dirk Ziegelmeier 08931b33c1 Fix documentation on pbuf_get_contiguous() 9 years ago
Joel Cunningham 36b9a45c3b netconn_write_partly cleanups 9 years ago
Joel Cunningham 36fa1a97d4 lwip_netconn_do_writemore() cleanups 9 years ago
goldsimon 0da9cf70ea Added pbuf_get_contiguous() to get data in one piece (either zero copy from pbuf or memcpied into a supplied buffer) 9 years ago
goldsimon a38e937dd6 fixed close race conditions in lwip_select (for LWIP_NETCONN_FULLDUPLEX) 9 years ago