Age | Commit message (Expand) | Author |
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 |
2010-04-01 | Track blackhole and reject flags since the MIB knows about them. | Claudio Jeker |
2010-03-31 | Track interface addresses in a AF independent way. This is needed to support | Claudio Jeker |
2010-03-29 | Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs as | Claudio Jeker |
2009-06-06 | this one missed the last batch. | Pierre-Yves Ritschard |
2009-06-06 | sync snmpd with the common imsg code, making it lib ready as well. | Pierre-Yves Ritschard |
2008-12-23 | export the livelock counter in a private mib openBSD.5. | Reyk Floeter |
2008-12-08 | report memory and swap in hrStorage, and implement hrProcessor to report | Reyk Floeter |
2008-09-26 | allow to add an additional restricted control socket for trap sending | Reyk Floeter |
2008-07-18 | merge log_host with relayd's version using getnameinfo and rename it | Reyk Floeter |
2008-06-29 | Use C99, not gcc-specific variadics. Ok miod@. | Anders Magnusson |
2008-02-07 | add a imsg which allows to "lock" the control connection, the | Reyk Floeter |
2008-01-18 | add a snmpctl command to send traps to registered receivers using | Reyk Floeter |