index
:
mesalab_git/zhangyang/lwip.git
dev_zy
master
Repository for zhangyang/lwip
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
apps
/
snmp
Age
Commit message (
Expand
)
Author
2018-10-24
snmp: avoid NULL pointer dereference, fix return values
Simon Goldschmidt
2018-10-23
snmp: fix coding style in last commit
Simon Goldschmidt
2018-10-23
SNMP: Avoid NULL pointer dereference in snmp_scalar.c
Dirk Ziegelmeier
2018-07-26
Fix bug #54381: SNMP RAW_DATA support is broken
Dirk Ziegelmeier
2018-05-17
etharp: use generic types in external access to ARP table
Simon Goldschmidt
2018-01-16
Fix bug #52911: SNMPv3 time window check is not the same as RFC3414
Dirk Ziegelmeier
2018-01-12
Work on task #14780: Add debug helper asserts to ensure threading/locking req...
Dirk Ziegelmeier
2017-11-22
apps/snmp: Fix buld error when LWIP_SNMP_CONFIGURE_VERSIONS=1
Axel Lin
2017-11-05
Fix follow-up to [bug #52315] Minor typo in output of MIB compiler
Dirk Ziegelmeier
2017-09-17
Reformat SNMP code using astylerc
Dirk Ziegelmeier
2017-08-08
Move several port number #defines to iana.h
Dirk Ziegelmeier
2017-07-26
snmp_asn1.c: Fix handling of u64 values
Dirk Ziegelmeier
2017-07-26
snmp_asn1: Surround u64_t handling functions with #if LWIP_HAVE_INT64
Dirk Ziegelmeier
2017-07-26
Accidentally removed a break statement in my last commit
Dirk Ziegelmeier
2017-07-26
Fix [bug #51520] Big endian bug in apps/snmp/snmp_asn1.c
Dirk Ziegelmeier
2017-07-26
Work on [bug #51577] snmp/asn1: 64 bit encoding/decoding seems broken for big...
Dirk Ziegelmeier
2017-07-26
fix 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-04
SNMP: Cleanup unreachable code
Axel Lin
2017-03-30
snmp_asn1_dec_tlv: explicitly check 'length_bytes > pbuf_stream->length' (for...
goldsimon
2017-03-30
SNMP traps: Fix ignored return values
Dirk Ziegelmeier
2017-03-30
SNMP. Fix several ignored return values
Dirk Ziegelmeier
2017-03-30
Fix community string length copying - correctly handle long strings
Dirk Ziegelmeier
2017-03-30
SNMP: strcpy -> strncpy, strlen -> strnlen
Dirk Ziegelmeier
2017-03-28
SNMP: Advertise SNMPv3 support
Dirk Ziegelmeier
2017-03-06
Some minor SNMPv3 related cleanups
Dirk Ziegelmeier
2017-03-03
Move snmpv3_dummy.* from main lwIP rep to contrib
Dirk Ziegelmeier
2017-03-03
SNMPv3: Missed two locations where the new enums can be used
Dirk Ziegelmeier
2017-03-03
Fixump snmp/snmpv3_dummy.h copyright header
Dirk Ziegelmeier
2017-03-03
snmp/snmpv3_dummy.c: Set default configuration in snmpv3_dummy_init()
Dirk Ziegelmeier
2017-03-03
More SNMPv3 cleanups: Create own header snmpv3_dummy.h and move functions in ...
Dirk Ziegelmeier
2017-03-03
SNMPv3: Rename tcpip_enginetime_timer to snmpv3_enginetime_timer
Dirk Ziegelmeier
2017-03-02
A few more SNMPv3 cleanups
Dirk Ziegelmeier
2017-03-02
Several Win32 compile fixes in SNMP code
Dirk Ziegelmeier
2017-03-02
SNMP: TABs -> spaces
Dirk Ziegelmeier
2017-03-01
Replace several C++ style comments by C-style
Dirk Ziegelmeier
2017-03-01
Fix compile when SNMPv3 is disabled
Dirk Ziegelmeier
2017-03-01
Several compile fixes for Marco's patch
Dirk Ziegelmeier
2017-03-01
Some whitespace fixes to Marco's patches
Dirk Ziegelmeier
2017-03-01
Modified the snmpv3_dummy implementation to be more functional.
Marco
2017-03-01
Add framework MIB and USM mib if SNMPv3 is enabled.
Marco
2017-03-01
Implemented usm mib.
Marco
2017-03-01
Implemented framework mib.
Marco
2017-03-01
Start a timer for enginetime handling.
Marco
2017-03-01
Added handling invalid packets in SNMPv3.
Marco
2017-03-01
Made accepted SNMP version runtime configurable.
Marco
2017-03-01
Added missing context specific tags.
Marco
2017-03-01
Replaced old LWIP_SNMPV3_GET_ENGINE_BOOTS macro.
Marco
2017-03-01
Added LWIP_SINGLE_NETIF for small targets with only one netif (see task #1351...
goldsimon
2017-03-01
Fix bug #50427: SNMP: ifIndex should use netif_get_index()
Dirk Ziegelmeier
[next]