Age | Commit message (Collapse) | Author |
|
* 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.
|