Age | Commit message (Expand) | Author |
2022-06-30 | Introduce a blocklist backend and keyword. | Martijn van Duren |
2022-01-19 | Move some smi.c functions to their own header. | Martijn van Duren |
2022-01-19 | Move log.c functions to their own header. | Martijn van Duren |
2021-09-02 | Allow snmpd(8) to send SNMPv3 traps. | Martijn van Duren |
2021-08-09 | Allow setting the engineid. | Martijn van Duren |
2021-08-08 | Switch default snmpd and snmp auth back to hmac-sha1. | Stuart Henderson |
2021-06-20 | Change default user auth to hmac-sha256 and enc to aes. | Martijn van Duren |
2021-06-20 | Tighten default security for snmpd(8). This is done by doing several | Martijn van Duren |
2021-05-20 | Rename context to pdutype. This is in line with the naming schema from the | Martijn van Duren |
2021-02-05 | Introduce a transaction id. This is currently mostly a dummy-variable, but | Martijn van Duren |
2021-01-28 | Remove print_{debug,verbose} since they're currently unused and I see no | Martijn van Duren |
2021-01-27 | these programs (with common ancestry) had a -fno-common problem related | Theo de Raadt |
2021-01-22 | Remove the traphandler process, which was nothing more then a sham. | Martijn van Duren |
2020-09-06 | Split "trap receiver" into its own trap_address struct and clean up the | Martijn van Duren |
2020-08-23 | Merge listen_sock into address, since there's a 1:1 correlation. Save some | Martijn van Duren |
2020-08-08 | Greatly simplify snmpe_parsevarbinds. | Martijn van Duren |
2020-06-30 | Remove agentx and control socket support. | Martijn van Duren |
2020-01-02 | When many prefixes are stored in pf tables it is not sensible | Florian Obser |
2019-06-11 | Implement SHA-2 (RFC7860) support for authentication. | Martijn van Duren |
2019-06-11 | The digestlength is not always 12 bytes. Make this value variable in | Martijn van Duren |
2019-05-16 | Allow arbitrary oids to be specified for the getnext request, instead of | Martijn van Duren |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob |
2019-01-08 | The child processes of snmpd(8) did not detach from the terminal. | Alexander Bluhm |
2018-08-05 | Remove cpath pledge(2) promise. We decided that not deleting the unix control | Ricardo Mestre |
2018-07-31 | Make ber type and encoding a unsigned int instead of unsigned long. | Claudio Jeker |
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 |