index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
relayd
/
snmp.c
Age
Commit message (
Expand
)
Author
2015-12-05
don't attempt to process AgentX packets when a short read is encountered
Bret Lambert
2015-12-02
In most cases we don't need all arguments of proc_compose*_imsg(),
Reyk Floeter
2015-11-28
Use SOCK_NONBLOCK in relayd as well.
Reyk Floeter
2015-01-22
Clean up the relayd headers with help of include-what-you-use and some
Reyk Floeter
2015-01-22
wrap long lines; spacing.
Reyk Floeter
2014-12-21
Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.
Philip Guenther
2014-11-25
use correct divisor when converting microseconds to 100ths of a second
Bret Lambert
2014-11-24
remove a surplus break statement
Jonathan Gray
2014-11-19
Support exporting relayd statistics via AgentX/snmpd
Bret Lambert
2014-06-25
sync copyright to reality according to my last changes
Reyk Floeter
2014-04-23
Fix format string in DEBUG message (not compiled by default).
Reyk Floeter
2014-04-20
Check another strlcpy overflow that is very unlikely to happen.
Reyk Floeter
2014-04-14
Adapt relayd to use AgentX protocol to send traps
Bret Lambert
2013-01-17
Remove unnecessary pointer casts. No binary diff.
Alexander Bluhm
2012-02-01
Append mandatory instance identifier (.0 for scalars), so other SNMP
Camiel Dobbelaar
2011-05-19
Fix reload support in relayd(8) by reimplementing large parts of the
Reyk Floeter
2011-05-09
Reorganize the relayd code to use the proc.c privsep API/commodity
Reyk Floeter
2011-05-05
Update all logging and debug functions to use the __func__ macro
Reyk Floeter
2009-06-09
missing header file; bring things into scope
Theo de Raadt
2009-06-07
Change the way fds passed over a socket are retreived on the receiving side.
Eric Faurot
2009-06-06
allocate the correct amount of memory
Eric Faurot
2009-06-05
4 handed diff with eric:
Pierre-Yves Ritschard
2009-06-05
Make imsg completely async model agnostic by not requiring an
Pierre-Yves Ritschard
2009-06-03
cleanup contorted and slightly broken call to imsg_get_fd
Eric Faurot
2008-05-05
clean up after reyk (tab at EOL)
Henning Brauer
2008-02-11
Marry relayd with snmpd using new "send trap" option: Request to send
Reyk Floeter