Age | Commit message (Expand) | Author |
2018-04-15 | Add TCP support to snmpd. | Marco Pfatschbacher |
2018-02-08 | Bump the read sockbuf of the routing socket to 2MB, may help reduce some of | Claudio Jeker |
2017-07-28 | Make the engine id is just binary data so make it uint8_t. | Florian Obser |
2017-04-21 | Repair AgentX support. | Jeremie Courreges-Anglas |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2016-11-18 | Add support for multiple listening sockets | Jeremie Courreges-Anglas |
2016-11-09 | Improve source IP address handling. | Jeremie Courreges-Anglas |
2016-10-28 | Sync snmpd(8) with other daemons proc.c and teach him how to fork+exec. | Rafael Zalamena |
2016-10-28 | Use snmpd_env as the only global variable for env to simplify the daemon | Rafael Zalamena |
2016-10-03 | include sys/tree.h explicitly rather than rely on a random pf header | David Gwynne |
2016-09-25 | Remove more duplicated includes | Frederic Cambus |
2016-08-16 | stop including sys/param.h for nitems. define locally as needed. | Ted Unangst |
2015-12-07 | Sync proc.c, use proc_composev() | Reyk Floeter |
2015-11-23 | Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK). | Reyk Floeter |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-11-21 | Move local logging functions to util.c and copy log.c from iked. Now | Reyk Floeter |
2015-10-08 | Link the result of each mps_getbulkreq() to the end of the previous list | Stuart Henderson |
2015-10-05 | Teach snmpd(8) about if_oqdrops. | Masao Uebayashi |
2015-06-11 | Use "compliant" header guards by avoiding the reserved '_' namespace. | Reyk Floeter |
2015-01-16 | first batch of cleanup to programs based upon the namespace cleanups | Theo de Raadt |
2014-11-19 | add support for AgentX subagents in snmpd | Bret Lambert |
2014-11-16 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore it | Reyk Floeter |
2014-05-14 | Sync ktable code with bgpd to fetch, store and perform lookups in | Mike Belopuhov |
2014-04-28 | Add support for exporting ARP table via ipNetToMediaTable OID. | Mike Belopuhov |
2014-04-28 | better proc id name (it handles traps, not alerts) for the | Bret Lambert |
2014-04-25 | Support running user-defined actions on receipt of snmp traps. | Bret Lambert |
2014-04-21 | Copy the updated proc.c from relayd to use the same file. Adjust | Reyk Floeter |
2014-04-14 | Make snmpd use the AgentX protcol for accepting trap requests. | Bret Lambert |
2014-02-14 | remove unused function that distracts from cleaning up the imsg_flush() mess | Florian Obser |
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov |
2013-10-17 | Update 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 sockets | Bret Lambert |
2013-10-01 | Add initial SNMP client utility to snmpctl(8). | Reyk Floeter |
2013-09-26 | shuffle some snmpd functions to make them visible in smi.c for snmpctl. | Reyk Floeter |
2013-03-29 | Patch from Ilya Bakulin that allows to put snmpd(8) into read-only mode | Gerhard Roth |
2013-03-06 | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | Stuart Henderson |
2013-03-04 | Fix compiler warnings about casts discarding const qualifiers and | Alexander Bluhm |
2013-01-24 | Even if there's no special seclevel required in snmpd.conf, we have to | Gerhard Roth |
2012-10-01 | Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable. | Reyk Floeter |
2012-09-18 | knf | Reyk Floeter |
2012-09-17 | Update copyright and my email address in snmpd while I'm here. | Reyk Floeter |
2012-09-17 | Add initial SNMPv3 support to snmpd(8). | Reyk Floeter |
2012-05-28 | Plug a couple more fd leaks. As part of the fix, make all the *init | Joel Knight |
2012-04-08 | add the evtimout rate-limiting code for accept() here too. | Theo de Raadt |
2012-02-23 | Bring in PF-MIB to snmpd. | Joel Knight |
2012-02-01 | Variable bindings need instance identifiers, for scalars this is always .0. | Camiel Dobbelaar |
2011-04-21 | Add a "filter-routes" option; when set, snmpd asks the kernel not to | Stuart Henderson |
2010-09-20 | Return error on GET requests without an instance identifier, both for | Martin Hedenfal |
2010-06-11 | Implement IP-FORWARD-MIB, ipv4 only for now. | Jonathan Gray |