Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / perl / SNMP / TODO
1 enhance make test
2
3 implement v2 traps and v3 inform requests.
4
5 solidify/enhance the V3 api
6
7 handle TCP sessions
8
9 See that informative strings are returned and the the error number is
10 useful in all cases. (need to set $! for errors where a session is not
11 returned (failed engineId discovery, memory alloc error, failed key
12 computation?))
13
14 PC and other unix builds - any platform issues
15
16 building with shared libs
17
18 ensure module does not complain with -w.
19
20 enhance async api so that a boolean false return from a callback exits
21 the MainLoop
22
23 enhance async api to store a reference to the perl SNMP::Sesion object
24 for 2 reasons: 1) if the initial calling session goes out of scope we
25 won't destroy the C-struct session until the callback is called. 2) it
26 allows us to set error codes in the perl SNMP::Session object
27
28 see if new async hooks play with Event.pm
29
30 handle dynamic changes to Session parameters, perhaps tie Error* to
31 snmp_session struct rather than current duplicate representation.
32
33 make the parsed mib interface $SNMP::MIB writable
34
35 allow unloading and reinitialization of parsed MIB
36
37 attach to libucdagent - provide agent functionality
38
39 look for *Not Implemeted* and implement :)
40