summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Collapse)Author
2013-06-27Parse for the closing delimiter `\}' for conditionalsIngo Schwarze
even when the conditional evaluated to false. While here, reshuffle the code to reduce indentation and make it more readable; that way, we can even trim down the comments because it becomes obvious what the code does. Found in zipinfo(1) - thanks to espie@ and naddy@ for making me look at that manual page.
2013-06-21unbreak sftp-cmds for renamed test data (s/ls/data/)Damien Miller
2013-06-20Improve handling of the roff(7) "\t" escape sequence:Ingo Schwarze
* Parsing macro arguments has to be done in copy mode, which implies replacing "\t" by a literal tab character. * Otherwise, render "\t" as the empty string, not as a 't' character. This fixes formatting of the distfile example in the oldrdist(1) manual. This also shows up in the unzip(1) manual as one of several issues preventing the removal of USE_GROFF from the archivers/unzip port. Thanks to espie@ for attracting my attention to the unzip(1) manual.
2013-06-10Add test for forward config parsingDarren Tucker
2013-06-02add (currently failing) regress test for quotes in variable lines, as ↵Jasper Lievisse Adriaanse
encountered by matthieu@ in new freetype2.pc.
2013-06-02from wiz@netbsd:Jason McIntyre
Log Message: Remove "my" before $_, since perl 5.18 complains about it.
2013-05-30use ssh and sshd as testdata since it needs to be >256k for the rekey testDarren Tucker
2013-05-30sync with pkg-config -r1.80 wrt to the output for empty files.Jasper Lievisse Adriaanse
2013-05-29In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze
Found and fixed on the plane to the OpenBSD t2k13 hackathon in Toronto.
2013-05-29In keep mode, if any text is printed (even in NOSPACE mode),Ingo Schwarze
any text that follows must be kept on the same line. I already found the issue and wrote the patch in April 2011, but didn't come round to do proper testing and forgot about it.
2013-05-19Support .Bl -offset in -mdoc -Tman.Ingo Schwarze
Issue found when Thomas Klausner <wiz at NetBSD dot org> made me look at the manuals of his http://www.nih.at/libzip library.
2013-05-17use a file extention that's not special on some platforms. from portableDarren Tucker
2013-05-17use a more portable negated if structure. from portableDarren Tucker
2013-05-17don't redirect stdout from sudo. from portableDarren Tucker
2013-05-17wait a bit longer for startup and use case for absolute path. from portableDarren Tucker
2013-05-17only compare copied data if sftp succeeds. from portableDarren Tucker
2013-05-17remove unused BATCH variableDarren Tucker
2013-05-17use backticks for portabilityDarren Tucker
2013-05-17Use SUDO when cat'ing pid files and running the sshd log wrapper so thatDarren Tucker
it works with a restrictive umask and the pid files are not world readable. Changes from -portable.
2013-05-17use expr for math to keep diffs vs portable downDarren Tucker
2013-05-17use $OBJ for working files, originally from Tim Rice via portableDarren Tucker
2013-05-17Move the setting of DATA and COPY into test-exec.shDarren Tucker
2013-05-17don't print output from ssh before getting it (it's available in ssh.log)Darren Tucker
2013-05-17Pull back some portability changes from -portable:Darren Tucker
- TIMEOUT is a read-only variable in some shells - not all greps have -q so redirect to /dev/null instead.
2013-05-17replace 'echo -n' with 'printf' since it's more portableDarren Tucker
2013-05-16add tests for RekeyLimit parsingDarren Tucker
2013-05-16add server-side rekey testDarren Tucker
2013-05-16test rekeying when there's no data being transferredDarren Tucker
2013-05-16Add test for time-based rekeyingDarren Tucker
2013-05-10sync some portability changes from portable OpenSSHDamien Miller
2013-04-22Add tests for -Oforward and -Ocancel for local and remote forwardsDarren Tucker
2013-04-22Write mux master logs to regress.log instead of ssh.log to keep separateDarren Tucker
2013-04-18test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@Damien Miller
2013-04-07use -E option for ssh and sshd to write debuging logs to ssh{,d}.log andDarren Tucker
save the output from any failing tests. If a test fails the debug output from ssh and sshd for the failing tests (and only the failing tests) should be available in failed-ssh{,d}.log.
2013-04-06Split the regress log into 3 parts: the debug output from ssh, the debugDarren Tucker
log from sshd and the output from the client command (ssh, scp or sftp). Somewhat functional now, will become more useful when ssh/sshd -E is added.
2013-03-27add two tests for resolving a regular module (passes) and the full pathJasper Lievisse Adriaanse
to a pkgconfig file (currently fails). the fix for pkg-config will be committed shortly
2013-03-26accept "octeon" as a valid obsd arch;Jason McIntyre
2013-03-23Only regenerate host keys if they don't exist or if ssh-keygen has changedDarren Tucker
since they were. Reduces test runtime by 5-30% depending on machine speed.
2013-03-14more or less sync to latest netbsd revision (1.29):Jason McIntyre
- libj -> libmj (my error) - fix some incorrect warnings about `new sentence, new line' (1.25) stuff we don;t have: - the -A and -O options (not fully implemented on netbsd anyway) - $order (not currently used on netbsd) also we have a couple of fixes not yet in netbsd: - -l added correctly to usage - correct line number reporting for dup rcs ids
2013-03-14- some indent fixesJason McIntyre
- pull in 1.24: do not warn about () in literal strings or when used as macro argument
2013-03-14sync with -r1.22: add an -l option, to check library names in Lb; this isJason McIntyre
off by default on openbsd, and the libraries checked are netbsd ones (we can tweak this later if we ever want to start using Lb) also rolls in 1.2{3,6,7,8}, which simply added some libraries to the list.
2013-03-14sync to 1.21. we already had 1.19 and 1.20; this one just accepts 2013Jason McIntyre
for netbsd;
2013-03-14partial sync to 1.18:Jason McIntyre
- zap trailing whitespace - report duplicate rcs id (including a fix from wiz to correctly report the line number of the dup, which isn't yet committed in netbsd)
2013-03-10bump the copyright, and accept "2012" for netbsd; with the exception ofJason McIntyre
one change (coming next), syncs mdoclint to netbsd -r1.17;
2013-03-07repeat test with a style appended to the usernameDamien Miller
2013-02-20s/Id/OpenBSD/ in RCS tagDamien Miller
2013-02-20Add an option to modpipe that warns if the modification offset it notDamien Miller
reached in it's stream and turn it on for t-integrity. This should catch cases where the session is not fuzzed for being too short (cf. my last "oops" commit)
2013-02-19oops, forgot to increase the output of the ssh command to ensure thatDamien Miller
we actually reach $offset
2013-02-18crank the offset yet again; it was still fuzzing KEX one of Darren'sDamien Miller
portable test hosts at 2800
2013-02-17make the ssh command generates some output to ensure that there are atDamien Miller
least offset+tries bytes in the stream.