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