-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
91 lines (58 loc) · 2.74 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
2005-11-11 David Eder <david@eder.us>
* Finished snmp v3 support
2005-08-05 David Eder <david@eder.us>
* Updated rfc1155_Counter to allow an alternate decoding for
values that should decode as negative. (SNMP_ABS_COUNTER)
2005-08-01 David Eder <david@eder.us>
* Updated is_printable to accept \r, \n and \t.
2005-06-09 David Eder <david@eder.us>
* Update build_varbind to support multiple objects
2004-10-06 David Eder <david@eder.us>
* Added simple MIB compiler.
2004-10-04 David Eder <david@eder.us>
* Hybridized blocking/nonblocking socket I/O to decrease CPU load
while waiting for timeout.
2004-08-27 David Eder <david@eder.us>
* Added v2 Bulk Get.
2004-08-24 David Eder <david@eder.us>
* Fixed bug for ObjectIDs not starting with a dot.
* Added a flag for short int based length encoding to be compatible
with Cisco software.
2004-08-16 David Eder <david@eder.us>
* Added Trap support.
* Fixed bug encoding IPAddresses.
2004-08-12 David Eder <david@eder.us>
* Added support for multi_get, multi_walk, and multi_set to poll
in parallel.
* Removed packet cache (should never have been added in the first
place).
2004-08-10 David Eder <david@eder.us>
* Fixed bug that allowed arbitrary hosts to inject packets.
* Added microsleep to help keep load in check while waiting for
packets.
2004-08-02 David Eder <david@eder.us>
* Added timeout.
* Added packet cache.
* Added 'x' integer, 't' time ticks, 'x' hex string, 's' string,
'a' ip address, 'o' object id, and 'n' null types to snmp::set.
* Change several bitwise operations to arithmetic to avoid overflow
to float problems.
2004-07-06 David Eder <david@eder.us>
* Converted needed portions of library to PHP.
* Replaced management with an smnp class.
2003-10-26 Justin Warren <justin.warren@unicity.com.au>
* Added SNMPv2 support and fixed compatibility bugs caused
by ucd-snmp returning Context Specific tags.
2003-09-21 Justin Warren <justin.warren@unicity.com.au>
* Added licensing information to release under LGPL.
2003-09-19 Jim Crumpler <jgc@pringle.jgc.unicity.com.au>
* lib/libsnmp/rfc1155.py (OctetString.decodeContents): changed all
decodeContents() methods to set the local value of the object and
to return self. This saves alot of object creations, however we
need to make sure we don't use an object as a factory and expect
its value to not change.
2003-09-18 Jim Crumpler <jgc@pringle.jgc.unicity.com.au>
* lib/libsnmp/rfc1155.py (Asn1Object.decode): move the tag and
length portions of decode() to decodeTag() and decodeLength()
0.0.1 2003-08-13 Justin Warren <justin.warren@unicity.com.au>
* First version of libsnmp added to CVS