Age | Commit message (Expand) | Author |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-02-06 | Let the config parser make use of the mib_string2oid(). | Martijn van Duren |
2024-02-06 | Replace most smi_oid2string() calls with the new mib_oid2string(). | Martijn van Duren |
2024-01-16 | Convert to imsg_get_fd() and remove unused proc_forward_imsg(). | Claudio Jeker |
2023-12-21 | mib_init() and MIB() disappeared with mib.c, remove their declarations. | Martijn van Duren |
2023-12-21 | Clean up snmpd's header situation. | Martijn van Duren |
2023-11-13 | Apparently base-gcc doesn't like having OID() inside MIBDECL(). Handroll | Martijn van Duren |
2023-11-12 | Move struct oid from snmpd.h into smi.c and trim a lot of the now unused | Martijn van Duren |
2023-11-12 | Remove a bunch of unused smi_ functions and move a couple of definitions | Martijn van Duren |
2023-11-12 | Let MIBDECL() make use of OID(). This gives use bo_n for free and we | Martijn van Duren |
2023-11-12 | Now that smi.c is basically an oid/name translator, let smi_insert() | Martijn van Duren |
2023-11-12 | Now that the last consumer of mps.c is gone, remove it and its | Martijn van Duren |
2023-11-04 | Move SNMPv2-MIB::system from mib.c into the new application_internal.c. | Martijn van Duren |
2023-11-04 | Introduce application_internal.c. This backend is meant to replace | Martijn van Duren |
2022-10-06 | Remove a lot of old (dead) code that's either been superseded, or moved to | Martijn van Duren |
2022-09-01 | Add privilege separation to snmpd. | Martijn van Duren |
2022-08-23 | (Re)add support for agentx in snmpd | Martijn van Duren |
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 |