5170 Commits (97f4033a8a89438f07acbef58d89d5d67c7efc19)
 

Author SHA1 Message Date
goldsimon 97f4033a8a bridgeif: improve documentation 9 years ago
goldsimon 8ed2bd4771 bridgeif: gracefully handle out-of-memory in bridgeif_fdb_init 9 years ago
goldsimon e65a0950b2 mem_calloc: check for mem_size_t overflow when multiplying 2 mem_size_t input values 9 years ago
Joel Cunningham 6fe66771cb test_tcp: de-duplicate test IP addresses, netmask, and ports 9 years ago
Joel Cunningham 648b2b6f2b test_tcp: remove unnecessary memsets 9 years ago
Joel Cunningham 34c9e30225 test_tcp: de-duplicate seqno checking defines 9 years ago
Dirk Ziegelmeier 6559ffd848 Fix C++ style comment in altcp_tls_mbedtls.c 9 years ago
goldsimon 33466ee6a8 dhcp_parse_reply: return ERR_VAL instead of asserting on offset-out-of-pbuf 9 years ago
goldsimon 1c57c84200 vj_uncompress_uncomp: copy from/to bigger buffers (used for checks before) instead of cs->cs_ip and ip; just to help static code analysis to see this is correct ;-) 9 years ago
goldsimon aa0601a66d snmp_asn1_dec_tlv: explicitly check 'length_bytes > pbuf_stream->length' (for clarity, even if it would fail in pbuf_stream later) 9 years ago
goldsimon 3aa854409a pbuf_copy_partial: remove double-check of 'buf' and 'dataptr' 9 years ago
goldsimon 4313bf2a74 altcp_tls_mbedtls: fix TX when lower write returns ERR_MEM 9 years ago
goldsimon 51dbd1a7c0 altcp: added altcp_get_port() 9 years ago
Dirk Ziegelmeier 4a7569fc2d SNMP traps: Fix ignored return values 9 years ago
Dirk Ziegelmeier 132c285fd4 SNMP. Fix several ignored return values 9 years ago
Dirk Ziegelmeier 2673e635a3 Fix community string length copying - correctly handle long strings 9 years ago
Dirk Ziegelmeier 8d149e63a6 SNMP: strcpy -> strncpy, strlen -> strnlen 9 years ago
Joel Cunningham c722261142 tcp: bug #50614: move unsent queue check/pcb->snd_buf update 9 years ago
goldsimon 720f9b3a0b fix compiling altcp_tls_mbedtls sources/headers if mbedtls is not available 9 years ago
goldsimon 856b49a057 lwip_sendmsg: fix check for unsupported flags 9 years ago
goldsimon 5d600f72d2 bridgeif_input: check netif != NULL before calling netif_get_client_data() 9 years ago
goldsimon ca9f57c09f lwip_fcntl/F_GETFL: no need to check sock->conn != NULL: already checked by get_socket() 9 years ago
goldsimon 5b6c654dd1 make F_GETFL return file access mode for !CORE_LOCKING as well 9 years ago
Joan Lledó 172dab1289 lwip_fcntl() returns access modes 9 years ago
Dirk Ziegelmeier 33e3ee0790 Clarify LWIP_ALTCP_TLS usage a bit 9 years ago
Dirk Ziegelmeier 8fd90ea136 improve mqtt documentation 9 years ago
Dirk Ziegelmeier fbcdb4d9f1 Fix function name in altcp.c 9 years ago
Dirk Ziegelmeier 2ca717e18d altcp_tls.h: Document ARM mbedtls port 9 years ago
Dirk Ziegelmeier 40df1474cc SNMP: Advertise SNMPv3 support 9 years ago
Dirk Ziegelmeier 3266511ebb Improve documentation, add TLS stuff 9 years ago
Dirk Ziegelmeier 9b6192bd65 Create smtp_opts.h and add SMTP client to doxygen docs 9 years ago
Dirk Ziegelmeier f7ac739022 Correct a few header #include guards 9 years ago
Dirk Ziegelmeier b9dffc5e4b Filelists.mk: Move all mbedtls related files to own section 9 years ago
Dirk Ziegelmeier 3826bcceab Move SMTP from contrib to main lwIP rep - with TLS support, it becomes useful again 9 years ago
Dirk Ziegelmeier 38651b8069 Cleanup #include structure of altcp_tls a bit 9 years ago
goldsimon b09b3fa4e6 altcp_tcp: some more debug checks 9 years ago
goldsimon 898d3832a7 more fixes for !LWIP_ALTCP: move mqtt client struct definitions to mqtt.c 9 years ago
goldsimon 537c258efa httpd/altcp: add forgotten functions 9 years ago
Dirk Ziegelmeier 7599706808 One more try to fix mqtt.c 9 years ago
Dirk Ziegelmeier 1c5237b6c4 Try to fix build of mqtt after ALTCP_TLS changes 9 years ago
goldsimon 8b6b270287 mqtt: clean up struct prototypes a bit 9 years ago
goldsimon 8673610f3f mqtt: add TLS support 9 years ago
goldsimon 26a6e034fc mqtt: convert to altcp API 9 years ago
goldsimon 1dfe916808 altcp_tcp: use 'void* state' to store tcp_pcb, not 'altcp_pcb* inner_conn' 9 years ago
goldsimon 881ab3011e mqtt: pass client_user/client_pass to server if != NULL 9 years ago
goldsimon ca43e64d35 minor: fixed typo in doc 9 years ago
Daniel Elstner 751ee7a534 SNTP: Implement round-trip delay compensation 9 years ago
Daniel Elstner cc77b308a4 SNTP: Unify timestamp extraction from response packet 9 years ago
Daniel Elstner 2fa9cd8530 SNTP: Streamline timestamp handling 9 years ago
Daniel Elstner 9323ad3211 arch: Optionally support 64-bit integers 9 years ago