Age | Commit message (Expand) | Author |
2018-11-23 | Remove now-unneeded ifdef SIGINFO around handler since it is now always | Darren Tucker |
2018-11-22 | Output info on SIGUSR1 as well as SIGINFO to resync with portable. | Darren Tucker |
2018-11-22 | Append 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 setting | Martijn van Duren |
2018-11-06 | Regression test for UTF-8 separator for join(1). | Martijn van Duren |
2018-10-31 | UsePrivilegeSeparation no is deprecated, test "yes" and "sandbox". | Darren Tucker |
2018-10-23 | Add regression test for joining on NULL columns. | Martijn van Duren |
2018-10-18 | Enable regress tests testing the bugs reported in | Otto Moerbeek |
2018-10-17 | add some knobs: | Damien Miller |
2018-10-15 | Add join tests | Otto Moerbeek |
2018-10-15 | Basic set of tests taken from spec plus some extra. Extra ones are failing | Otto Moerbeek |
2018-10-02 | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze |
2018-09-30 | For -w output in -m mode, tweak the handling of bytes that do not | Ingo Schwarze |
2018-09-30 | fix the rest of the bug mitigated in the previous commit: | Ingo Schwarze |
2018-09-15 | Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.x | Kinichiro Inoguchi |
2018-09-14 | Add interoperability test mode for regress appstest.sh | Kinichiro Inoguchi |
2018-09-13 | missed a bit of openssl-1.0.x API in this unittest | Damien Miller |
2018-09-13 | use only openssl-1.1.x API here too | Damien Miller |
2018-09-12 | Include certs with multiple RSA signature variants in test data | Damien Miller |
2018-09-12 | test revocation by explicit hash and by fingerprint | Damien Miller |
2018-09-12 | s/sshkey_demote/sshkey_from_private/g | Damien Miller |
2018-09-08 | Fix indent and adjust line fit to 80 columns. | Kinichiro Inoguchi |
2018-09-08 | Split test blocks into a function. Test contents are not changed. | Kinichiro Inoguchi |
2018-09-08 | Test more ciphers and randomize the order in regress appstest.sh | Kinichiro Inoguchi |
2018-09-07 | tests all available TLSv1.2 ciphers | Kinichiro Inoguchi |
2018-08-27 | Add protocol and cipher patterns in regress appstest.sh | Kinichiro Inoguchi |
2018-08-26 | Stop s_server if error occurs in regress appstest.sh | Kinichiro Inoguchi |
2018-08-25 | oops, hook up the tests for the roff(7) .char request | Ingo Schwarze |
2018-08-25 | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze |
2018-08-25 | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze |
2018-08-24 | Fix dates that got broken by committing from one day to another | Ingo Schwarze |
2018-08-24 | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze |
2018-08-23 | Add license header. | Kinichiro Inoguchi |
2018-08-23 | Check reusing SSL/TLS session ticket by regression test | Kinichiro Inoguchi |
2018-08-23 | Implement the roff(7) .shift and .return requests, | Ingo Schwarze |
2018-08-21 | Improve the ASCII rendering of \(Po (Pound Sterling) | Ingo Schwarze |
2018-08-21 | Fix some issues found looking at groff_char(7): | Ingo Schwarze |
2018-08-19 | Disable one test for now that is broken after the addition of \). | Ingo Schwarze |
2018-08-16 | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze |
2018-08-14 | support tail arguments on the .ME and .UE macros, | Ingo Schwarze |
2018-08-10 | The script that cooks up PuTTY format host keys does not understand | Darren Tucker |
2018-07-16 | memleak in unittest; found by valgrind | Damien Miller |
2018-07-13 | make this use ssh_proxy rather than starting/stopping a daemon for | Damien Miller |
2018-07-13 | fix leaks in unit test; with this, all unit tests are leak free | Damien Miller |
2018-07-12 | fix Test 7.1 after main.c rev. 1.37; | Ingo Schwarze |
2018-07-11 | some regression tests for lam(1) including width measurements; | Ingo Schwarze |
2018-07-09 | catch up with compile.c rev. 1.48; while here, also add tests for | Ingo Schwarze |
2018-07-08 | Make readlink -f work in a POSIXly correct way. | Martijn van Duren |
2018-07-04 | deal with API rename: match_filter_list() => match_filter_blacklist() | Damien Miller |
2018-07-04 | exercise new expansion behaviour of PubkeyAcceptedKeyTypes and, by | Damien Miller |