Notes20100315
From Net-SNMP Wiki
					
										
					
					Net-SNMP Meeting
2010-03-15
2010-03-15
| Previous: | 2010-02-22 | 
| Next: | 2010-04-?? | 
This is the meeting agenda/notes for the Meeting held on 2010-03-15.
Date and Time: 2010-03-15 20:00 UTC
-  Next Meeting Time
- Apr 19
 
 -  Releases
-  5.2.x -- dts12 
- shooting for early-to-late April depending on responses (rc1 -> final, vs rc1 -> rc2 -> final)
 
 -  5.4.x -- dts12 
- shooting for early-to-late April depending on responses (rc1 -> final, vs rc1 -> rc2 -> final)
 
 -  5.6.x -- hardaker
- reminder: last time was "probably; confirm this time"
 - vote result: 3 +, 2 o+, 0 -
 
 
 -  5.2.x -- dts12 
 -  Administrative Issues
-  Note: Test server -- back on line
- dts12: could -c public return "read the documentation"?
 
 
 -  Note: Test server -- back on line
 -  Coding Issues
-  RPM API compatibility issues -- jsafrane
- resolved in current code (thinks so)
 -  issue on debian
- Will change logic to librpm && linux to be less optimistic about what's on the system
 
 
 -  UCD-SNMP OID registration issues -- magfr
- nothing new
 
 -  Multi-core CPU issues -- TrogL
- Trogl not present
 - likely stalled indefinitely?
 
 -  agent threads / child processes (see bug 2959811 and bug 2959812)
- will implement using a socket fd and a select() watch
 
 -  HP/UX support? several messages in January about configure/make failing
- no one has hpux boxes.
 - dts12 may have one?
 
 -  processing invalid messages (see mail)
- requestId and similar aren't checked for data type
 - asn_parse_int() is only called for ints, but asn_parse_unsigned() is called for uint, guage, etc so type can't be checked there
 - Where do we check for the type?
 -  Choices"
- ignore the whole thing
 - put it inside asn_parse_foo (which may not be possible)
 - put it above each call
 - create new functions called asn_parse_and_check_int() wrapped around the lower call.
 
 - voting produced mostly support for #2 with fallback to #4 or #3 for dtls12
 - likely to come back after further research
 
 - hrStorage indexes (see mail thread and bug 1689551)
 -  Testing -- Hardaker
- compile everything in dir with every lib, or separate dirs for separate libs?
 - stalled but nearing top of todo list
 - Build a basic framework, as simple as possible - and see what happens
 
 
 -  RPM API compatibility issues -- jsafrane
 -  Round Table
- hardaker: (d)tls, config and testing
 - bartvanassche: agentx default on windows to use localhost:705