summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2012-03-13Fix double free after parse failureStef Walter
2011-01-14Better message when can't listen on a port.Stef Walter
2010-12-08Fix problems with rollover of snmp ids overflowing integers.Stef Walter
2009-10-29Skip 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-24Support bracketted addresses.Stef Walter
2009-10-24Include necessary headerStef Walter
2009-10-24Support for multiple local sockets (ie: INET + INET6)Stef Walter
* Allows us to make ipv6 queries.
2009-10-24Add 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-24Remove 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-24Fix problem in parsing bracketed IPv6 addresses.Stef Walter
2009-10-24Fixes for OpenSolaris 0906Stef Walter
2009-09-24Clear correct variable.Stef Walter
Minor fix
2009-09-24Fix memory leak on exit.Stef Walter
Memory leak on exit (not a big deal) where host->prepared was not freed.
2009-09-24Clear up SNMP pdu after decoding.Stef Walter
This frees strings.
2009-06-16Fix IPV6 address parsingStef Walter
2009-03-25Trim values from the config file.Stef Walter
2008-07-29 - Add parameter to specify bind address.Stef Walter
2008-03-15Use 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 agentsStef Walter
- Support table queries - Major refactoring of internals.
2007-05-28Use 'Stef' instead of 'Nate'Stef Walter
2006-12-09Make things a little clearerStef Walter
2006-12-09Fix warningStef Walter
2006-12-09 - Fix bug where config files are not enumerated on reiserfs [benj]Stef Walter
2006-11-28Fixed asynchronous resolving on FreeBSDStef Walter
2006-11-28Added SNMP v2 support.Stef Walter
2006-08-07Better messages when an OID is too short.Stef Walter
2006-08-06Fixed up licenses and credits.Stef Walter
2006-08-05Config parser fixes.Stef Walter
2006-08-05Added asynchronous DNS resolver. See #47Stef Walter
2006-04-04Move functionality for parsing MIBs, SNMP into common files.Stef Walter
2006-04-04Add support for simpler create options.Stef Walter
2006-03-01Support config files in a config directory tree in rrdbot and tools.Stef Walter
2006-02-23Fail properly when reading a config file failed.Stef Walter
2006-01-28Fix resends.Stef Walter
2006-01-28Fix dumb bug.Stef Walter
2006-01-28Fix compile time warnings.Stef Walter
2006-01-28Add C RRD create tool. See #50Stef Walter
2006-01-28Move config parser stuff into common directory for use by other binaries.Stef Walter
2006-01-28Standardize the string functions and search for them properly when ↵Stef Walter
configuring on different OSs.
2006-01-28First stage of standardizing string functions.Stef Walter
2006-01-27Turn TODO's into tickets and take out bad TODOs.Stef Walter
2006-01-27Move folders into right placesStef Walter