summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/snmpd.h
AgeCommit message (Expand)Author
2018-04-15Add TCP support to snmpd.Marco Pfatschbacher
2018-02-08Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofClaudio Jeker
2017-07-28Make the engine id is just binary data so make it uint8_t.Florian Obser
2017-04-21Repair AgentX support.Jeremie Courreges-Anglas
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2016-11-18Add support for multiple listening socketsJeremie Courreges-Anglas
2016-11-09Improve source IP address handling.Jeremie Courreges-Anglas
2016-10-28Sync snmpd(8) with other daemons proc.c and teach him how to fork+exec.Rafael Zalamena
2016-10-28Use snmpd_env as the only global variable for env to simplify the daemonRafael Zalamena
2016-10-03include sys/tree.h explicitly rather than rely on a random pf headerDavid Gwynne
2016-09-25Remove more duplicated includesFrederic Cambus
2016-08-16stop including sys/param.h for nitems. define locally as needed.Ted Unangst
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