Age | Commit message (Collapse) | Author |
|
When binding to local addresses, certain OS configurations will
return 'not supported' for various socket types, like ipv6.
Skip those socket types when they come up.
|
|
|
|
* Allows us to make ipv6 queries.
|
|
* Note that for urls like: snmp://host1,host2:161/xxx the
port applies to both hosts.
|
|
* This allows us to properly handle complex addresses with
things like %eth0 on the end, etc...
* Also removes support for unix sockets, which didn't really
make sense in an snmp context anyway. Not sure how that code
was usable.
|
|
Memory leak on exit (not a big deal) where host->prepared was not
freed.
|
|
This frees strings.
|
|
|
|
Make table queries more efficient by combining match/value in the same request whenever we've already gotten a match previously.
|
|
- Support table queries
- Major refactoring of internals.
|