Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-19 | regen; qid change. | Kenjiro Cho | |
2004-02-18 | Make sure interface cleanup and setup are only run once, and clean up if we | Ryan Thomas McBride | |
interrupt the tests. ok henning@ | |||
2004-02-17 | Add regression test for LoginGraceTime; ok markus@ | Darren Tucker | |
2004-02-15 | Fool gcc3 into not detecting we want a divide by zero at compile time. | Miod Vallat | |
2004-02-15 | Sync arch list with etc/ | Miod Vallat | |
2004-02-11 | include some missing ones | Theo de Raadt | |
2004-02-11 | Fix interface clobbering for link-local addresses. Found by Pyun YongHyeon. | Cedric Berger | |
Fix "antispoof for foo" when foo has no addresses. ok+help dhartmei@, ok mcbride@ | |||
2004-02-11 | EOL at end | Theo de Raadt | |
2004-02-11 | Deal with pfctl always needing root by adding ${SUDO} where it's needed. | Ryan Thomas McBride | |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller | |
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many. | |||
2004-02-04 | Test 'pass proto { tcp udp icmp } modulate state' type rules | Ryan Thomas McBride | |
2004-02-04 | Test comment continuation with \ | Ryan Thomas McBride | |
2004-02-04 | Test ^ and $ in -w mode; currently fails. Fix awaiting approval... | Todd C. Miller | |
2004-02-03 | adding tests after fixing bugs to prevent them from reapperaing gives extra | Henning Brauer | |
karma points: tag macro expansion | |||
2004-02-03 | you shall not forget committing regress fixes after fixing a bug | Henning Brauer | |
do not test for the questionable epxansion pfctl did with half IPs | |||
2004-01-31 | Simple unaligned-pc ptrace evil test. | Miod Vallat | |
Code initially for sparc from Mark Kettenis, KNF and other architectures snippets by yours truly. Regress at your own risc on sparc and m68060 for now. | |||
2004-01-29 | Add fifofs regress (currently fails) | Todd C. Miller | |
2004-01-29 | Add copyright, remove old test results from a comment and enhance | Todd C. Miller | |
compilation on FreeBSD and NetBSD. | |||
2004-01-29 | Simple FIFO regress for O_RDWR using poll, read and write. | Todd C. Miller | |
2004-01-26 | if one destroy fails, keep trying the others | Theo de Raadt | |
2004-01-26 | don't create/destroy interfaces in depend or regress | David Krause | |
stops interfaces from being created/destroyed out of order ok dhartmei@ henning@ | |||
2004-01-25 | Add missing REGRESS_TARGETS for t15 and t16 | Todd C. Miller | |
2004-01-25 | Two more tests; based on a failure Matthieu found with my first | Todd C. Miller | |
first for grep -w. | |||
2004-01-21 | fix Makefile | David Krause | |
ok millert@ | |||
2004-01-20 | Add strptime regress from NetBSD; OK miod@ after un-peeing. | Todd C. Miller | |
2004-01-19 | test taken from /usr/include/db.h | Marc Espie | |
ok millert@ | |||
2004-01-18 | add regression tests for /dev/ptm. | Bob Beck | |
ok deraadt@ | |||
2004-01-16 | Test more ways of producing a positive infinity, and then test negative | Miod Vallat | |
infinity as well to prevent entropy leak; the usual suspects still fail all tests. | |||
2004-01-15 | regression for pthread version of closefrom | Marco S Hyman | |
2004-01-15 | Add a new regression test, which checks that we handle fp overflow correctly, | Miod Vallat | |
and produce a correct infinity. Currently, this tests fails on 68060 (060sp is to blame) and 88100 processors, and maybe more. | |||
2004-01-15 | add simple systrace regresssion test | Nikolay Sturm | |
from provos@/NetBSD ok henning@ | |||
2004-01-14 | regen; qid change. | Kenjiro Cho | |
2004-01-13 | don't delete thyself when running without obj/ ; ok markus@ | Damien Miller | |
2004-01-08 | Update regression test to match current library semantics. A select | Marco S Hyman | |
is supposed to fail with EBADF if another thread closes the fd/socket that is being selected. | |||
2004-01-06 | Add tests for interface->address translation in userland and in the kernel. | Cedric Berger | |
2004-01-05 | regress test for kqueue+EOF; marius aamodt eriksen | Markus Friedl | |
2004-01-03 | Do not use (self) in pfload regress tests, it makes result config-dependant. | Cedric Berger | |
Found by David Krause, analyzed by Ryan McBride. | |||
2003-12-31 | Test new interface syntax. | Cedric Berger | |
2003-12-31 | Sync after interface improvements. | Cedric Berger | |
2003-12-30 | destroy on tun works now, so destroy the tun nterfaces we created for the | Henning Brauer | |
tests after we're done | |||
2003-12-28 | Add a few test cases. | Otto Moerbeek | |
ok ian@ | |||
2003-12-26 | Do not run the ld.so regression test on static arches. | Miod Vallat | |
2003-12-25 | Test a large negative malloc value as well. | Miod Vallat | |
2003-12-23 | Use getopt(3) correctly. | Miod Vallat | |
2003-12-17 | Extra regression test (mostly string handling). With kind permission from | Otto Moerbeek | |
the author, Kevin Quick <quick at null dot net>. Let's all sing along! | |||
2003-12-16 | Test src.track timeout. | Ryan Thomas McBride | |
2003-12-16 | Test source-tracking syntax. | Ryan Thomas McBride | |
2003-12-16 | becuase | Theo de Raadt | |
2003-12-16 | Test setting hostid. | Ryan Thomas McBride | |
2003-12-16 | Test failure of attempt to set hostid to 0. | Ryan Thomas McBride | |