summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/snmpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* When many prefixes are stored in pf tables it is not sensibleflorian2020-01-021-1/+2
* Implement SHA-2 (RFC7860) support for authentication.martijn2019-06-111-3/+7
* The digestlength is not always 12 bytes. Make this value variable inmartijn2019-06-111-2/+2
* Allow arbitrary oids to be specified for the getnext request, instead ofmartijn2019-05-161-1/+2
* The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb2019-05-111-2/+2
* The child processes of snmpd(8) did not detach from the terminal.bluhm2019-01-081-2/+2
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-051-2/+1
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-311-2/+2
* Add TCP support to snmpd.mpf2018-04-151-2/+7
* Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofclaudio2018-02-081-2/+2
* Make the engine id is just binary data so make it uint8_t.florian2017-07-281-3/+3
* Repair AgentX support.jca2017-04-211-2/+3
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-3/+5
* Add support for multiple listening socketsjca2016-11-181-5/+11
* Improve source IP address handling.jca2016-11-091-1/+9
* Sync snmpd(8) with other daemons proc.c and teach him how to fork+exec.rzalamena2016-10-281-10/+27
* Use snmpd_env as the only global variable for env to simplify the daemonrzalamena2016-10-281-1/+3
* include sys/tree.h explicitly rather than rely on a random pf headerdlg2016-10-031-1/+3
* Remove more duplicated includesfcambus2016-09-251-2/+1
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-161-1/+5
* Sync proc.c, use proc_composev()reyk2015-12-071-3/+7
* Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK).reyk2015-11-231-8/+1
* Update log.c: change fatal() and fatalx() into variadic functions,reyk2015-11-221-8/+16
* Move local logging functions to util.c and copy log.c from iked. Nowreyk2015-11-211-15/+21
* Link the result of each mps_getbulkreq() to the end of the previous liststhen2015-10-081-2/+3
* Teach snmpd(8) about if_oqdrops.uebayasi2015-10-051-1/+2
* Use "compliant" header guards by avoiding the reserved '_' namespace.reyk2015-06-111-4/+4
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-2/+2
* add support for AgentX subagents in snmpdblambert2014-11-191-21/+41
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-161-1/+2
* Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore itreyk2014-08-181-1/+2
* Sync ktable code with bgpd to fetch, store and perform lookups inmikeb2014-05-141-1/+13
* Add support for exporting ARP table via ipNetToMediaTable OID.mikeb2014-04-281-1/+15
* better proc id name (it handles traps, not alerts) for theblambert2014-04-281-2/+2
* Support running user-defined actions on receipt of snmp traps.blambert2014-04-251-2/+27
* Copy the updated proc.c from relayd to use the same file. Adjustreyk2014-04-211-12/+28
* Make snmpd use the AgentX protcol for accepting trap requests.blambert2014-04-141-2/+18
* remove unused function that distracts from cleaning up the imsg_flush() messflorian2014-02-141-2/+1
* split kernel parts of the if.h into a separate header file if_var.hmikeb2013-11-211-1/+21
* Update snmpd(8) to use the proc.c privsep style from iked and relayd.reyk2013-10-171-27/+94
* 1) move the creation of 'restricted' communication socketsblambert2013-10-161-2/+5
* Add initial SNMP client utility to snmpctl(8).reyk2013-10-011-2/+6
* shuffle some snmpd functions to make them visible in smi.c for snmpctl.reyk2013-09-261-2/+4
* Patch from Ilya Bakulin that allows to put snmpd(8) into read-only modegerhard2013-03-291-1/+2
* as done in ospf{,6}d/relayd, sync yyerror in various other daemons withsthen2013-03-061-1/+2
* Fix compiler warnings about casts discarding const qualifiers andbluhm2013-03-041-2/+2
* Even if there's no special seclevel required in snmpd.conf, we have togerhard2013-01-241-1/+2
* Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable.reyk2012-10-011-2/+2
* knfreyk2012-09-181-4/+4
* Update copyright and my email address in snmpd while I'm here.reyk2012-09-171-2/+2