Age | Commit message (Expand) | Author |
2021-10-21 | Sync ober_oid_cmp with ax_oid_cmp from libagentx. | Martijn van Duren |
2021-02-22 | Make use of the new '$' feature of ober_scanf_elements to enforce stricter | Martijn van Duren |
2021-01-22 | Remove the traphandler process, which was nothing more then a sham. | Martijn van Duren |
2021-01-05 | Refactor how traphandler verifies the code. | 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-03-11 | Make traphandler_parse also set vbinds for SNMPv1 traps. | Martijn van Duren |
2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | Theo Buehler |
2019-08-14 | Fix ber_scanf_elements for traphandler: | Martijn van Duren |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob |
2018-04-15 | Add TCP support to snmpd. | Marco Pfatschbacher |
2018-02-08 | Kill ber.c support for direct fd read/writes | Jeremie Courreges-Anglas |
2018-01-05 | Remove useless <sys/socketvar.h> includes. | Martin Pieuchot |
2017-08-12 | Initial pledge for snmpd. snmpe remains unpledged. Regression tests pass. | rob |
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-10-28 | Sync snmpd(8) with other daemons proc.c and teach him how to fork+exec. | Rafael Zalamena |
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-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-01-16 | first batch of cleanup to programs based upon the namespace cleanups | Theo de Raadt |
2014-04-25 | Support running user-defined actions on receipt of snmp traps. | Bret Lambert |