summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/snmpd
AgeCommit message (Expand)Author
2024-02-08Add tests to make sure that snmpd adheres to the RFC2578 section 7.1Martijn van Duren
2024-02-08No that we load MIB files at snmpd start-up chances that the sleep buildMartijn van Duren
2023-11-20Add a couple of tests for handling of tcp connections.Martijn van Duren
2023-11-16Add 3 tests for when getbulk reaches EOMV.Martijn van Duren
2023-11-13Add 2 tests to make sure getbulkrequests return the correct error index.Martijn van Duren
2023-11-10Add an initial SNMPv3 regression test.Martijn van Duren
2023-11-04With the move of SNMPv2-SMI::snmpV2 into application_internal.c, it's noMartijn van Duren
2023-10-29Add a few tests to make sure that getnext requests on/under a registeredMartijn van Duren
2023-10-29Add a regress test to make sure that agentx responses equal toMartijn van Duren
2023-10-27Add a test that would cause a use after free previously by sending aMartijn van Duren
2023-10-24Add a new regression framework for snmpd.Martijn van Duren
2022-01-19Disable regress for set requests after dropping support in new applicationMartijn van Duren
2022-01-07Somehow I always forget that the more global LC_ALL takes precedence overMartijn van Duren
2022-01-05Use LC_CTYPE instead of LC_ALL.Martijn van Duren
2021-10-23For testing snmpd, use rc script to stop any running snmpd on machineAlexander Bluhm
2021-10-11Invoke ${SUDO} before env(1) and not the other way around. Otherwise,Anton Lindqvist
2021-09-07The trap receiver syntax changed.Martijn van Duren
2021-06-20Adjust snmpd regress to recent changesMartijn van Duren
2021-01-22Adjust for traphandler process removal commit.Martijn van Duren
2020-08-08Add regression test for snmp(1) UTF-8 support by abusing the oid keywordMartijn van Duren
2019-10-03Now that we have snmp set, we can fully remove the dependency on netsnmp.Martijn van Duren
2019-09-18Let snmpd's regress test make use of our very own brand new SNMPv3/USMMartijn van Duren
2019-08-09Move snmpd regress test from snmpctl(8) to snmp(1).Martijn van Duren
2018-07-20Listen on 127.0.0.1 and ::1 in the regress config since the test use localhostClaudio Jeker
2018-06-30Fix a few more of the same.rob
2018-06-30Fix regressoin test (typo) for SNMPv3 authentication.rob
2017-08-28Update copyright notice contact info.rob
2017-08-25Quote some variable strings and make output verbose.rob
2017-08-12snmpe runs as user _snmpd not _snmp.rob
2017-08-11Add a wait call between different invocations of snmpd test runs to avoidrob
2017-08-11Add regression tests for snmpd. Not hooked into regress/usr.sbin/Makefile yet.rob