Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-13 | Test that splicing loops are aborted with ELOOP. | Alexander Bluhm | |
2016-06-07 | Adapt compat layers after recent changes: srp_swap() and the GC task | Martin Pieuchot | |
for ART. | |||
2016-05-28 | comment typos | Stuart Henderson | |
2016-05-22 | Fix tests: Restrict getpid() to lower 16 bit so that it can still | Alexander Bluhm | |
be used as packet id. Now scapy calls nexthopmtu with this name explicitly in icmp structure. | |||
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt | |
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis | |||
2016-05-03 | Fix some Perl statements perlcritic was bitching about: Variable | Alexander Bluhm | |
declared in conditional statement. | |||
2016-04-27 | unbreak pledge/generic test (breaked since ?) | Sebastien Marie | |
it still requires a pledge(2) with wlpath enable. | |||
2016-04-25 | remove systrace | Ted Unangst | |
2016-03-30 | Cover the case where we are bound to [::] and SO_REUSEADDR is not set. | Vincent Gross | |
2016-03-30 | Clear local and remote ARP cache for every subtest. | Alexander Bluhm | |
OK mpi | |||
2016-03-30 | Fix multicast test and a typo. | Martin Pieuchot | |
ok bluhm@ | |||
2016-03-24 | Make sure that two ARP entries can be created for the same IP when | Martin Pieuchot | |
doing proxy ARP. ok millert@, bluhm@ | |||
2016-03-24 | Remove #ifdef from code shared with the kernel, IPv6 is always enabled | Martin Pieuchot | |
in the tests. | |||
2016-03-23 | Assert that the mask to prefix length conversion is correct when | Martin Pieuchot | |
removing an entry. While here print the corresponding error string when available if rtable_* function fail. | |||
2016-03-19 | Add regress tests for IPV6_PKTINFO with addr | Vincent Gross | |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback | |
Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer. Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix. Prompted by and probably ok deraadt@ millert@ kettenis@ Definitely ok mestre@ ratchov@ | |||
2016-03-04 | be more careful determining which regress/sys/arch/XXX directory to | Theo de Raadt | |
enter; issue came up a dir was deleted containing a obj@ link ok millert | |||
2016-03-03 | Remove option USER_LDT and everything depending on it. | Christian Weisgerber | |
Remove machdep.userldt sysctl. Remove i386_[gs]et_ldt syscall stub from libi386. Remove i386_[gs]et_ldt regression test. ok mlarkin@ millert@ guenther@ | |||
2016-02-28 | Repair the namegen function to make ffs regress useful again. | natano | |
openssl md5 adds a "(stdin)= " prefix to the output, but all we need is the actual md5 sum itself. This caused most of the ffs regress tests to fail. ok mpi@ | |||
2016-01-09 | drop "abort" promise, and make it the default behaviour. | Sebastien Marie | |
The current code has already setted it by default since 1.74 any pledge failure tries to make a coredump (default rules for coredump still applies: so setuid binaries don't create them locally). ok deraadt@ | |||
2015-12-23 | Add my machines' configuration files as an example to the readme. | Alexander Bluhm | |
That should make it easier for others to set up the test. | |||
2015-12-22 | Correct expected results on v6 mcast bind on ANY, and add comments to | Vincent Gross | |
explain why they are expected. | |||
2015-12-09 | add multicast test suites | Vincent Gross | |
2015-12-07 | Add regression tests for in_pcbbind. | Vincent Gross | |
2015-12-05 | simplistic regress test for KEVENT_TIMER kqueue(2) calls | Bret Lambert | |
ok and prodding tedu@ | |||
2015-12-04 | Comment all existing ARP test cases describing what is going on. | Alexander Bluhm | |
Add a new test that creates proxy ARP entries on a second interface. Requests for that from the first interfaces must not be answered. | |||
2015-12-04 | Enter a static ARP entry for a fake address which is not published | Alexander Bluhm | |
by the ARP proxy. The kernel must not answer ARP requests for such addresss. This test triggers a misbehavior in ART as it currently answers in such situations. Radix tree works fine as it uses 33 bit IPv4 entries for ARP proxy. | |||
2015-11-05 | Add regression tests for the ARP implementation in the kernel. Send | Alexander Bluhm | |
multiple ARP packets to a remote machine with Scapy. Check ARP replies, table entries and log messages. All log messages in in_arpinput() are generated. Proxy ARP is also tested. | |||
2015-12-04 | Sync after rt_mask() removal. | Martin Pieuchot | |
2015-12-03 | Sync to recent changes including SRP protection of rtable_get(), use | Martin Pieuchot | |
of a SRPL for the multipath list and rtable_delete() API change. | |||
2015-12-02 | KNF and use ${SUDO} when needed. | Martin Pieuchot | |
ok vgross@ | |||
2015-12-01 | Send solbourne to where the ........... | Theo de Raadt | |
2015-11-17 | Drop a few NULL-checks before free() | mmcc | |
2015-11-14 | Various *syncron* -> *synchron* typos. | Miod Vallat | |
2015-11-14 | regress: pledge: update SYS_kill syscall number | Sebastien Marie | |
2015-11-12 | ART-specific bits to make sure root tables are properly freed. | Martin Pieuchot | |
While here make sure we test the special "default route" case. | |||
2015-11-07 | Emulate loops performed in the software crypto driver more closely | Mike Belopuhov | |
2015-11-05 | Replace a sudo with ${SUDO}. | Alexander Bluhm | |
2015-11-05 | Link arp regress into build. | Alexander Bluhm | |
2015-11-05 | Add regression tests for the ARP implementation in the kernel. Send | Alexander Bluhm | |
multiple ARP packets to a remote machine with Scapy. Check ARP replies, table entries and log messages. All log messages in in_arpinput() are generated. Proxy ARP is also tested. | |||
2015-11-04 | Hook up chacha20-poly1305 test vectors (missed in previous commit) | Mike Belopuhov | |
2015-11-04 | Basic framework to test the rtable_* API directly from userland. | Martin Pieuchot | |
You can replace inet{,6}-fullfeed.txt with a dump of your fullfeed table to really stress this test framework. I did not commit them because CVS certainly doesn't like ~7M file. | |||
2015-11-03 | regress: pledge | Sebastien Marie | |
check for error output for systrace | |||
2015-11-03 | regress: pledge | Sebastien Marie | |
- add $OpenBSD$ tag in systrace.filter.in - replace dir by variable | |||
2015-11-03 | regress pledge: check the regress with systrace enabled too | Sebastien Marie | |
2015-11-03 | Test vectors for Chacha20-Poly1305 | Mike Belopuhov | |
ok naddy, djm, reyk | |||
2015-11-01 | Route output to local addresses has changed, ping6 command line | Alexander Bluhm | |
options have changed, tun has been renamed to tap. Adapt tests. | |||
2015-10-30 | regress: pledge | Sebastien Marie | |
- for calling ioctl(2), we need "stdio" now: change test_request_tty - for calling kill(2), we need "stdio" now: change test_kill | |||
2015-10-29 | regress pledge: rpath isn't needed anymore for mkdir() | Sebastien Marie | |
make the cpath test more strict. | |||
2015-10-27 | add regress test on bind(2)ing with broadcast and inexistant addresses | Vincent Gross | |