Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-14 | Remove now-defunct .cvsignore files. ok djm | Darren Tucker | |
2014-06-17 | - (dtucker) [entropy.c openbsd-compat/openssl-compat.{c,h} | Darren Tucker | |
openbsd-compat/regress/{.cvsignore,Makefile.in,opensslvertest.c}] Move the OpenSSL header/library version test into its own function and add tests for it. Fix it to allow fix version upgrades (but not downgrades). Prompted by chl@ via OpenSMTPD (issue #462) and Debian (bug #748150). ok djm@ chl@ | |||
2011-05-06 | - (dtucker) [openbsd-compat/regress/closefromtest.c] Bug #1875: add prototype | Darren Tucker | |
for closefrom() in test code. Report from Dan Wallis via Gentoo. | |||
2008-03-09 | - (dtucker) [openbsd-compat/regress/strtonumtest.c] Bug #1347: Use platform's | Darren Tucker | |
equivalent of LLONG_MAX for the compat regression tests, which makes them run on AIX and HP-UX. Patch from David Leonard. | |||
2007-09-10 | - (dtucker) [openbsd-compat/regress/closefromtest.c] Bug #1358: Always | Darren Tucker | |
return 0 on successful test. From David.Leonard at quest com. | |||
2007-07-24 | - (tim) [openbsd-compat/regress/closefromtest.c] Bug 1345: fix open() call. | Tim Rice | |
Report/patch by David.Leonard AT quest.com | |||
2006-08-19 | - (dtucker) [openbsd-compat/regress/Makefile.in] Add $(EXEEXT) and add a | Darren Tucker | |
single rule for the test progs. | |||
2006-08-18 | - (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the | Darren Tucker | |
test progs instead; they work better than what we have. | |||
2006-08-18 | - (dtucker) [openbsd-compat/regress/snprintftest.c] Newline on error. | Darren Tucker | |
2006-08-17 | - (dtucker) [openbsd-compat/regress/{Makefile.in,closefromtest.c}] Regress | Darren Tucker | |
test for closefrom() in compat code. | |||
2006-08-05 | - (djm) [openbsd-compat/regress/snprintftest.c] | Damien Miller | |
[openbsd-compat/regress/strduptest.c] Add missing includes so they pass compilation with "-Wall -Werror" | |||
2006-08-05 | ignore built test binaries too | Damien Miller | |
2006-08-05 | ignore generated Makefile | Damien Miller | |
2006-02-19 | - (dtucker) [Makefile.in configure.ac, added openbsd-compat/regress/] | Darren Tucker | |
Add first attempt at regress tests for compat library. ok djm@ |