Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-20 | fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos | Damien Miller | |
Silva for Google Summer of Code | |||
2009-08-13 | date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7 | Damien Miller | |
Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus | |||
2009-08-13 | regression test for port number parsing. written as part of the a2port | Damien Miller | |
change that went into 5.2 but I forgot to commit it at the time... | |||
2009-06-26 | check that dumpdef still works after undefining macros, and not dumps core. | Marc Espie | |
problem found by Philip Guenther. | |||
2009-05-18 | sync with netbsd; no change for openbsd users | Jason McIntyre | |
from wiz | |||
2009-05-05 | Always specify ssh_config for multiplex tests: prevents breakage caused | Darren Tucker | |
by options in ~/.ssh/config. From Dan Peterson. | |||
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 | |
Always cool to see email addresses @netbsd/@openbsd in the same program ;) | |||
2009-04-13 | A few tweaks: | Marc Espie | |
- display only section headers in warning messages if -w (asked by jmc@) - better fix option: have process_line return the processed line, and use that info. - return proper line for comments (noticed by Thomas Klausner) - let more code run always, only display warnings when wanted - sorting of see also should be case-insensitive (noticed by jmc@) | |||
2009-04-08 | adapt lint regress after time.h r. 1.24 "sounds fine" millert@. ok chl@ | Martynas Venckus | |
cloder@'s email bounces | |||
2008-12-31 | reorg code a bit so that we can share with Thomas Klausner: | Marc Espie | |
use OPENBSD/NETBSD constant to choose the behavior, and have the same program in both OSes. Also some minor cleanups, like no longer needing to check for comments that have been stripped already. work with wiz@netbsd.org and jmc@ | |||
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 | |
discussed with jmc@ and Thomas Klausner (wiz@netbsd.org) | |||
2008-12-07 | match string "passwordauthentication" only at start of line, not anywhere | Damien Miller | |
in sshd -T output | |||
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 | |
from wiz@netbsd | |||
2008-11-20 | add (atm failing ) test case, submmited by Edward Berner, turned into | Otto Moerbeek | |
a regress test by me | |||
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 | |
adding grouping parentheses, compiling whatever's compilable with /o, restricting words with word boundaries. /b okay grunk@, jmc@ (with help from jmc@) #10000 ! Oddly fitting, as my first commit was concerned with manpages as well... | |||
2008-11-03 | handle Xrefs to XFree as well | Marc Espie | |
okay grunk@, jmc@ | |||
2008-11-03 | handle 3p manpages correctly | Marc Espie | |
Also remove some warnings for OpenBSD, since /pub/OpenBSD will occur very often in tool samples. okay grunk@, jmc@ | |||
2008-11-01 | in option parsing, use a simle DeMorgan transformation, fix indentation, | Alexander von Gernler | |
and clarify the comment above. ok espie@ | |||
2008-11-01 | make usage() a fatal function instead of a string. It is just used once, | Alexander von Gernler | |
and it greatly improves code flow there. Also, print usage to STDERR instead of STDOUT. Use an EOF-heredoc instead of a clumsily escaped \t\n-string. ok espie@ | |||
2008-11-01 | cleanup: zap trailing whitespaces, trim superlong lines | Alexander von Gernler | |
replace one '&&' by 'and' to not get bitten by operator precedence later on no functional change otherwise jmc@ tells me to just go ahead for standard stuff like this. | |||
2008-11-01 | - since mdocdate fills in the date automatically, we no longer have to check | Jason McIntyre | |
that a valid date is entered. instead, just make sure there is an mdocdate tag there. saves us bumping the year too. ok millert - adjust man page accordingly - remove -e from default options list in usage() - add a HISTORY section | |||
2008-10-31 | Prevent Mdocdate from getting expanded inline. | Todd C. Miller | |
2008-10-31 | turn off -e by default, since we do not currently sort the errors | Jason McIntyre | |
in the man page; | |||
2008-10-31 | add mdoclint, a perl script for checking man pages; | Jason McIntyre | |
not hooked up to the build, since there are no tests; from wiz@netbsd | |||
2008-10-13 | cleanup | Todd C. Miller | |
2008-10-13 | Add sed-based dc(1) clone. This exposes a long-standing bug in BSD sed | Todd C. Miller | |
Not hooked up to regress yet since sed gets in a tight cpu loop. | |||
2008-10-10 | hook up sed regress | Todd C. Miller | |
2008-10-10 | Adapt sed test suite to regress framework. | Todd C. Miller | |
Add sierpinski triangle script from http://sed.sourceforge.net/grabbag/scripts | |||
2008-08-20 | mention t3 fails | Otto Moerbeek | |
2008-08-20 | Regression tests for gzip(1): | Marco Pfatschbacher | |
- Test if we detect truncated or corrupted files. - Test basic functionality OK millert@, markus@ | |||
2008-08-16 | another issue for which I have a patch. | Marc Espie | |
Issue reported by Vortechz Anderson <utg_vrtz@yahoo.se> | |||
2008-08-16 | a new regression test, I has a diff for it. | Marc Espie | |
2008-06-30 | explicitly disable conch options that could interfere with the test | Damien Miller | |
2008-06-30 | remove "set -e" left over from debugging | Damien Miller | |
2008-06-30 | shell portability: use "=" instead of "==" in test(1) expressions, | Damien Miller | |
double-quote string with backslash escaped / | |||
2008-06-28 | very basic regress test against Twisted Conch in "make interop" | Damien Miller | |
target (conch is available in ports/devel/py-twisted/conch); ok markus@ | |||
2008-06-11 | Don't run cipher-speed test by default; mistakenly enabled by me | Darren Tucker | |
2008-06-10 | Add regress test for key options. ok djm@ | Darren Tucker | |
2008-06-10 | Add quotes | Darren Tucker | |
2008-06-10 | Use a more portable construct for checking if we're running a putty test | Darren Tucker | |
2008-06-10 | Regress test for Match CIDR rules. ok djm@ | Darren Tucker | |
2008-06-09 | Don't generate putty keys if we're not going to use them. ok djm | Darren Tucker | |
2008-05-08 | Sync with source changes | Ian Darwin | |
2008-03-24 | disable no-replace rename test now that we prefer a POSIX rename; spotted | Damien Miller | |
by dkrause@ | |||
2008-03-10 | Further improve regress for OpenCVS by including possibility to change and | Tobias Stoeckmann | |
check dates in RCS files (needed for various -D cases). As a reference, import has been adjusted. Also, it is no longer needed to supply -f option if CVS is specified with make. ok joris | |||
2008-02-15 | More cleanup; | Xavier Santolaria | |
Introduce variables instead of hardcoding XXX occurrences. OK tobias@. |