index
:
rrdbot
master
An snmp polling daemon
stef@thewalter.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
2009-10-29
Skip local socket types that the OS doesn't support.
Stef Walter
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
2009-10-24
Add back support for ports in snmp urls.
Stef Walter
2009-10-24
Remove usage of sock_any calls.
Stef Walter
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
2009-09-24
Fix memory leak on exit.
Stef Walter
2009-09-24
Clear up SNMP pdu after decoding.
Stef Walter
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
2008-03-02
- Support failover between multiple agents
Stef Walter
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 configurin...
Stef Walter
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