Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-22 | Apparently these didn't get checked in when I added the tests. | Todd C. Miller | |
2009-10-14 | Add a test for the new -P option. ok espie@ | Stuart Henderson | |
2009-10-13 | Make sure we do not loop when allocating an extent region with EX_CONFLICTOK | Miod Vallat | |
and the whole extent is used; the current code computations would wrap. Found the hard way by jsg@, fix discuss with kettenis@, and you get a regress test for free (which will spin if you compile it again an old subr_extent.c) | |||
2009-10-08 | re-enable protocol v1 for the tests. | Markus Friedl | |
2009-10-06 | Add OpenBSD tag to make syncs easier | Darren Tucker | |
2009-10-06 | more updates for new pf with source-hash manually added to | Jonathan Gray | |
loaded output as it doesn't currently appear as it should. ok henning@ | |||
2009-09-24 | Update some more tests for new pf. | Jonathan Gray | |
ok henning@ | |||
2009-09-24 | Remove some tests that are no longer relevant with the new pf. | Jonathan Gray | |
ok henning@ | |||
2009-09-23 | sync with pfopt5.in correct comments regarding -N/-R | Jonathan Gray | |
2009-09-23 | More tweaks to try to catchup to recent pf changes. | Jonathan Gray | |
pfopt5 part from sthen@ ok henning@ sthen@ | |||
2009-09-18 | Add regression test for overlapping allocation that should coallesce but | Mark Kettenis | |
currently doesn't. | |||
2009-09-14 | doing numeric lookups without specifying an ai_socktype fails no longer. | Claudio Jeker | |
Update the expected answers accordingly. Found by david, OK fgsch | |||
2009-09-07 | implement binat-to as a macro-like rule: a rule using the new binat-to | Reyk Floeter | |
syntax will be expanded by the parser to a nat-to+rdr-to combination to be loaded into the kernel. this simplifies the migration from old binat rules and is less error-prone. feedback from many, manpage bits from jmc@ ok henning@ | |||
2009-09-03 | Adapt to new pfctl, remove use of -Fn and -sn | Jonathan Gray | |
Thanks to phessler for pointing out that the show command was buried in '-gvvsn' ok henning | |||
2009-09-03 | adapt to new pf | Jonathan Gray | |
ok henning | |||
2009-09-03 | adapt to nat changes | Jonathan Gray | |
ok henning | |||
2009-09-02 | convert a bunch of rdr/nat rules to the new syntax | Jonathan Gray | |
Things still need to be changed for route-to/binat/command line options among other things. ok henning | |||
2009-08-20 | fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos | Damien Miller | |
Silva for Google Summer of Code | |||
2009-08-13 | date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7 | Damien Miller | |
Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus | |||
2009-08-13 | regression test for port number parsing. written as part of the a2port | Damien Miller | |
change that went into 5.2 but I forgot to commit it at the time... | |||
2009-08-04 | Add regress tests with IPv4 and IPv6 addresses for the srcid and/or dstid. | Joel Sing | |
ok hshoexer@ | |||
2009-07-06 | don't test unspecified behavior per ISO C (section F.4). this made | Martynas Venckus | |
machines following IEC/IEEE for fp arith fail, since they take more care of overflowed value. failure on zaurus reported by david@. ok millert@ | |||
2009-06-30 | add "-o none" to pfctl call to prevent automatic table creation of | David Krause | |
multiple addresses which causes the test to fail; ok sthen@ | |||
2009-06-30 | update after the "reassemble tcp" fix (kernel/6178); ok sthen@ | David Krause | |
2009-06-26 | check that dumpdef still works after undefining macros, and not dumps core. | Marc Espie | |
problem found by Philip Guenther. | |||
2009-06-24 | fix this regression test; "reassemble tcp" should be in this location | Stuart Henderson | |
in the output. this test currently fails; see kernel/6178 | |||
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus | |
2009-06-20 | Repair comment ID & typo, no binary change | Ian Darwin | |
2009-06-09 | make the regress target build the program before using it. | Peter Hessler | |
OK millert@, deraadt@ | |||
2009-06-09 | Update to handle the default resolv order behavior. | Peter Hessler | |
Add a note that the regress depends on the "family" keyword in resolv.conf OK millert@, deraadt@ | |||
2009-05-18 | sync with netbsd; no change for openbsd users | Jason McIntyre | |
from wiz | |||
2009-05-14 | handle the new require-order default of "no" in existing tests, and add | Stuart Henderson | |
a new test to check it's working correctly. ok deraadt@ | |||
2009-05-05 | Always specify ssh_config for multiplex tests: prevents breakage caused | Darren Tucker | |
by options in ~/.ssh/config. From Dan Peterson. | |||
2009-04-26 | - check equality with '==', from skreuzer@exit2shell.com | Okan Demirmen | |
- unbreak, since -r was removed from disklabel(8) ok otto@ | |||
2009-04-13 | document -w; ok espie wiz@netbsd | Jason McIntyre | |
2009-04-13 | Add myself to AUTHORS list, as suggested by Thomas. | Marc Espie | |
Always cool to see email addresses @netbsd/@openbsd in the same program ;) | |||
2009-04-13 | A few tweaks: | Marc Espie | |
- display only section headers in warning messages if -w (asked by jmc@) - better fix option: have process_line return the processed line, and use that info. - return proper line for comments (noticed by Thomas Klausner) - let more code run always, only display warnings when wanted - sorting of see also should be case-insensitive (noticed by jmc@) | |||
2009-04-10 | Add EX_CONFLICTOK flag that allows an allocation to conflict with existing | Mark Kettenis | |
allocations, making sure that the union of all space is allocated. ok deraadt@ | |||
2009-04-09 | add fpaccuracy | Martynas Venckus | |
2009-04-09 | fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficult | Martynas Venckus | |
values to test accuracy of math functions (currently, only double precision tests are present) a report summary (fpaccuracy.out) containing max errs in ulp is generated originally under gpl. consented to relicense it under our license ok millert@ | |||
2009-04-08 | adapt lint regress after time.h r. 1.24 "sounds fine" millert@. ok chl@ | Martynas Venckus | |
cloder@'s email bounces | |||
2009-04-06 | more scrub scrubbing | Henning Brauer | |
2009-04-06 | scrub gone | Henning Brauer | |
2009-03-14 | Add mips64 and sh support to this test. | Miod Vallat | |
2009-02-18 | Test to show glob bug introduced with POSIX char class support. | Todd C. Miller | |
2009-02-18 | Add missing CURDIR | Todd C. Miller | |
2009-02-17 | Link lazy binding test into ld.so regress suite. | Joel Sing | |
ok matthieu@ | |||
2009-02-15 | Add an ENAMETOOLONG test case for copyinstr(), inspired by sthen@'s code. | Joel Sing | |
ok sthen@ miod@ | |||
2009-01-30 | If the "peer" address is not specified or derived from "to" for | Alexander Bluhm | |
"ike" rules in ipsec.conf, the default peer is used. In theory ipsecctl -f ipsec.conf can configure the default peer for each "ike" entry. As isakmpd only supports one default peer, the last "ike" rule that uses a default peer wins. This configuration is then significant for all "ike" rules that use the default peer. Now a warning is printed if a later rule in ipsec.conf changes the configuration of the original default peer. This should be an error but that would break existing user configs. So only a warning is printed. ok hshoexer@, todd@ | |||
2009-01-29 | pass "xerrok" status across the execution call stack to more closely | Jared Yanovich | |
match what both POSIX and ksh.1 already describe in regards to set -e/errexit's behavior in determining when to exit from nonzero return values. specifically, the truth values tested as operands to `&&' and `||', as well as the resulting compound expression itself, along with the truth value resulting from a negated command (i.e. a pipeline prefixed `!'), should not make the shell exit when -e is in effect. issue reported by matthieu. testing matthieu, naddy. ok miod (earlier version), otto. man page ok jmc. |