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
/
snmpd
/
control.c
Age
Commit message (
Expand
)
Author
2014-07-12
Sync msgbuf_write() changes from relayd.
Reyk Floeter
2014-06-03
Handle the event parameter of libevent callback function as a bit
YASUOKA Masahiko
2014-04-25
Remove NULL pointer dereference, which jsg insists I not
Bret Lambert
2014-04-21
Copy the updated proc.c from relayd to use the same file. Adjust
Reyk Floeter
2014-04-14
Make snmpd use the AgentX protcol for accepting trap requests.
Bret Lambert
2013-11-26
remove "clever" shortcut that might bite later, ok gilles benno
Henning Brauer
2013-11-13
handle msgbuf_write() returning EAGAIN
Sebastian Benoit
2013-10-17
Update snmpd(8) to use the proc.c privsep style from iked and relayd.
Reyk Floeter
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2012-11-29
Wrong argument was passed to control_dispatch_imsg(). Use always
YASUOKA Masahiko
2012-09-18
knf
Reyk Floeter
2012-04-11
delete excessive evtimer_pending; ok claudio
Theo de Raadt
2012-04-08
add the evtimout rate-limiting code for accept() here too.
Theo de Raadt
2010-05-14
Use calloc() instead of malloc() to allocate the connection structure. This
Claudio Jeker
2009-12-02
log_warn() consistency.
Michael Knudsen
2009-11-26
sync snmp_imsg_hdr with imsg_hdr and unbreak the snmp trap interface
Reyk Floeter
2009-06-06
sync snmpd with the common imsg code, making it lib ready as well.
Pierre-Yves Ritschard
2009-02-25
Fix an invalid pointer dereference in control_close(). If control_connbyfd()
Claudio Jeker
2008-09-26
allow to add an additional restricted control socket for trap sending
Reyk Floeter
2008-02-07
add a imsg which allows to "lock" the control connection, the
Reyk Floeter
2008-02-07
spacing
Reyk Floeter
2008-01-31
do not leak confd on malloc failure in control_accept()
Henning Brauer
2008-01-16
implementation of the SNMP trap sender interface
Reyk Floeter
2008-01-16
move trap code to an own file; there will be more
Reyk Floeter
2008-01-16
start working on an interface to send traps via snmpd.sock. userland
Reyk Floeter
2007-12-05
Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementation
Reyk Floeter