summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
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
2013-04-06Split the regress log into 3 parts: the debug output from ssh, the debugDarren Tucker
2013-03-27add two tests for resolving a regular module (passes) and the full pathJasper Lievisse Adriaanse
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
2013-03-14more or less sync to latest netbsd revision (1.29):Jason McIntyre
2013-03-14- some indent fixesJason McIntyre
2013-03-14sync with -r1.22: add an -l option, to check library names in Lb; this isJason McIntyre
2013-03-14sync to 1.21. we already had 1.19 and 1.20; this one just accepts 2013Jason McIntyre
2013-03-14partial sync to 1.18:Jason McIntyre
2013-03-10bump the copyright, and accept "2012" for netbsd; with the exception ofJason McIntyre
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
2013-02-19oops, forgot to increase the output of the ssh command to ensure thatDamien Miller
2013-02-18crank the offset yet again; it was still fuzzing KEX one of Darren'sDamien Miller
2013-02-17make the ssh command generates some output to ensure that there are atDamien Miller
2013-02-16make sure the fuzz offset is actually past the end of KEX for all KEXDamien Miller
2013-02-11remove acss here tooDamien Miller
2013-01-18Tests for Key Revocation Lists (KRLs)Damien Miller
2013-01-12test AES-GCM modes; feedback markus@Damien Miller
2013-01-05In literal mode (.nf), each input line must be kept togetherIngo Schwarze
2012-12-31Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze
2012-12-12Add the test output. No cookie for me.Paul de Weerd
2012-12-12Add a regression test for the bug millert@ fixed previously.Paul de Weerd
2012-12-11include commented RCD ID - it helps our tools to sync with portable OpenSSHDamien Miller
2012-12-11add hmac-ripemd160-etm@openssh.comMarkus Friedl
2012-12-11test the integrity of the packets; with djm@Markus Friedl
2012-12-11add etm modesMarkus Friedl
2012-12-11Add a (currently failing) regression test for a bug in grep. Otto@Paul de Weerd
2012-12-10- add tests for --{atleast,min,max}-versionJasper Lievisse Adriaanse
2012-12-06Fix some problems with the keys-command test:Darren Tucker
2012-12-02regress for AllowTcpForwarding local/remote; ok markus@Damien Miller
2012-11-22regress for AuthorizedKeysCommand; hints from markus@Damien Miller
2012-11-19Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze
2012-11-19In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze
2012-11-18Check that mandoc handles non-numeric width argumentsIngo Schwarze
2012-11-18Correct indentation for lists and displays inside lists.Ingo Schwarze
2012-11-18Test paragraph distance (.PD) implementation;Ingo Schwarze
2012-11-18Fix four small whitespace issues related to trailing punctuationIngo Schwarze
2012-11-16Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze
2012-11-16Improve formatting of badly nested font blocks.Ingo Schwarze
2011-12-04test some simple macros; written while working on -TmanIngo Schwarze
2012-11-16Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze
2012-11-07some new and 1 fixed test for fractional number negative exponent ^Otto Moerbeek
2012-11-03local variables are only used in functions.Antoine Jacoutot
2012-11-01Add regress tests for tail -f.Landry Breuil