summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/traphandler.c
AgeCommit message (Expand)Author
2021-10-21Sync ober_oid_cmp with ax_oid_cmp from libagentx.Martijn van Duren
2021-02-22Make use of the new '$' feature of ober_scanf_elements to enforce stricterMartijn van Duren
2021-01-22Remove the traphandler process, which was nothing more then a sham.Martijn van Duren
2021-01-05Refactor how traphandler verifies the code.Martijn van Duren
2020-09-06Split "trap receiver" into its own trap_address struct and clean up theMartijn van Duren
2020-08-23Merge listen_sock into address, since there's a 1:1 correlation. Save someMartijn van Duren
2020-03-11Make traphandler_parse also set vbinds for SNMPv1 traps.Martijn van Duren
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-08-14Fix ber_scanf_elements for traphandler:Martijn van Duren
2019-05-11The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb
2018-04-15Add TCP support to snmpd.Marco Pfatschbacher
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas
2018-01-05Remove useless <sys/socketvar.h> includes.Martin Pieuchot
2017-08-12Initial pledge for snmpd. snmpe remains unpledged. Regression tests pass.rob
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2016-11-18Add support for multiple listening socketsJeremie Courreges-Anglas
2016-10-28Sync snmpd(8) with other daemons proc.c and teach him how to fork+exec.Rafael Zalamena
2016-08-16stop including sys/param.h for nitems. define locally as needed.Ted Unangst
2015-12-07Sync proc.c, use proc_composev()Reyk Floeter
2015-11-22Update log.c: change fatal() and fatalx() into variadic functions,Reyk Floeter
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-04-25Support running user-defined actions on receipt of snmp traps.Bret Lambert