Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-19 | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze | |
in filled text. This does not affect HTML semantics, but makes the HTML code even more humanly readable. While here, - collapse multiple consecutive space characters in filled text - and insert a blank between style entries. | |||
2017-01-18 | Do not use privileged or NFS source ports for UDP packets as inetd | Alexander Bluhm | |
ignores such packets. This should avoid some sporadic failures. While there, use variable names consistently in all tests. | |||
2017-01-18 | Add tests that generate IPv6 atomic fragments for UDP and TCP by | Alexander Bluhm | |
sending an ICMP6 too big packet with MTU 1272. | |||
2017-01-18 | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze | |
around tags and by introducing some simple indentation. No change of HTML semantics intended. | |||
2017-01-18 | Do not unconfigure mount points, vnd devices and NFS daemons during | Alexander Bluhm | |
"make clean". "make build" does a recursive "make cleandir" and there this behavior is undesired unexpected. reported by naddy@ | |||
2017-01-18 | unhook ocsp test from the default since it currently requires network access and | Bob Beck | |
therefore appears to break in bluhm's test setup | |||
2017-01-17 | Correctly tls_config_set_ca_file() return value (no effective change). | Joel Sing | |
Spotted by inoguchi@ | |||
2017-01-16 | SIGTERM does not reliably terminate mountd(8), use -KILL for cleanup. | Alexander Bluhm | |
2017-01-16 | Somewhere between 5.9 and current gen_traffic started to produce one | Florian Obser | |
packet more. It is a bit unclear when and why this happened but it's not a regression in pflow (verified with tcpdump), so adjust expected counters accordingly. | |||
2017-01-16 | remove duration, it depends too much on the specific setup | Florian Obser | |
2017-01-14 | It's not longer a syntax error to provide a flowdst without a port | Florian Obser | |
number. Drop argument altogether to provoke a syntax error. | |||
2017-01-14 | Remove priority line, ifconfig(8) prints the interface index on the | Florian Obser | |
same line and that changes on every interface creation, messing up the diff to ifconfig.ok | |||
2017-01-13 | Let these hppa-specific tests print "SKIPPED" on non-hppa architectures. | Mark Kettenis | |
Include some missing header files while I'm there. | |||
2017-01-13 | Make mount points and makefiles for file system tests consistent. | Alexander Bluhm | |
Link tests to the build. | |||
2017-01-13 | Run the existing tests for FFS also on a NFS mount point. | Alexander Bluhm | |
2017-01-13 | Use a NFS mount via loopback for testing file system operations. | Alexander Bluhm | |
By changing files directly on the server and accessing them on the client or vice versa, specific kernel behavior can be triggered. Especially using file mmap(2) over NFS is tested. | |||
2017-01-11 | Add a test that creates a nested tree of mount points. All partitions | Alexander Bluhm | |
of a vnd(4) device are mounted under /mnt. A single umount(8) of /mnt should unmount all of them. | |||
2017-01-12 | Remove more checks testing for empty option strings. | Martin Pieuchot | |
These tests never passed and as recently reported by Helg via yasuoka@ some fuse plugins depends on this behavior. | |||
2017-01-12 | Print the test description before running each subtest. | Alexander Bluhm | |
2017-01-12 | Add regress tests for libtls, which currently cover handshakes and closes | Joel Sing | |
using callbacks, file descriptors and sockets. | |||
2017-01-12 | Fix typo in expect. | Alexander Bluhm | |
2017-01-12 | Fix trailing whitespace. | Alexander Bluhm | |
2017-01-12 | The program to create hard links is called ln(1) and not link. | Alexander Bluhm | |
2017-01-12 | Test the non-existing system-call lchflags(2) by using chflagsat(2) | Alexander Bluhm | |
with AT_SYMLINK_NOFOLLOW instead. | |||
2017-01-12 | Do not suppress error messages to stderr, but remove unnecessary | Alexander Bluhm | |
debug prints. This gives better hints why the tests are failing. | |||
2017-01-11 | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze | |
rather than in the formatters. Use NODE_NOSRC flag for .Lb and NODE_NOSRC and NODE_NOPRT for .St. Results in a more rigorous syntax tree and in 135 lines less code. This work was triggered by a question from Abhinav Upadhyay <er dot abhinav dot upadhyay at gmail dot com> (NetBSD) on discuss@. | |||
2017-01-11 | Add a test that creates a nested tree of mount points. All partitions | Alexander Bluhm | |
of a vnd(4) device are mounted under /mnt. A single umount(8) of /mnt should unmount all of them. | |||
2017-01-11 | Make test more verbose when it fails. | Alexander Bluhm | |
2017-01-11 | Fix trailing whitespace. | Alexander Bluhm | |
2017-01-10 | Cleanup the mount point and vnd devices before and after the test. | Alexander Bluhm | |
Use objdir and curdir correctly. Link ffs regress to the build. | |||
2017-01-09 | Provide TLS_INT for consistency with libssl/libcrypto. | Joel Sing | |
2017-01-08 | Stricter validation of the NAME section, in particular: | Ingo Schwarze | |
- require a comma between names - reject all other text nodes - reject all empty Nm below NAME, not only in the leading position - reject Nm after Nd | |||
2017-01-06 | use correct ssh-add program; bz#2654, from Colin Watson | Damien Miller | |
2017-01-06 | Account for timeouts in the integrity tests as failures. | Darren Tucker | |
If the first test in a series for a given MAC happens to modify the low bytes of a packet length, then ssh will time out and this will be interpreted as a test failure. Patch from cjwatson at debian.org via bz#2658. | |||
2017-01-06 | Make forwarding test less racy by using unix domain sockets instead of | Darren Tucker | |
TCP ports where possible. Patch from cjwatson at debian.org via bz#2659. | |||
2017-01-04 | Remove a check for empty option strings from our fuse regress tests. | Stefan Sperling | |
Some fuse plugins rely on empty options (exfat-fuse, ntfs-3g) so this part of the regress test was bogus. It ended up misleading mpi@ and myself when we made a change in libfuse/fuse_opt.c r1.17 which broke some fuse plugins. Regression with broken exfat-fuse reported by Helg via yasuoka@. This commit just fixes our regress test. libfuse is not yet fixed. ok mpi@ | |||
2017-01-03 | Add regress tests for max shared version code. | Joel Sing | |
2017-01-02 | Test listening on multiple sockets simultaneously. | Alexander Bluhm | |
2016-12-30 | Add regress coverage for enabled protocol version range. | Joel Sing | |
2016-12-30 | Now libtls creates nicer certificate verification error messages. | Alexander Bluhm | |
Adapt regex in syslogd test. | |||
2016-12-28 | Make the second, section number argument of .Xr mandatory. | Ingo Schwarze | |
In fact, we have been requiring it for many years. The only reason to not warn when it was missing was excessive traditionalism - it was optional in 4.4BSD. | |||
2016-12-27 | Test that the syslogd program can be started with a relative path. | Alexander Bluhm | |
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas | |
2016-12-26 | Extend regress to include a peer certificate in the session. | Joel Sing | |
2016-12-26 | Ensure that after an i2d_SSL_SESSION() call, the passed pointer now points | Joel Sing | |
to the end of the buffer. | |||
2016-12-22 | Update the regress test to work with the new changes in the switchd(8) | Rafael Zalamena | |
table learning implementation. ok reyk@ | |||
2016-12-21 | Update regress for ECDHE with X25519. | Joel Sing | |
2016-12-21 | Update libcrypto regress to handle header and non-exported symbol changes. | Joel Sing | |
2016-12-21 | Ensure negative time/timeout are handled appropriately. | Joel Sing | |
2016-12-19 | use standard /bin/sh equality test; from Mike Frysinger | Damien Miller | |