]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/snmp/mib_structs.c
patch #7145: Various typos in SNMP files
[pes-rpp/rpp-lwip.git] / src / core / snmp / mib_structs.c
2010-04-14 goldsimonpatch #7145: Various typos in SNMP files
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-02-04 goldsimonUse macros defined in ip_addr.h (some of them new)...
2010-01-26 goldsimonUse memp pools for snmp instead of the heap; added...
2010-01-24 goldsimonbug #26523: Compiler Warnings
2010-01-14 goldsimonImproved includes in snmp
2009-12-01 goldsimonMinor (null-pointer check for not-on-list-netif)
2007-10-09 goldsimonChanged initialization: many init functions are not...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-08-09 fbernonComments Fix for Doxygen documentation
2007-04-02 goldsimon- Changed the names of some variables in SNMP module...
2006-11-27 christiaansFixed uninitalized variable warnings (using gcc 4.1.1)
2006-11-17 christiaansTrimmed whitespace at line ends.
2006-10-13 christiaansRemoved EXPERIMENTAL status.
2006-10-06 christiaansFixed up mib_external_node support, snmpwalk works...
2006-10-03 christiaansFixed clearing of head and tail pointers in snmp_mib_no...
2006-09-29 christiaansFixed snmp_mib_node_insert() to return 2, for node...
2006-09-27 christiaansRedesign of snmp_msg_event() fsm, added SNMP SET to...
2006-09-14 christiaansImproved mib node struct for external object access...
2006-09-12 christiaansAdded some lines for SET command.
2006-09-06 christiaansFirst getnext succes, values are returned insead of...
2006-09-04 christiaansAdded newlines in debug output, small optimalisations...
2006-09-01 christiaansChanged index structs to mib_list_node structs to place...
2006-08-29 christiaansAdded index tree node structs and functions, e.g. to...
2006-08-21 christiaansPacified GCC warnings and elaborated getnext to work...
2006-08-17 christiaansStarted with getnext and ensure zero length identifiers...
2006-08-11 christiaansMIB-2 object values near to completion, just committing...
2006-07-14 christiaansAdded minimalistic SNMP GET functionality.