summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2006-10-06eliminate warnings on 64bit archsKurt Miller
2006-10-03correct check for proper return value of dup2Kurt Miller
2006-09-29add strtod() underflow testOtto Moerbeek
2006-09-22add blocked_close, blocked_dup2, close_race and dup2_raceKurt Miller
2006-09-22Test dup2() racing with other threads using the same fileKurt Miller
descriptor.
2006-09-22Test close() racing with other threads using the same fileKurt Miller
descriptor.
2006-09-22Test dup2() racing with other threads using the same fileKurt Miller
descriptor, with some of them blocking on data that will never arrive.
2006-09-22Test close() racing with other threads using the same fileKurt 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-17fix badly named regress, and add suffixes rules.Marc Espie
2006-08-29Test 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-29fix output location of truncated files testDavid Krause
ok niallo@ deraadt@
2006-08-29Add support for IKE AH rules to ipsecctl. Man page input by jmc@.Christian Weisgerber
ok hshoexer@
2006-08-29clean up our messDamien Miller
2006-08-23- add regression test for rcs parser's handling of truncated files.Niall O'Higgins
ok xsa@
2006-08-18py-cairo/py-gtk2 deathlock of dependencies. Not fixed yet.Marc Espie
2006-08-11add tests for merge -e; OK ray@.Xavier Santolaria
2006-08-10failing qt4 test case.Marc Espie
2006-08-02- add regression tests for two problems with keyword parsing.Niall O'Higgins
ok ray@
2006-07-29Add regression test for files with lots of keywords.Ray Lai
OK xsa@
2006-07-28Remove $Log$ check from keyword expansion test, which is the onlyRay Lai
keyword we don't do yet. Now we can enable the test. OK niallo@
2006-07-22Test that PermitOpen after a Match overrides global setting; ok djm@Darren Tucker
2006-07-21Test that "cpio -o" does not segfault when called with no input.Ray Lai
2006-07-21tests similar to ike49 and ike50, but with ipv6 addresses.Hans-Joerg Hoexer
2006-07-21yet another test.Hans-Joerg Hoexer
2006-07-21new tests for default peer usageHans-Joerg Hoexer
2006-07-21update and enable that testHans-Joerg Hoexer
2006-07-19Add a couple of files missing from the cleanup listDarren Tucker
2006-07-19Add regress test for ForceCommandDarren Tucker
2006-07-17Regress test for Match + PermitOpen. ok djm@Darren Tucker
2006-07-11add test for ExitOnForwardFailure=yesMarkus Friedl
2006-07-11add another regress for the recent -Wbounded fixesAnil Madhavapeddy
2006-07-11sync regression tests, since the output format has changed slightlyAnil Madhavapeddy
(the argument number is included in -Wbounded error messages)
2006-07-06in 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-03Revert last commit by request of otto.Jonathan Gray
Contents of comments are obviously part of the diff tests.
2006-07-03Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
rescinded 22 July 1999.
2006-06-20The ike/ikedel tests 48 to 50 do net exist yet. They will be neededHans-Joerg Hoexer
for stuff that will soon be commited. In the meanwhile disable them. Noticed by david@, thanks!
2006-06-18adopt to recent changesHans-Joerg Hoexer
2006-06-16and fix the corresponding regression test.Hans-Joerg Hoexer
2006-06-16adopt to recent changesHans-Joerg Hoexer
2006-06-15Add a bunch of test for deletion of ike rules, add a test for "toHans-Joerg Hoexer
any" rules without a peer specified. These tests resulted in the recent fix in ipsecctl/ike.c.
2006-06-15add safail2Hans-Joerg Hoexer
2006-06-15test invalid v6/v4 address combinations for SAs.Hans-Joerg Hoexer
2006-06-13we use aes for manual keying as default now. adopt these tests.Hans-Joerg Hoexer
2006-06-10adopted to recent change.Hans-Joerg Hoexer
2006-06-08really, this is the correct *.ok output, what was generated in the past wasTodd T. Fries
due to recently fixed code move some ike?? to ikefail?
2006-06-08Add a transport mode specifier to ike rules. Tunnel mode remains the default.Christian Weisgerber
"looks right" hshoexer@
2006-06-08Add tests for a tiny regression I've just foundHans-Joerg Hoexer
2006-06-02Reflect -r1.43 of lint1/tree.cChad Loder
2006-06-02check port modifiers in ike rulesChristian Weisgerber