Age | Commit message (Expand) | Author |
2016-10-20 | During sniffing filter strictly on icmp6 "packet too big" to avoid | Alexander Bluhm |
2016-10-20 | By removing all the sleeps I created a race in the pf tests. The | Alexander Bluhm |
2016-10-20 | Replace fork() and sleep() with a Python thread for sniffing packets. | Alexander Bluhm |
2016-10-20 | Replace fork() and sleep() with a Python thread for sniffing packets. | Alexander Bluhm |
2016-10-20 | Make the test faster. Move all the packet matching code into the | Alexander Bluhm |
2016-10-19 | Add a test suite for pf state handling. It needs a remote machine | Alexander Bluhm |
2016-10-19 | Link pf_state test to build. | Alexander Bluhm |
2016-10-19 | Update client hello messages to follow the removal of fixed ECDH. | Joel Sing |
2016-10-19 | Add a test suite for pf state handling. It needs a remote machine | Alexander Bluhm |
2016-10-19 | The clean:, cleandir:, and obj: targets of src/Makefile descend into | Theo Buehler |
2016-10-19 | Do not change routes during test run, but expect that everything | Alexander Bluhm |
2016-10-18 | adjust after the ordering was made well-defined in mandocdb.c rev. 1.180 | Ingo Schwarze |
2016-10-17 | test .Bl -tag without -width; | Ingo Schwarze |
2016-10-13 | In rare cases the number of dropped messages changes a bit more. | Alexander Bluhm |
2016-10-12 | Fix races during syslogd startup and shutdown in privsep tests. | Alexander Bluhm |
2016-10-11 | fix the KEX fuzzer - the previous method of obtaining the packet contents | Damien Miller |
2016-10-11 | Add a regression test for the off by one bug reported by pfg. | Martijn van Duren |
2016-10-10 | The TLS error message depends on the generated fake certificate. | Alexander Bluhm |
2016-10-10 | Move check for sysctl settings from shell script to makefile to | Alexander Bluhm |
2016-10-09 | Remove simple UTF-8 tests. Ingo has written propper tests for | Alexander Bluhm |
2016-10-07 | enable tests for cut(1) and wc(1) | Ingo Schwarze |
2016-10-07 | test multibyte behaviour of cut(1) | Ingo Schwarze |
2016-10-07 | minimal UTF-8 tests for wc(1) | Ingo Schwarze |
2016-10-07 | enable colrm and column, which i apparently forgot | Ingo Schwarze |
2016-10-07 | Add simple regress test for vxlan(4) and etherip(4). | YASUOKA Masahiko |
2016-10-06 | Check that syslogd priv process does exec on itself. | Alexander Bluhm |
2016-10-06 | Add millisecond precision to expected timestamp. | Alexander Bluhm |
2016-10-06 | Move USER out of the way to unbreak the BUILDUSER mechanism. | Martin Natano |
2016-10-05 | Link the setuid regress test to the build in a way that the obj | Alexander Bluhm |
2016-10-05 | Bump the sizes of generated jumbo frames up to the max. | Reyk Floeter |
2016-10-04 | Add test for syslogd(8) -Z ISO timestamp format. | Alexander Bluhm |
2016-10-03 | The setuid tests needs an obj directory that allows to run programs | Alexander Bluhm |
2016-09-30 | The opencvs test checks the RCS id of the file I have just commited. | Alexander Bluhm |
2016-09-30 | The import test of regress/usr.bin/cvs tries to touch a file in | Alexander Bluhm |
2016-09-30 | crypto(4) is no more | Otto Moerbeek |
2016-09-30 | The opencvs sources are not linked to the build. To make the cvs | Alexander Bluhm |
2016-09-30 | also copy pf103.include to obj dir | Otto Moerbeek |
2016-09-30 | In ssh tests set REGRESS_FAIL_EARLY with ?= so that the environment | Alexander Bluhm |
2016-09-29 | If a Makefile both defines SUBDIR and includes <bsd.regress.mk>, | Ingo Schwarze |
2016-09-29 | with commitids, status produces an extra line per revision | Otto Moerbeek |
2016-09-29 | Fix tests | Otto Moerbeek |
2016-09-28 | Add a makefile rule to create the ssh library when regress needs | Alexander Bluhm |
2016-09-28 | The ldap regression test should behave more like the other tests. | Alexander Bluhm |
2016-09-28 | The tun interface has been renamed to tap(4). Adapt ospfd test. | Alexander Bluhm |
2016-09-28 | Do not close stdout when starting netcat, redirect to /dev/null | Alexander Bluhm |
2016-09-28 | An unintened 65536 size change slipped in, revert to 65535 | Reyk Floeter |
2016-09-28 | If stdout is not line buffered, messages got lost when assert() was | Alexander Bluhm |
2016-09-28 | Fix length calculation of PACKET_IN (I forget the 10 byte packet_in header). | Reyk Floeter |
2016-09-28 | Bump buffer size to 64k, the max OFP packet size | Reyk Floeter |
2016-09-28 | I wrote a perfect regress test: a test that never fails. Correctly | Reyk Floeter |