summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/control.c
AgeCommit message (Expand)Author
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