summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2018-12-31catch up with the changed order of warnings;Ingo Schwarze
2018-12-27ssh_packet_set_state() now frees ssh->kex implicitly, so don'tDamien Miller
2018-12-21Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze
2018-12-20Bugfix:Ingo Schwarze
2018-12-16make test output less uglyIngo Schwarze
2018-12-15Yet another round of improvements to manual font selection.Ingo Schwarze
2018-12-15Several improvements to escape sequence handling.Ingo Schwarze
2018-12-15remove unused and problematic sudo clean. ok espieTed Unangst
2018-12-07Test that "b" and "t" (branch) commands can be followed by a semicolonIngo Schwarze
2018-12-04Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze
2018-12-03In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze
2018-12-03adapt to the change in mansearch.c rev. 1.62;Ingo Schwarze
2018-11-26When a conditional block is closed by putting "\}" on a text lineIngo Schwarze
2018-11-23Remove now-unneeded ifdef SIGINFO around handler since it is now alwaysDarren Tucker
2018-11-22Output info on SIGUSR1 as well as SIGINFO to resync with portable.Darren Tucker
2018-11-22Append pid to temp files in /var/run and set a cleanup trap for them.Darren Tucker
2018-11-12- Fix UTF-8 regression test when running with LC_{CTYPE,ALL}=C by settingMartijn van Duren
2018-11-06Regression test for UTF-8 separator for join(1).Martijn van Duren
2018-10-31UsePrivilegeSeparation no is deprecated, test "yes" and "sandbox".Darren Tucker
2018-10-23Add regression test for joining on NULL columns.Martijn van Duren
2018-10-18Enable regress tests testing the bugs reported inOtto Moerbeek
2018-10-17add some knobs:Damien Miller
2018-10-15Add join testsOtto Moerbeek
2018-10-15Basic set of tests taken from spec plus some extra. Extra ones are failingOtto Moerbeek
2018-10-02Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze
2018-09-30For -w output in -m mode, tweak the handling of bytes that do notIngo Schwarze
2018-09-30fix the rest of the bug mitigated in the previous commit:Ingo Schwarze
2018-09-15Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.xKinichiro Inoguchi
2018-09-14Add interoperability test mode for regress appstest.shKinichiro Inoguchi
2018-09-13missed a bit of openssl-1.0.x API in this unittestDamien Miller
2018-09-13use only openssl-1.1.x API here tooDamien Miller
2018-09-12Include certs with multiple RSA signature variants in test dataDamien Miller
2018-09-12test revocation by explicit hash and by fingerprintDamien Miller
2018-09-12s/sshkey_demote/sshkey_from_private/gDamien Miller
2018-09-08Fix indent and adjust line fit to 80 columns.Kinichiro Inoguchi
2018-09-08Split test blocks into a function. Test contents are not changed.Kinichiro Inoguchi
2018-09-08Test more ciphers and randomize the order in regress appstest.shKinichiro Inoguchi
2018-09-07tests all available TLSv1.2 ciphersKinichiro Inoguchi
2018-08-27Add protocol and cipher patterns in regress appstest.shKinichiro Inoguchi
2018-08-26Stop s_server if error occurs in regress appstest.shKinichiro Inoguchi
2018-08-25oops, hook up the tests for the roff(7) .char requestIngo Schwarze
2018-08-25Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze
2018-08-25If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze
2018-08-24Fix dates that got broken by committing from one day to anotherIngo Schwarze
2018-08-24Rudimentary implementation of the roff(7) .while request.Ingo Schwarze
2018-08-23Add license header.Kinichiro Inoguchi
2018-08-23Check reusing SSL/TLS session ticket by regression testKinichiro Inoguchi
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-08-21Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze
2018-08-21Fix some issues found looking at groff_char(7):Ingo Schwarze