summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/snmpd.h
AgeCommit message (Expand)Author
2015-12-07Sync proc.c, use proc_composev()Reyk Floeter
2015-11-23Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK).Reyk Floeter
2015-11-22Update log.c: change fatal() and fatalx() into variadic functions,Reyk Floeter
2015-11-21Move local logging functions to util.c and copy log.c from iked. NowReyk Floeter
2015-10-08Link the result of each mps_getbulkreq() to the end of the previous listStuart Henderson
2015-10-05Teach snmpd(8) about if_oqdrops.Masao Uebayashi
2015-06-11Use "compliant" header guards by avoiding the reserved '_' namespace.Reyk Floeter
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-11-19add support for AgentX subagents in snmpdBret Lambert
2014-11-16Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-08-18Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore itReyk Floeter
2014-05-14Sync ktable code with bgpd to fetch, store and perform lookups inMike Belopuhov
2014-04-28Add support for exporting ARP table via ipNetToMediaTable OID.Mike Belopuhov
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-04-14Make snmpd use the AgentX protcol for accepting trap requests.Bret Lambert
2014-02-14remove unused function that distracts from cleaning up the imsg_flush() messFlorian Obser
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2013-10-17Update snmpd(8) to use the proc.c privsep style from iked and relayd.Reyk Floeter
2013-10-16 1) move the creation of 'restricted' communication socketsBret Lambert
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter
2013-09-26shuffle some snmpd functions to make them visible in smi.c for snmpctl.Reyk Floeter
2013-03-29Patch from Ilya Bakulin that allows to put snmpd(8) into read-only modeGerhard Roth
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2013-03-04Fix compiler warnings about casts discarding const qualifiers andAlexander Bluhm
2013-01-24Even if there's no special seclevel required in snmpd.conf, we have toGerhard Roth
2012-10-01Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable.Reyk Floeter
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-04-08add the evtimout rate-limiting code for accept() here too.Theo de Raadt
2012-02-23Bring in PF-MIB to snmpd.Joel Knight
2012-02-01Variable bindings need instance identifiers, for scalars this is always .0.Camiel Dobbelaar
2011-04-21Add a "filter-routes" option; when set, snmpd asks the kernel not toStuart Henderson
2010-09-20Return error on GET requests without an instance identifier, both forMartin Hedenfal
2010-06-11Implement IP-FORWARD-MIB, ipv4 only for now.Jonathan Gray
2010-04-01Track blackhole and reject flags since the MIB knows about them.Claudio Jeker
2010-03-31Track interface addresses in a AF independent way. This is needed to supportClaudio Jeker
2010-03-29Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs asClaudio Jeker
2009-06-06this one missed the last batch.Pierre-Yves Ritschard
2009-06-06sync snmpd with the common imsg code, making it lib ready as well.Pierre-Yves Ritschard
2008-12-23export the livelock counter in a private mib openBSD.5.Reyk Floeter
2008-12-08report memory and swap in hrStorage, and implement hrProcessor to reportReyk Floeter
2008-09-26allow to add an additional restricted control socket for trap sendingReyk Floeter
2008-07-18merge log_host with relayd's version using getnameinfo and rename itReyk Floeter
2008-06-29Use C99, not gcc-specific variadics. Ok miod@.Anders Magnusson
2008-02-07add a imsg which allows to "lock" the control connection, theReyk Floeter
2008-01-18add a snmpctl command to send traps to registered receivers usingReyk Floeter