summaryrefslogtreecommitdiff
path: root/regress/sbin
AgeCommit message (Collapse)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
ok miod@ millert@
2023-01-31Remove "deletetunnel" command (marked as "remove during 6.4-current").Theo Buehler
The "-tunnel" command of course remains.
2022-12-04Include endian.h for htobe32Tobias Heider
2022-12-03Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.Tobias Heider
2022-11-10cope with recent route output changesAnton Lindqvist
2022-06-25Increase the auto partitioner's maximum /usr size to 30G.mbuhl
OK bluhm, otto, deraadt
2022-06-19Make expected output match reality again.Theo Buehler
2022-06-19Fix rttest output after rtsock.c r1.329 that RTF_DONE to routes sentTheo Buehler
via sysctl(2)
2022-03-23Ensure that pf regress anchor exists before clearing it.Alexander Bluhm
2022-03-15Fix build after recent IKEv2 message fragment retransmit change.Tobias Heider
Found by anton@
2022-02-23Prints in iked fuzzer fill 77% of full regress output. Nobody wantsAlexander Bluhm
to see 23.2 MB text output unless when debugging a failure. And then a logfile is better than stderr. OK claudio@
2022-02-22The fuzzer logs everything to syslog, this is not what we want.Claudio Jeker
Call log_init() and set debug but clear verbose afterwards with log_setverbose(0) still the fuzzer is very verbose. OK millert@ some time ago
2021-12-21Add test cases for intermediate cert with 'set cert_partial_chain'.Tobias Heider
2021-12-13remove a couple hundred sys/param.h includes in userland code, andTheo de Raadt
also whack some sys/cdefs.h early includes which is such a brutally bad pattern ok bluhm mbuhl
2021-12-10Update the *.ok files to reflect the slightly largerKenneth R Westerback
last partition the latest fdisk allows. Spotted, fix tested and ok anton@
2021-12-07Add test case for authentication with locally stored peer certificates.Tobias Heider
2021-12-05Add test case for policy matching on responder with multiple policies thatTobias Heider
only differ by srcid.
2021-11-29Avoid including sys/param.h. Make a local copy of MINIMUM() in test_helper.hTobias Heider
instead, like we did elsewhere. ok bluhm@
2021-11-12honor objdirAnton Lindqvist
2021-11-11Add test case for INVALID_KE in IKE_SA_INIT fallback.Tobias Heider
2021-11-11add tests to cover DIOCCHANGERULE ioctl(2)Alexandr Nedvedicky
OK bluhm@
2021-11-09RegenOtto Moerbeek
2021-10-25- add regression tests for pfctl '$rn' macro expansionAlexandr Nedvedicky
OK @bluhm
2021-10-22After deleting hifn(4) the only provider for the LZS compressionAlexander Bluhm
algorithm is gone. Reomve all LZS references from the tree. The v42bis in isakmpd also looks unsupported. OK mvs@ patrick@ sthen@
2021-09-17add missing sudoAnton Lindqvist
2021-07-26Fix typo.Alexander Bluhm
from alf schlichting
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion. Work done and verified by Ashton Fagg <ashton@fagg.id.au> ok deraadt@ semarie@ claudio@
2021-07-10Add test case for single static address in configuration payload intobhe
addition to existing "config address" test that uses an address pool.
2021-05-28Fix build and disable dhtest for sntrup761x25519. The test assumes atobhe
symmetric KE and does not work with this method.
2021-04-14Rename privacy to temporary in slaacd regress, then it passes.Alexander Bluhm
OK florian@
2021-03-12INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename.Florian Obser
2021-02-15Fix invalid config error in run-psk-fail.tobhe
2021-02-11More route-to fallout in pfctl regress.Alexander Bluhm
2021-02-07route-to rules take ips, not interfaces with optional ips.David Gwynne
another gentle reminder by bluhm@ who pointed out i missed some
2021-02-07i missed a dup-to when tweaking route-to things to takes ips, not ifaces.David Gwynne
gentle reminded by bluhm@
2021-02-04it's fine to route-to to a table.David Gwynne
i think this should have been tweaked a while back.
2021-02-04route-to rules take ips now, not interfaces with optional ips.David Gwynne
reminded by bluhm@
2021-02-04route-to rules take ips, not interfaces with optional ips.David Gwynne
reminded by bluhm@
2021-02-04route-to rules take an ip now, not an interface with optional ip.David Gwynne
they now also only work on keep state rules, so there's even more errors from the parser to expect. reminded by bluhm@
2021-02-04'struct group' is now called 'struct dh_group'.tobhe
2020-12-30py3-scapy is now scapykn
OK bluhm sthen
2020-12-27Link disklabel and newfs regress to build.Alexander Bluhm
2020-12-25Missed a python2 in previous commit.Alexander Bluhm
2020-12-25Switch to scapy with python 3.Alexander Bluhm
2020-12-17Reformating the test logging affected the expected output.Alexander Bluhm
2020-12-17Remove echo headlines.Alexander Bluhm
2020-11-26Fix config_add_transform and config_free_proposal.tobhe
2020-11-21Fix ikev2_nat_detection().tobhe
2020-11-18Constify sa in ikev2_pld_eap(). The parser code must not change anytobhe
sa or policy state, this should help make it clearer. ok patrick@
2020-11-10Pass correct vars to FROM and TO.tobhe