summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
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
2008-10-31turn off -e by default, since we do not currently sort the errorsJason McIntyre
2008-10-31add mdoclint, a perl script for checking man pages;Jason McIntyre
2008-10-13cleanupTodd C. Miller
2008-10-13Add sed-based dc(1) clone. This exposes a long-standing bug in BSD sedTodd C. Miller
2008-10-10hook up sed regressTodd C. Miller
2008-10-10Adapt sed test suite to regress framework.Todd C. Miller
2008-08-20mention t3 failsOtto Moerbeek
2008-08-20Regression tests for gzip(1):Marco Pfatschbacher
2008-08-16another issue for which I have a patch.Marc Espie
2008-08-16a new regression test, I has a diff for it.Marc Espie
2008-06-30explicitly disable conch options that could interfere with the testDamien Miller
2008-06-30remove "set -e" left over from debuggingDamien Miller
2008-06-30shell portability: use "=" instead of "==" in test(1) expressions,Damien Miller
2008-06-28very basic regress test against Twisted Conch in "make interop"Damien Miller
2008-06-11Don't run cipher-speed test by default; mistakenly enabled by meDarren Tucker
2008-06-10Add regress test for key options. ok djm@Darren Tucker
2008-06-10Add quotesDarren Tucker
2008-06-10Use a more portable construct for checking if we're running a putty testDarren Tucker
2008-06-10Regress test for Match CIDR rules. ok djm@Darren Tucker
2008-06-09Don't generate putty keys if we're not going to use them. ok djmDarren Tucker
2008-05-08Sync with source changesIan Darwin
2008-03-24disable no-replace rename test now that we prefer a POSIX rename; spottedDamien Miller
2008-03-10Further improve regress for OpenCVS by including possibility to change andTobias Stoeckmann
2008-02-15More cleanup;Xavier Santolaria