summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/snmpd.c
AgeCommit message (Expand)Author
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-05-28Do not try to unlink the control socket in an unprivileged childFlorian Obser
2015-02-08revert debug changes. reyk would like debug to remain a counter.Ted Unangst
2015-02-08flags should be flags, not counters. from martijn van durenTed Unangst
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-08-18Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore itReyk Floeter
2014-05-23clean up after the traphandler children, otherwise they will live onSebastian Benoit
2014-04-28better proc id name (it handles traps, not alerts) for theBret Lambert
2014-04-25Support running user-defined actions on receipt of snmp traps.Bret Lambert
2014-04-21Copy the updated proc.c from relayd to use the same file. AdjustReyk Floeter
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2013-10-17Update snmpd(8) to use the proc.c privsep style from iked and relayd.Reyk Floeter
2013-10-16no more -r; ok blambertJason McIntyre
2013-10-16 1) move the creation of 'restricted' communication socketsBret Lambert
2012-11-29Wrong argument was passed to control_dispatch_imsg(). Use alwaysYASUOKA Masahiko
2012-09-18knfReyk Floeter
2012-09-17Update copyright and my email address in snmpd while I'm here.Reyk Floeter
2012-09-17Add initial SNMPv3 support to snmpd(8).Reyk Floeter
2012-05-28Plug a couple more fd leaks. As part of the fix, make all the *initJoel Knight
2012-02-23Bring in PF-MIB to snmpd.Joel Knight
2009-06-06sync snmpd with the common imsg code, making it lib ready as well.Pierre-Yves Ritschard
2008-09-26allow to add an additional restricted control socket for trap sendingReyk Floeter
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-03-16usage statements are preceeded with usage:David Gwynne
2008-02-16sort flags in both synopsis and usageIgor Sobrado
2008-01-16implementation of the SNMP trap sender interfaceReyk Floeter
2008-01-16bump copyrightReyk Floeter
2007-12-28split code handling the "structure of management information" and theReyk Floeter
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter