Age | Commit message (Expand) | Author |
2010-03-04 | additional regression tests for revoked keys and TrustedUserCAKeys | Damien Miller |
2010-03-03 | add an extra test to ensure that authentication with the wrong | Damien Miller |
2010-02-26 | regression tests for certified keys | Damien Miller |
2010-02-24 | wait for sshd to fully stop in cleanup() function; avoids races in tests | Damien Miller |
2010-02-17 | regression test for .Xr argument handling; | Ingo Schwarze |
2010-02-10 | accept loongson in .Dt; ok espie | Jason McIntyre |
2010-02-09 | turn on all the malloc(3) checking options when running regression | Damien Miller |
2010-02-09 | clean up droppings | Damien Miller |
2010-02-08 | test for PKCS#11 support (currently disabled) | Markus Friedl |
2010-01-11 | regress test for stdio forwarding | Darren Tucker |
2010-01-02 | Check that end of .It does not restore .Sm state | Ingo Schwarze |
2010-01-01 | When a .Fl macro without an argument is followed by text, | Ingo Schwarze |
2009-12-25 | Regression test for .Pa below .Bl in the FILES section; | Ingo Schwarze |
2009-12-24 | Regression test for .Bl -column; | Ingo Schwarze |
2009-12-24 | activate mdoc/Fl tests (duh.) | Ingo Schwarze |
2009-12-24 | Regression test for .Fl with multiple arguments. | Ingo Schwarze |
2009-12-23 | regression test for non-breaking space (\~); | Ingo Schwarze |
2009-11-11 | Regress for skipping evaluation of else-type conditional if previous | Federico G. Schwindt |
2009-11-09 | add regression test for ssh-keygen pubkey conversions | Darren Tucker |
2009-10-28 | Add the first batch of mandoc(1) regression tests, testing for a few bugs | Ingo Schwarze |
2009-10-22 | Apparently these didn't get checked in when I added the tests. | Todd C. Miller |
2009-10-14 | Add a test for the new -P option. ok espie@ | Stuart Henderson |
2009-10-08 | re-enable protocol v1 for the tests. | Markus Friedl |
2009-10-06 | Add OpenBSD tag to make syncs easier | Darren Tucker |
2009-08-20 | fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos | Damien Miller |
2009-08-13 | date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7 | Damien Miller |
2009-08-13 | regression test for port number parsing. written as part of the a2port | Damien Miller |
2009-06-26 | check that dumpdef still works after undefining macros, and not dumps core. | Marc Espie |
2009-05-18 | sync with netbsd; no change for openbsd users | Jason McIntyre |
2009-05-05 | Always specify ssh_config for multiplex tests: prevents breakage caused | Darren Tucker |
2009-04-13 | document -w; ok espie wiz@netbsd | Jason McIntyre |
2009-04-13 | Add myself to AUTHORS list, as suggested by Thomas. | Marc Espie |
2009-04-13 | A few tweaks: | Marc Espie |
2009-04-08 | adapt lint regress after time.h r. 1.24 "sounds fine" millert@. ok chl@ | Martynas Venckus |
2008-12-31 | reorg code a bit so that we can share with Thomas Klausner: | Marc Espie |
2008-12-12 | fix test 37 (from NetBSD) and the (still failing) 41 | Otto Moerbeek |
2008-12-11 | reorg code so that it can be cut further. | Marc Espie |
2008-12-07 | match string "passwordauthentication" only at start of line, not anywhere | Damien Miller |
2008-11-24 | new regress test, bug from NetBSD | Marc Espie |
2008-11-23 | expand -p to warn about "new sentence, new line" errors; | Jason McIntyre |
2008-11-20 | add (atm failing ) test case, submmited by Edward Berner, turned into | Otto Moerbeek |
2008-11-10 | PuTTY supports AES CTR modes, so interop test against them too | Damien Miller |
2008-11-07 | clean-up regexps, replacing some . (any char) with \. (actual dot), | Marc Espie |
2008-11-03 | handle Xrefs to XFree as well | Marc Espie |
2008-11-03 | handle 3p manpages correctly | Marc Espie |
2008-11-01 | in option parsing, use a simle DeMorgan transformation, fix indentation, | Alexander von Gernler |
2008-11-01 | make usage() a fatal function instead of a string. It is just used once, | Alexander von Gernler |
2008-11-01 | cleanup: zap trailing whitespaces, trim superlong lines | Alexander von Gernler |
2008-11-01 | - since mdocdate fills in the date automatically, we no longer have to check | Jason McIntyre |
2008-10-31 | Prevent Mdocdate from getting expanded inline. | Todd C. Miller |