summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2013-11-02add curve25519-sha256@libssh.orgMarkus Friedl
2013-10-28include stdio.h for printf()Jonathan Gray
2013-10-17test fails when run as root - test executability instead of writabilityDamien Miller
2013-10-17Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze
2013-10-11tedu regress/usr.bin/pccLawrence Teo
2013-10-09regression test for sftp request white/blacklisting and readonly mode.Damien Miller
2013-10-06We don't do hyphenation, but we allow breaking the line at hyphens that areIngo Schwarze
2013-10-06If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze
2013-10-04Test numerical conditions; related to roff.c rev. 1.56.Ingo Schwarze
2013-10-03Expand references to number registers in exactly the same way asIngo Schwarze
2013-09-30netbsd recognise "CODE REFERENCES" section header; from wiz@netbsdJason McIntyre
2013-09-15Macros following block closing macros aren't line macros.Ingo Schwarze
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-08-21recognise dragonfly; from jan staryJason McIntyre
2013-08-08Test .%C; supported by mandoc, will soon be supported by the groff port, too.Ingo Schwarze
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
2013-08-05stop -F from removing Sh lines; -r1.39Jason McIntyre
2013-08-05Make Bq and Er optional for errors. -r1.35.Jason McIntyre
2013-08-05integrate support for an -A option, which warns if an AUTHORS sectionJason McIntyre
2013-08-01Some tests are currently failing. Only run those if the REGRESS_FULLMark Kettenis
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2013-07-13Rudimentary implementation of the .it request (input line trap).Ingo Schwarze
2013-07-13Check handling of two consecutive .TP lines.Ingo Schwarze
2013-06-27Parse for the closing delimiter `\}' for conditionalsIngo Schwarze
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
2013-06-10Add test for forward config parsingDarren Tucker
2013-06-02add (currently failing) regress test for quotes in variable lines, as encount...Jasper Lievisse Adriaanse
2013-06-02from wiz@netbsd:Jason McIntyre
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
2013-05-29In keep mode, if any text is printed (even in NOSPACE mode),Ingo Schwarze
2013-05-19Support .Bl -offset in -mdoc -Tman.Ingo Schwarze
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
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
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