Age | Commit message (Expand) | Author |
2013-12-24 | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze |
2013-12-24 | More .Bk tests to lessen the risk of upcoming work. | Ingo Schwarze |
2013-12-24 | When i replaced the very ugly .in: suffix rule in my previous commit, | Ingo Schwarze |
2013-12-22 | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze |
2013-12-22 | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze |
2013-12-22 | Seems gcc4 whines about an empty file as well, so just unconditionally do | Mark Kettenis |
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze |
2013-12-22 | Use a bigger timeout, otherwise this test fails on some (not really) slower | Mark Kettenis |
2013-12-21 | Match the type to the calls | Philip Guenther |
2013-12-21 | Use timespec and CLOCK_MONOTONIC for a timing test | Philip Guenther |
2013-12-21 | Fix a comment | Philip Guenther |
2013-12-15 | In quoted macro arguments, double quotes can be quoted by doubling them. | Ingo Schwarze |
2013-12-15 | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze |
2013-12-06 | test ed25519 support; from djm@ | Markus Friedl |
2013-12-02 | Move ksh test files into regress. | Todd C. Miller |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-11-21 | use new "ssh -Q cipher-auth" query to obtain lists of authenticated | Damien Miller |
2013-11-21 | use unsigned long long instead of u_int64_t here to avoid warnings | Damien Miller |
2013-11-21 | add some reminders for additional tests that I'd like to implement | Damien Miller |
2013-11-18 | cleanup style | Alexandre Ratchov |
2013-11-18 | bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164) | Christian Weisgerber |
2013-11-17 | Adapt the IPv6 routing header type 0 tests to the current behaviour. | Alexander Bluhm |
2013-11-13 | Fix typo prt -> ptr. | Alexander Bluhm |
2013-11-13 | Add a check-setup target to make sure that all addresses and routes | Alexander Bluhm |
2013-11-11 | In the parser, when closing an explicit block that is not open, | Ingo Schwarze |
2013-11-10 | test man.c rev. 1.71 | Ingo Schwarze |
2013-11-10 | Support the alternative syntax \C'uXXXX' for Unicode characters. | Ingo Schwarze |
2013-11-10 | basic tests for the \[uXXXX] escape sequence | Ingo Schwarze |
2013-11-10 | Framework extension to support -Tutf8 tests. | Ingo Schwarze |
2013-11-10 | prettier whitespace in variable assignments | Ingo Schwarze |
2013-11-09 | Use smaller test data files to speed up tests. Grow test datafiles | Darren Tucker |
2013-11-08 | Rekey less frequently during tests to speed them up | Darren Tucker |
2013-11-07 | trailing space | Darren Tucker |
2013-11-07 | Use ssh -Q to get kex types instead of a static list. | Darren Tucker |
2013-11-07 | Use ssh -Q instead of hardcoding lists of ciphers or MACs. | Darren Tucker |
2013-11-07 | Factor out the data transfer rekey tests | Darren Tucker |
2013-11-07 | Test rekeying for every Cipher, MAC and KEX, plus test every KEX with | Darren Tucker |
2013-11-04 | Test rekeying with all KexAlgorithms. | Darren Tucker |
2013-11-03 | Grep pf state table on remote machine to find state reuse problems. | Alexander Bluhm |
2013-06-03 | Add a regression test suite for the pf divert-to and divert-reply | Alexander Bluhm |
2013-11-03 | Add divert tests that reuse protocol and port. They show what | Alexander Bluhm |
2013-11-03 | Add a second test, shortseek(), to make sure that seekdir() also works | Ingo Schwarze |
2013-11-02 | add curve25519-sha256@libssh.org | Markus Friedl |
2013-11-01 | Link the pf_divert regression test to the build again as it does | Alexander Bluhm |
2013-11-01 | Add a check-setup target. This allows to find setup errors more | Alexander Bluhm |
2013-10-31 | Do not fail the regression tests if python or the scapy package is | Alexander Bluhm |
2013-10-29 | ino_t is 64 bit now | Jonathan Gray |
2013-10-29 | use lld format string and a cast for time_t | Jonathan Gray |
2013-10-28 | include string.h for memcpy() | Jonathan Gray |
2013-10-28 | include stdio.h for printf() | Jonathan Gray |