Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-29 | Skip local socket types that the OS doesn't support. | Stef Walter | |
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. | |||
2009-10-24 | Support bracketted addresses. | Stef Walter | |
2009-10-24 | Include necessary header | Stef Walter | |
2009-10-24 | Support for multiple local sockets (ie: INET + INET6) | Stef Walter | |
* Allows us to make ipv6 queries. | |||
2009-10-24 | Add back support for ports in snmp urls. | Stef Walter | |
* Note that for urls like: snmp://host1,host2:161/xxx the port applies to both hosts. | |||
2009-10-24 | Remove usage of sock_any calls. | Stef Walter | |
* 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. | |||
2009-10-24 | Fix problem in parsing bracketed IPv6 addresses. | Stef Walter | |
2009-10-24 | Fixes for OpenSolaris 0906 | Stef Walter | |
2009-09-24 | Clear correct variable. | Stef Walter | |
Minor fix | |||
2009-09-24 | Fix memory leak on exit. | Stef Walter | |
Memory leak on exit (not a big deal) where host->prepared was not freed. | |||
2009-09-24 | Clear up SNMP pdu after decoding. | Stef Walter | |
This frees strings. | |||
2009-06-16 | Fix IPV6 address parsing | Stef Walter | |
2009-03-25 | Trim values from the config file. | Stef Walter | |
2008-07-29 | - Add parameter to specify bind address. | Stef Walter | |
2008-03-15 | Use SNMP GETNEXT requests for the table queries. | Stef Walter | |
Make table queries more efficient by combining match/value in the same request whenever we've already gotten a match previously. | |||
2008-03-02 | - Support failover between multiple agents | Stef Walter | |
- Support table queries - Major refactoring of internals. | |||
2007-05-28 | Use 'Stef' instead of 'Nate' | Stef Walter | |
2006-12-09 | Make things a little clearer | Stef Walter | |
2006-12-09 | Fix warning | Stef Walter | |
2006-12-09 | - Fix bug where config files are not enumerated on reiserfs [benj] | Stef Walter | |
2006-11-28 | Fixed asynchronous resolving on FreeBSD | Stef Walter | |
2006-11-28 | Added SNMP v2 support. | Stef Walter | |
2006-08-07 | Better messages when an OID is too short. | Stef Walter | |
2006-08-06 | Fixed up licenses and credits. | Stef Walter | |
2006-08-05 | Config parser fixes. | Stef Walter | |
2006-08-05 | Added asynchronous DNS resolver. See #47 | Stef Walter | |
2006-04-04 | Move functionality for parsing MIBs, SNMP into common files. | Stef Walter | |
2006-04-04 | Add support for simpler create options. | Stef Walter | |
2006-03-01 | Support config files in a config directory tree in rrdbot and tools. | Stef Walter | |
2006-02-23 | Fail properly when reading a config file failed. | Stef Walter | |
2006-01-28 | Fix resends. | Stef Walter | |
2006-01-28 | Fix dumb bug. | Stef Walter | |
2006-01-28 | Fix compile time warnings. | Stef Walter | |
2006-01-28 | Add C RRD create tool. See #50 | Stef Walter | |
2006-01-28 | Move config parser stuff into common directory for use by other binaries. | Stef Walter | |
2006-01-28 | Standardize the string functions and search for them properly when ↵ | Stef Walter | |
configuring on different OSs. | |||
2006-01-28 | First stage of standardizing string functions. | Stef Walter | |
2006-01-27 | Turn TODO's into tickets and take out bad TODOs. | Stef Walter | |
2006-01-27 | Move folders into right places | Stef Walter | |