summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2015-03-02Add three extra checks that test proper removal of the P flag. Currently 2 failClaudio Jeker
2015-02-25Do not count the dropped messages strictly, so that the syslogdAlexander Bluhm
2015-02-25Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.Brent Cook
2015-02-25Trivial fix for test progress output.Brent Cook
2015-02-23fix a race condition by using a mux socket rather than anDamien Miller
2015-02-23improve NAME section diagnostics;Ingo Schwarze
2015-02-22Update for recent verify related naming changes.Joel Sing
2015-02-21correct paths to configuration files being written/updated;Damien Miller
2015-02-21Escape quotes when expanding macro arguments.Ingo Schwarze
2015-02-20The write again workaround in syslogd changes the dropped messageAlexander Bluhm
2015-02-19BN_free() has its own NULL check.Joel Sing
2015-02-19KNF.Joel Sing
2015-02-17Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze
2015-02-17Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze
2015-02-16enable hostkeys unit testsDamien Miller
2015-02-16check string/memory compare arguments aren't NULLDamien Miller
2015-02-16unit tests for hostfile.c code, just hostkeys_foreach so farDamien Miller
2015-02-16clean up post_dt() validation function;Ingo Schwarze
2015-02-16The wrong test was marked SKIP_GROFF.Ingo Schwarze
2015-02-16Add more error checking and free resources in bytestringtest.Doug Hogan
2015-02-15Fix various memory leaks by not exiting so abruptly from failed tests.Miod Vallat
2015-02-15Remove ancient gcc workaround on mips.Miod Vallat
2015-02-15Memory leak. Coverity CID 78865Miod Vallat
2015-02-15Wrong logic; Coverity CID 78894Miod Vallat
2015-02-14test server rekey limitMarkus Friedl
2015-02-14Tests that syslogd uses the expected TLS version.Alexander Bluhm
2015-02-13Adapt the maxunix test, the syslogd -a error semantic has changed.Alexander Bluhm
2015-02-12Make syslogd tests more reliable. Increase the allowed range ofAlexander Bluhm
2015-02-12After almost five years and 92 revisions, mdoc_macro.c rev. 1.139Ingo Schwarze
2015-02-12Do not confuse .Bl -column lists that just broken another blockIngo Schwarze
2015-02-12Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze
2015-02-11Make syslogd tests more reliable. Allow a range of certain logAlexander Bluhm
2015-02-11Make syslogd test more reliable. Use Time::HiRes to sleep .01Alexander Bluhm
2015-02-11do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze
2015-02-11explicit blocks close out .Nd; fixing data structure corruptionIngo Schwarze
2015-02-11Do not rely upon malloc(0) not returning NULL. Not all malloc implementationsMiod Vallat
2015-02-10Be more careful to not generate empty .In, .St, and .Xr nodes.Ingo Schwarze
2015-02-10Do not read past the end of the buffer if an "f" layout font modifierIngo Schwarze
2015-01-29reorg tbl(7) test suiteIngo Schwarze
2015-02-10Add bind regress testClaudio Jeker
2015-02-10Test that bind works the way it should. This fails at the moment becauseClaudio Jeker
2015-02-09Error messages form libtls have changed, adapt syslogd tests.Alexander Bluhm
2015-02-09sort includes correctlyTheo de Raadt