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