Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-19 | Add missing removal of network interfaces in regress cleanup targets. | Anton Lindqvist | |
Reducing the risk tests conflicting with each other. ok bluhm@ | |||
2023-10-12 | Let vnconfig select an unused device as opposed of unconditionally | Anton Lindqvist | |
assume vnd0 is available. | |||
2023-08-30 | cover failure on insecure passfiles | Klemens Nanni | |
2023-08-30 | exercise [-p passfile] (this is not a keydisk) | Klemens Nanni | |
2023-08-30 | verify that the number of rounds does not decrease | Klemens Nanni | |
2023-08-21 | cover force recreation (with smallest non-default number of rounds) | Klemens Nanni | |
The idea is for a later diff to inspect -v output wrt. chosen number of rounds in order to a) test -r behaviour and b) confirm that '-Cforce -rN' that a value has been recreated (output is identical for attach an create). | |||
2023-08-21 | rename target to reflect reality | Klemens Nanni | |
Volumes can be recreated, but the same chunk cannot be used twice. This is what '-C force' is for. | |||
2023-08-21 | = ought to be += in previous | Klemens Nanni | |
2023-08-21 | cover expected failures for volume recreation and the empty passphrase | Klemens Nanni | |
2023-08-21 | bioctl tests needs root | Anton Lindqvist | |
2023-08-20 | First tests for bioctl(8), start with scripted creation + passphrase change | Klemens Nanni | |
These are meant for CLI bits like passphrase hashing, error handling and interactive vs. scripted behaviour. regress/sys/dev/softraid/ and stuff like regress/usr.sbin/installboot/ already test specific softraid(4) disciplines and disk handling. | |||
2023-05-30 | sparc64 disklabel(8) must be compiled with SUN_CYLCHECK and SUN_AAT0. | Kenneth R Westerback | |
sparc64 auto allocation during install does not use fdisk(8). Add *.sparc64.ok files that reflect sparc64 reality. Should fix disklabel(8) regression on sparc64. Requested by & ok bluhm@ | |||
2023-04-19 | remove duplicate includes | Jonathan Gray | |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther | |
ok miod@ millert@ | |||
2023-01-31 | Remove "deletetunnel" command (marked as "remove during 6.4-current"). | Theo Buehler | |
The "-tunnel" command of course remains. | |||
2022-12-04 | Include endian.h for htobe32 | Tobias Heider | |
2022-12-03 | Consistently use uintXX_t from <stdint.h> instead of u_intXX_t. | Tobias Heider | |
2022-11-10 | cope with recent route output changes | Anton Lindqvist | |
2022-06-25 | Increase the auto partitioner's maximum /usr size to 30G. | mbuhl | |
OK bluhm, otto, deraadt | |||
2022-06-19 | Make expected output match reality again. | Theo Buehler | |
2022-06-19 | Fix rttest output after rtsock.c r1.329 that RTF_DONE to routes sent | Theo Buehler | |
via sysctl(2) | |||
2022-03-23 | Ensure that pf regress anchor exists before clearing it. | Alexander Bluhm | |
2022-03-15 | Fix build after recent IKEv2 message fragment retransmit change. | Tobias Heider | |
Found by anton@ | |||
2022-02-23 | Prints in iked fuzzer fill 77% of full regress output. Nobody wants | Alexander 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-22 | The 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-21 | Add test cases for intermediate cert with 'set cert_partial_chain'. | Tobias Heider | |
2021-12-13 | remove a couple hundred sys/param.h includes in userland code, and | Theo de Raadt | |
also whack some sys/cdefs.h early includes which is such a brutally bad pattern ok bluhm mbuhl | |||
2021-12-10 | Update the *.ok files to reflect the slightly larger | Kenneth R Westerback | |
last partition the latest fdisk allows. Spotted, fix tested and ok anton@ | |||
2021-12-07 | Add test case for authentication with locally stored peer certificates. | Tobias Heider | |
2021-12-05 | Add test case for policy matching on responder with multiple policies that | Tobias Heider | |
only differ by srcid. | |||
2021-11-29 | Avoid including sys/param.h. Make a local copy of MINIMUM() in test_helper.h | Tobias Heider | |
instead, like we did elsewhere. ok bluhm@ | |||
2021-11-12 | honor objdir | Anton Lindqvist | |
2021-11-11 | Add test case for INVALID_KE in IKE_SA_INIT fallback. | Tobias Heider | |
2021-11-11 | add tests to cover DIOCCHANGERULE ioctl(2) | Alexandr Nedvedicky | |
OK bluhm@ | |||
2021-11-09 | Regen | Otto Moerbeek | |
2021-10-25 | - add regression tests for pfctl '$rn' macro expansion | Alexandr Nedvedicky | |
OK @bluhm | |||
2021-10-22 | After deleting hifn(4) the only provider for the LZS compression | Alexander Bluhm | |
algorithm is gone. Reomve all LZS references from the tree. The v42bis in isakmpd also looks unsupported. OK mvs@ patrick@ sthen@ | |||
2021-09-17 | add missing sudo | Anton Lindqvist | |
2021-07-26 | Fix typo. | Alexander Bluhm | |
from alf schlichting | |||
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob 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-10 | Add test case for single static address in configuration payload in | tobhe | |
addition to existing "config address" test that uses an address pool. | |||
2021-05-28 | Fix build and disable dhtest for sntrup761x25519. The test assumes a | tobhe | |
symmetric KE and does not work with this method. | |||
2021-04-14 | Rename privacy to temporary in slaacd regress, then it passes. | Alexander Bluhm | |
OK florian@ | |||
2021-03-12 | INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename. | Florian Obser | |
2021-02-15 | Fix invalid config error in run-psk-fail. | tobhe | |
2021-02-11 | More route-to fallout in pfctl regress. | Alexander Bluhm | |
2021-02-07 | route-to rules take ips, not interfaces with optional ips. | David Gwynne | |
another gentle reminder by bluhm@ who pointed out i missed some | |||
2021-02-07 | i missed a dup-to when tweaking route-to things to takes ips, not ifaces. | David Gwynne | |
gentle reminded by bluhm@ | |||
2021-02-04 | it's fine to route-to to a table. | David Gwynne | |
i think this should have been tweaked a while back. | |||
2021-02-04 | route-to rules take ips now, not interfaces with optional ips. | David Gwynne | |
reminded by bluhm@ |