summaryrefslogtreecommitdiffstats
path: root/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Link iked test to build so that obj directories are created.bluhm2017-05-301-2/+2
* Remove the .INTERRUPT target, it prevented to terminate the testbluhm2017-05-301-10/+4
* fileops test: Also run on ext2fssf2017-05-302-2/+8
* Fix a race by always modifying the 'counter' variable while holding thempi2017-05-301-3/+3
* *** empty log message ***markus2017-05-292-2/+21
* fuzz the iked payload parser using the openssh unit-test frameworkmarkus2017-05-298-0/+2072
* Minor regress test cleanup.bluhm2017-05-292-24/+21
* Re-add line continuation \ that went missing in the previous commitsf2017-05-291-2/+2
* Regress test for sparse files & mmap with different FSssf2017-05-296-0/+339
* Regress test for sparse files & mmap with different FSssf2017-05-291-3/+3
* Now that pf looks behind IPv4 authentication headers, disable thebluhm2017-05-281-2/+5
* Fix cursor position while removing characters from the command line.anton2017-05-281-0/+1
* Also test arrays of double and long long.millert2017-05-271-142/+421
* Do not connect to cvs.openbsd.org in regress. Run on loopback tobluhm2017-05-271-5/+12
* Go to sleep to let our contending thread win a race.mpi2017-05-271-1/+2
* Do not use reject routes as they prevent path MTU discovery.bluhm2017-05-271-14/+30
* add a test for the git diffs, suggested by tomtedu2017-05-264-3/+20
* Synchronise chacha test cases with the referenced draft - this adds ajsing2017-05-261-23/+23
* Add timing and test name options.millert2017-05-221-12/+83
* Instead of embedding pre-generated tables from McIlroy's "A Killermillert2017-05-223-1538/+315
* correct a return value testjsg2017-05-211-1/+1
* Add input targeted at the Bentley and McIrlroy quicksort generatedmillert2017-05-191-6/+1389
* use mergesort instead of heapsort when comparing resultsmillert2017-05-181-9/+17
* *Add* a test checking that no empty databases get created,schwarze2017-05-171-2/+1
* Stop testing the creation and the properties of empty databases.schwarze2017-05-175-44/+63
* Avoid running the "killer" tests multiple times with the samemillert2017-05-171-10/+19
* Add "median of three" killer, as seen in "Introspective Sorting andmillert2017-05-171-18/+44
* Approximate nlgn instead of using libm. The same approximation maymillert2017-05-172-10/+8
* Add "killer" input from "algorithmic complexity attacks and libcmillert2017-05-171-0/+12
* Revert MI AES-XTS code back to T-tables amid poor performancemikeb2017-05-172-6/+6
* There's no need to track the number of errors (and the counter mightmillert2017-05-171-21/+30
* Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"millert2017-05-173-2/+278
* Try to work around a race in the daily test run. Before killingbluhm2017-05-151-1/+2
* Delete the -H option.schwarze2017-05-152-33/+7
* Delete the obsolete 9-argument-check for .Sh.schwarze2017-05-151-22/+4
* Use netcat options -n, -W, -w to simplify test. Wrap long lines.bluhm2017-05-151-38/+75
* delete the -a option, it's now fully covered by mandoc -Tlint;schwarze2017-05-142-68/+8
* remove the -s option, it is fully covered by mandoc -Tlint;schwarze2017-05-142-19/+12
* Pick aes.c instead of rijndael.cmikeb2017-05-131-2/+2
* Fix typos and spacing. From Andre Smagin <as at smagin.com>. Thanks.ratchov2017-05-121-5/+5
* Run all IPsec tests with a pf rule that logs everything on the enc0bluhm2017-05-123-15/+69
* Enable IPv6 IPsec transport mode tests for ping and TCP over ESPbluhm2017-05-111-34/+1
* Use the new netcat -W recvlimit feature to speed up the test.bluhm2017-05-111-2/+2
* Run tcpdump(8) on the enc0 device while the test is sending IPsecbluhm2017-05-102-26/+123
* Basic implementation of the roff(7) .ti (temporary indent) request.schwarze2017-05-086-2/+84
* fix for new SSH_ERR_KEY_LENGTH error valuedjm2017-05-081-6/+6
* remove arcfour, blowfish and CAST here toodjm2017-05-083-6/+5
* Revise cipher suites in regress to match DSS cipher suite removal.jsing2017-05-071-96/+82
* Basic implementation of the roff(7) .ta (define tab stops) request.schwarze2017-05-076-2/+107
* Add a (currently failing) call to tls_handshake() on a client context thatjsing2017-05-071-1/+8