Age | Commit message (Expand) | Author |
2015-03-31 | adapt to recent hostfile.c change: when parsing known_hosts without | Damien Miller |
2015-03-31 | split SSH1 and OPENSSL build options like src/usr.bin/ssh and | Damien Miller |
2015-03-31 | Make sure locale is set to C or some tests that use 8-bit characters | Todd C. Miller |
2015-03-31 | We need a dumb checksum like the System V one, cksum is too smart. | Todd C. Miller |
2015-03-31 | Add tests to check the permissions of the created out file. | Alexander Bluhm |
2015-03-31 | POSIX says "sort -c" produces output on disorder but "sort -C" does not. | Todd C. Miller |
2015-03-30 | SORTPROG needs to be exported for use by the xsort script. | Todd C. Miller |
2015-03-24 | use ${SSH} for -Q instead of installed ssh | Markus Friedl |
2015-03-24 | use ${SSH} for -Q instead of installed ssh | Markus Friedl |
2015-03-20 | more tests regarding empty header lines | Ingo Schwarze |
2015-03-20 | The .PD macro can occur in next-line scope. Fixes zshmisc(1). | Ingo Schwarze |
2015-03-16 | make CLEANFILES clean up more of the tests' droppings | Damien Miller |
2015-03-09 | prevent the skipvsp flag from creeping past actual text | Ingo Schwarze |
2015-03-07 | unbreak for w/SSH1 (default) case; ok markus@ deraadt@ | Damien Miller |
2015-03-04 | make these work with !SSH1; ok markus@ deraadt@ | Damien Miller |
2015-03-03 | make it possible to run tests w/o ssh1 support; ok djm@ | Markus Friedl |
2015-03-03 | expand __unused to full __attribute__ for better portability | Damien Miller |
2015-03-03 | reorder logic for better portability; patch from Roumen Petrov | Damien Miller |
2015-02-23 | fix a race condition by using a mux socket rather than an | Damien Miller |
2015-02-23 | improve NAME section diagnostics; | Ingo Schwarze |
2015-02-21 | correct paths to configuration files being written/updated; | Damien Miller |
2015-02-21 | Escape quotes when expanding macro arguments. | Ingo Schwarze |
2015-02-17 | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze |
2015-02-17 | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze |
2015-02-16 | enable hostkeys unit tests | Damien Miller |
2015-02-16 | check string/memory compare arguments aren't NULL | Damien Miller |
2015-02-16 | unit tests for hostfile.c code, just hostkeys_foreach so far | Damien Miller |
2015-02-16 | clean up post_dt() validation function; | Ingo Schwarze |
2015-02-16 | The wrong test was marked SKIP_GROFF. | Ingo Schwarze |
2015-02-14 | test server rekey limit | Markus Friedl |
2015-02-12 | After almost five years and 92 revisions, mdoc_macro.c rev. 1.139 | Ingo Schwarze |
2015-02-12 | Do not confuse .Bl -column lists that just broken another block | Ingo Schwarze |
2015-02-12 | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze |
2015-02-11 | do not access a NULL pointer if an .Eo block lacks a tail; | Ingo Schwarze |
2015-02-11 | explicit blocks close out .Nd; fixing data structure corruption | Ingo Schwarze |
2015-02-10 | Be more careful to not generate empty .In, .St, and .Xr nodes. | Ingo Schwarze |
2015-02-10 | Do not read past the end of the buffer if an "f" layout font modifier | Ingo Schwarze |
2015-01-29 | reorg tbl(7) test suite | Ingo Schwarze |
2015-02-07 | Closing a block validates it, which may end up deleting it, | Ingo Schwarze |
2015-02-06 | replace the last legacy generic message type, "argument count wrong", | Ingo Schwarze |
2015-02-06 | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze |
2015-02-06 | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze |
2015-02-06 | better error reporting for .br .fi .nf with arguments | Ingo Schwarze |
2015-02-06 | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze |
2015-02-06 | better handle .Fo and .Fd without argument | Ingo Schwarze |
2015-02-06 | better handle empty .Bd .Bl .D1 .Dl blocks | Ingo Schwarze |
2015-02-06 | better handle .In .Sh .Ss .St .Xr without arguments | Ingo Schwarze |
2015-02-05 | fix handling of empty .An macros | Ingo Schwarze |
2015-02-04 | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze |
2015-02-04 | improve diagnostics regarding arguments of .An .Pp .Lp .br .sp | Ingo Schwarze |