summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2015-05-05Updated fifotest.outTodd C. Miller
2015-05-05fifofs now respects the flags a descriptor was opened with.Todd C. Miller
2015-05-04Specify regression test host keys so that this test will work withoutDarren Tucker
2015-05-04Use diff w/out -u for better portabilityDarren Tucker
2015-04-29Replace the kludge for the \z escape sequence by an actualIngo Schwarze
2015-04-29Make some regular expressions more strict. This allows the testsAlexander Bluhm
2015-04-29Add tests for ListenAddress/Port/AddressFamily in alternate orders.Darren Tucker
2015-04-27Let the HTTP client close the connection within an incomplete headerAlexander Bluhm
2015-04-25Disable kq-tun test, as it's been broken for a while and not because of kqPhilip Guenther
2015-04-25Check for invalid leading zeros in CBS_get_asn1_uint64.Doug Hogan
2015-04-23Add a simple regression test for sshd's configuration parser. Right now,Darren Tucker
2015-04-22use correct key for nested certificate testDamien Miller
2015-04-19More than one data field may follow T} on the same input line.Ingo Schwarze
2015-04-19If an explicit line break request (.br or .sp) occurs within an .HP block,Ingo Schwarze
2015-04-17Remove superflous "::1" route, test currently failing but a fix isMartin Pieuchot
2015-04-17Local routes should be present in the routing table output.Martin Pieuchot
2015-04-17Match -current output. Every configured address should have a local routeMartin Pieuchot
2015-04-15Test that ping6 fragments with ethernet padding get reassembledAlexander Bluhm
2015-04-15Now that tls_close() is more robust, consider a failure to be fatal.Joel Sing
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2015-04-06Do not mistreat empty arguments to font alternating macrosIngo Schwarze
2015-04-06On a new RS nesting level, the saved width starts from the defaultIngo Schwarze
2015-04-06Use the default width for .RS without arguments.Ingo Schwarze
2015-04-05If a partial explicit block extending to the next input line followsIngo Schwarze
2015-04-05Arguments to end macros of broken partial explicit blocksIngo Schwarze
2015-04-04Give man(7) section and subsection headers heanging indentation.Ingo Schwarze
2015-04-04Fix a quirk with respect to empty .HP.Ingo Schwarze
2015-04-03Modify 25H to pass. If the standard is actually unclear on thisTodd C. Miller
2015-04-03Add test for -b after -k (currently fails)Todd C. Miller
2015-04-03We don't have the precision to distinguish between .99999999999999999999Todd C. Miller
2015-03-31adapt to recent hostfile.c change: when parsing known_hosts withoutDamien Miller
2015-03-31split SSH1 and OPENSSL build options like src/usr.bin/ssh andDamien Miller
2015-03-31Make sure locale is set to C or some tests that use 8-bit charactersTodd C. Miller
2015-03-31We need a dumb checksum like the System V one, cksum is too smart.Todd C. Miller
2015-03-31Add tests to check the permissions of the created out file.Alexander Bluhm
2015-03-31POSIX says "sort -c" produces output on disorder but "sort -C" does not.Todd C. Miller
2015-03-30SORTPROG needs to be exported for use by the xsort script.Todd C. Miller
2015-03-24use ${SSH} for -Q instead of installed sshMarkus Friedl
2015-03-24use ${SSH} for -Q instead of installed sshMarkus Friedl
2015-03-20more tests regarding empty header linesIngo Schwarze
2015-03-20The .PD macro can occur in next-line scope. Fixes zshmisc(1).Ingo Schwarze
2015-03-16make CLEANFILES clean up more of the tests' droppingsDamien Miller
2015-03-15fix for regression test for strtol(). it failed (the wrong kind ofPeter Hessler
2015-03-09prevent the skipvsp flag from creeping past actual textIngo Schwarze
2015-03-08Reject DH keys sent by a server if they are considered too small; inspiredMiod Vallat
2015-03-07unbreak for w/SSH1 (default) case; ok markus@ deraadt@Damien Miller
2015-03-04make these work with !SSH1; ok markus@ deraadt@Damien Miller
2015-03-03make it possible to run tests w/o ssh1 support; ok djm@Markus Friedl
2015-03-03expand __unused to full __attribute__ for better portabilityDamien Miller
2015-03-03reorder logic for better portability; patch from Roumen PetrovDamien Miller