Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-06 | eliminate warnings on 64bit archs | Kurt Miller | |
2006-10-03 | correct check for proper return value of dup2 | Kurt Miller | |
2006-09-29 | add strtod() underflow test | Otto Moerbeek | |
2006-09-22 | add blocked_close, blocked_dup2, close_race and dup2_race | Kurt Miller | |
2006-09-22 | Test dup2() racing with other threads using the same file | Kurt Miller | |
descriptor. | |||
2006-09-22 | Test close() racing with other threads using the same file | Kurt Miller | |
descriptor. | |||
2006-09-22 | Test dup2() racing with other threads using the same file | Kurt Miller | |
descriptor, with some of them blocking on data that will never arrive. | |||
2006-09-22 | Test close() racing with other threads using the same file | Kurt Miller | |
descriptor, with some of them blocking on data that will never arrive. | |||
2006-09-19 | - bump ulimit -d value for EOF test case so that it works on amd64 and ↵ | Niall O'Higgins | |
sparc64 (thanks to pedro@ for testing on his sparc64). - use ${.CURDIR} to make this work properly with an obj/ dir. | |||
2006-09-17 | fix badly named regress, and add suffixes rules. | Marc Espie | |
2006-08-29 | Test for an as yet unresolved problem: | Christian Weisgerber | |
If list expansion produces peer pairings between different address families, this should be an error. Suggested by and ok hshoexer@ | |||
2006-08-29 | fix output location of truncated files test | David Krause | |
ok niallo@ deraadt@ | |||
2006-08-29 | Add support for IKE AH rules to ipsecctl. Man page input by jmc@. | Christian Weisgerber | |
ok hshoexer@ | |||
2006-08-29 | clean up our mess | Damien Miller | |
2006-08-23 | - add regression test for rcs parser's handling of truncated files. | Niall O'Higgins | |
ok xsa@ | |||
2006-08-18 | py-cairo/py-gtk2 deathlock of dependencies. Not fixed yet. | Marc Espie | |
2006-08-11 | add tests for merge -e; OK ray@. | Xavier Santolaria | |
2006-08-10 | failing qt4 test case. | Marc Espie | |
2006-08-02 | - add regression tests for two problems with keyword parsing. | Niall O'Higgins | |
ok ray@ | |||
2006-07-29 | Add regression test for files with lots of keywords. | Ray Lai | |
OK xsa@ | |||
2006-07-28 | Remove $Log$ check from keyword expansion test, which is the only | Ray Lai | |
keyword we don't do yet. Now we can enable the test. OK niallo@ | |||
2006-07-22 | Test that PermitOpen after a Match overrides global setting; ok djm@ | Darren Tucker | |
2006-07-21 | Test that "cpio -o" does not segfault when called with no input. | Ray Lai | |
2006-07-21 | tests similar to ike49 and ike50, but with ipv6 addresses. | Hans-Joerg Hoexer | |
2006-07-21 | yet another test. | Hans-Joerg Hoexer | |
2006-07-21 | new tests for default peer usage | Hans-Joerg Hoexer | |
2006-07-21 | update and enable that test | Hans-Joerg Hoexer | |
2006-07-19 | Add a couple of files missing from the cleanup list | Darren Tucker | |
2006-07-19 | Add regress test for ForceCommand | Darren Tucker | |
2006-07-17 | Regress test for Match + PermitOpen. ok djm@ | Darren Tucker | |
2006-07-11 | add test for ExitOnForwardFailure=yes | Markus Friedl | |
2006-07-11 | add another regress for the recent -Wbounded fixes | Anil Madhavapeddy | |
2006-07-11 | sync regression tests, since the output format has changed slightly | Anil Madhavapeddy | |
(the argument number is included in -Wbounded error messages) | |||
2006-07-06 | in this test, $SUDO is not used to gain privileges but to switch to nobody. | Alexander von Gernler | |
thus, we need the SUDO variable to be set. if not set, the test would also pass ok, but only because exit status 2 and 127 looked the same to the test. ok markus@ | |||
2006-07-03 | Revert last commit by request of otto. | Jonathan Gray | |
Contents of comments are obviously part of the diff tests. | |||
2006-07-03 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray | |
rescinded 22 July 1999. | |||
2006-06-20 | The ike/ikedel tests 48 to 50 do net exist yet. They will be needed | Hans-Joerg Hoexer | |
for stuff that will soon be commited. In the meanwhile disable them. Noticed by david@, thanks! | |||
2006-06-18 | adopt to recent changes | Hans-Joerg Hoexer | |
2006-06-16 | and fix the corresponding regression test. | Hans-Joerg Hoexer | |
2006-06-16 | adopt to recent changes | Hans-Joerg Hoexer | |
2006-06-15 | Add a bunch of test for deletion of ike rules, add a test for "to | Hans-Joerg Hoexer | |
any" rules without a peer specified. These tests resulted in the recent fix in ipsecctl/ike.c. | |||
2006-06-15 | add safail2 | Hans-Joerg Hoexer | |
2006-06-15 | test invalid v6/v4 address combinations for SAs. | Hans-Joerg Hoexer | |
2006-06-13 | we use aes for manual keying as default now. adopt these tests. | Hans-Joerg Hoexer | |
2006-06-10 | adopted to recent change. | Hans-Joerg Hoexer | |
2006-06-08 | really, this is the correct *.ok output, what was generated in the past was | Todd T. Fries | |
due to recently fixed code move some ike?? to ikefail? | |||
2006-06-08 | Add a transport mode specifier to ike rules. Tunnel mode remains the default. | Christian Weisgerber | |
"looks right" hshoexer@ | |||
2006-06-08 | Add tests for a tiny regression I've just found | Hans-Joerg Hoexer | |
2006-06-02 | Reflect -r1.43 of lint1/tree.c | Chad Loder | |
2006-06-02 | check port modifiers in ike rules | Christian Weisgerber | |