summaryrefslogtreecommitdiff
path: root/src/apps/snmp
AgeCommit message (Expand)Author
2018-10-24snmp: avoid NULL pointer dereference, fix return valuesSimon Goldschmidt
2018-10-23snmp: fix coding style in last commitSimon Goldschmidt
2018-10-23SNMP: Avoid NULL pointer dereference in snmp_scalar.cDirk Ziegelmeier
2018-07-26Fix bug #54381: SNMP RAW_DATA support is brokenDirk Ziegelmeier
2018-05-17etharp: use generic types in external access to ARP tableSimon Goldschmidt
2018-01-16Fix bug #52911: SNMPv3 time window check is not the same as RFC3414Dirk Ziegelmeier
2018-01-12Work on task #14780: Add debug helper asserts to ensure threading/locking req...Dirk Ziegelmeier
2017-11-22apps/snmp: Fix buld error when LWIP_SNMP_CONFIGURE_VERSIONS=1Axel Lin
2017-11-05Fix follow-up to [bug #52315] Minor typo in output of MIB compilerDirk Ziegelmeier
2017-09-17Reformat SNMP code using astylercDirk Ziegelmeier
2017-08-08Move several port number #defines to iana.hDirk Ziegelmeier
2017-07-26snmp_asn1.c: Fix handling of u64 valuesDirk Ziegelmeier
2017-07-26snmp_asn1: Surround u64_t handling functions with #if LWIP_HAVE_INT64Dirk Ziegelmeier
2017-07-26Accidentally removed a break statement in my last commitDirk Ziegelmeier
2017-07-26Fix [bug #51520] Big endian bug in apps/snmp/snmp_asn1.cDirk Ziegelmeier
2017-07-26Work on [bug #51577] snmp/asn1: 64 bit encoding/decoding seems broken for big...Dirk Ziegelmeier
2017-07-26fix bug #51578 (SNMP failed to decode some values on non 32bit platforms)goldsimon
2017-07-06-Wconversion (still far from finished) and other minor compilation fixes...goldsimon
2017-05-04SNMP: Cleanup unreachable codeAxel Lin
2017-03-30snmp_asn1_dec_tlv: explicitly check 'length_bytes > pbuf_stream->length' (for...goldsimon
2017-03-30SNMP traps: Fix ignored return valuesDirk Ziegelmeier
2017-03-30SNMP. Fix several ignored return valuesDirk Ziegelmeier
2017-03-30Fix community string length copying - correctly handle long stringsDirk Ziegelmeier
2017-03-30SNMP: strcpy -> strncpy, strlen -> strnlenDirk Ziegelmeier
2017-03-28SNMP: Advertise SNMPv3 supportDirk Ziegelmeier
2017-03-06Some minor SNMPv3 related cleanupsDirk Ziegelmeier
2017-03-03Move snmpv3_dummy.* from main lwIP rep to contribDirk Ziegelmeier
2017-03-03SNMPv3: Missed two locations where the new enums can be usedDirk Ziegelmeier
2017-03-03Fixump snmp/snmpv3_dummy.h copyright headerDirk Ziegelmeier
2017-03-03snmp/snmpv3_dummy.c: Set default configuration in snmpv3_dummy_init()Dirk Ziegelmeier
2017-03-03More SNMPv3 cleanups: Create own header snmpv3_dummy.h and move functions in ...Dirk Ziegelmeier
2017-03-03SNMPv3: Rename tcpip_enginetime_timer to snmpv3_enginetime_timerDirk Ziegelmeier
2017-03-02A few more SNMPv3 cleanupsDirk Ziegelmeier
2017-03-02Several Win32 compile fixes in SNMP codeDirk Ziegelmeier
2017-03-02SNMP: TABs -> spacesDirk Ziegelmeier
2017-03-01Replace several C++ style comments by C-styleDirk Ziegelmeier
2017-03-01Fix compile when SNMPv3 is disabledDirk Ziegelmeier
2017-03-01Several compile fixes for Marco's patchDirk Ziegelmeier
2017-03-01Some whitespace fixes to Marco's patchesDirk Ziegelmeier
2017-03-01Modified the snmpv3_dummy implementation to be more functional.Marco
2017-03-01Add framework MIB and USM mib if SNMPv3 is enabled.Marco
2017-03-01Implemented usm mib.Marco
2017-03-01Implemented framework mib.Marco
2017-03-01Start a timer for enginetime handling.Marco
2017-03-01Added handling invalid packets in SNMPv3.Marco
2017-03-01Made accepted SNMP version runtime configurable.Marco
2017-03-01Added missing context specific tags.Marco
2017-03-01Replaced old LWIP_SNMPV3_GET_ENGINE_BOOTS macro.Marco
2017-03-01Added LWIP_SINGLE_NETIF for small targets with only one netif (see task #1351...goldsimon
2017-03-01Fix bug #50427: SNMP: ifIndex should use netif_get_index()Dirk Ziegelmeier