Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-26 | Make sure the test array is 64 bit aligned, this now makes sparc fail this | Miod Vallat | |
test. | |||
2008-07-25 | flock | Artur Grabowski | |
2008-07-25 | file advisory locking tests from FreeBSD. We fail to detect | Artur Grabowski | |
two deadlocks at the moment. | |||
2008-07-15 | deprecate package names without version numbers. | Marc Espie | |
2008-07-01 | Isakmpd acquire mode did not work with a config generated from | Alexander Bluhm | |
ipsec.conf. The config created by isakmpd dynamically was different from the config that ipsecctl generated out of ipsec.conf. Both config formats are changed so that they match. One needs a passive ike line and a require flow line with the same parameters in the ipsec.conf. Then the acquire message generated by the kernel will trigger isakmpd to generate a config that matches the one that ipsecctl generated from the ike line. ok hshoexer, 'sounds good' todd | |||
2008-07-01 | If multiple to addresses but no peer are given in an ike or flow | Alexander Bluhm | |
rule, the current to address is taken as peer during expansion. This makes the broken regress test ikefail7 obsolete as address family mismatch cannot happen anymore. ok hshoexer | |||
2008-06-30 | explicitly disable conch options that could interfere with the test | Damien Miller | |
2008-06-30 | remove "set -e" left over from debugging | Damien Miller | |
2008-06-30 | shell portability: use "=" instead of "==" in test(1) expressions, | Damien Miller | |
double-quote string with backslash escaped / | |||
2008-06-28 | very basic regress test against Twisted Conch in "make interop" | Damien Miller | |
target (conch is available in ports/devel/py-twisted/conch); ok markus@ | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-16 | fix regress after scrub TOS and tagging additions; "commit it" henning@ | David Krause | |
2008-06-13 | some mtree regress | Marc Espie | |
okay millert@ | |||
2008-06-12 | +aes tests | Damien Miller | |
2008-06-12 | blocksize=128 keysize={128,256} AES test vectors from Dr. Brian Gladman | Damien Miller | |
http://fp.gladman.plus.com/AES/ | |||
2008-06-12 | Test crypto(4) AES against test vectors from Dr. Brian Gladman | Damien Miller | |
available at http://fp.gladman.plus.com/AES/ only keysize={128,256} and standard AES blocksize for now | |||
2008-06-11 | Don't run cipher-speed test by default; mistakenly enabled by me | Darren Tucker | |
2008-06-11 | regression tests for the upcomming tgamma bits | Martynas Venckus | |
2008-06-10 | Add regress test for key options. ok djm@ | Darren Tucker | |
2008-06-10 | Add a regression test for signaling permission checks. From mickey@. | Hans-Joerg Hoexer | |
ok deraadt | |||
2008-06-10 | Add quotes | Darren Tucker | |
2008-06-10 | Use a more portable construct for checking if we're running a putty test | Darren Tucker | |
2008-06-10 | Regress test for Match CIDR rules. ok djm@ | Darren Tucker | |
2008-06-09 | Don't generate putty keys if we're not going to use them. ok djm | Darren Tucker | |
2008-06-09 | +aesxts subdir | Damien Miller | |
2008-06-09 | regress tests for crypto(4) CRYPTO_AES_XTS using test vectors from | Damien Miller | |
IEEE P1619-2007 standards; ok hshoexer@ | |||
2008-05-13 | Plumb socppc in MAKEDEV machinery. | Miod Vallat | |
2008-05-09 | Fix the include path passed via CFLAGS so that this will compile.. one | Brad Smith | |
too many ../ in the path. Somehow managed to get a symlink in the right spot that made this work as it was. Pointed out by david@ | |||
2008-05-09 | convert port byte order in the production; add port keyword; ok deraadt@ | Markus Friedl | |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl | |
makes transparent proxies much easier; ok beck@, feedback claudio@ | |||
2008-05-08 | Sync with source changes | Ian Darwin | |
2008-05-08 | Add/Fix regression tests for sequences of numbers and stacked | Marco Pfatschbacher | |
assignments of variables. OK deraadt@ | |||
2008-05-07 | scrub packets based on tags; ok henning | Markus Friedl | |
2008-05-07 | allow setting TOS with scrub; ok mcbride, claudio | Markus Friedl | |
2008-05-04 | Some additional tests. | Brad Smith | |
From the libevent SVN repo. ok millert@ | |||
2008-05-02 | Update to libevent 1.3e while retaining our local changes. | Brad Smith | |
"No objection" millert@ "the diff looks and works fine" reyk@ | |||
2008-04-24 | Return the proper values upon failure per POSIX for pthread_sigmask(3) and | Kurt Miller | |
sigprocmask(2) in threaded programs. From Philip Guenther <guenther at sendmail.com> via PR library/5795. okay marc@ | |||
2008-04-21 | Test for blank lines and comments between and inline anchor and its rules. | Ryan Thomas McBride | |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | |||
2008-03-24 | disable no-replace rename test now that we prefer a POSIX rename; spotted | Damien Miller | |
by dkrause@ | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-15 | Repair usage of CMSG_SPACE and CMSG_LEN. While there, send three fds | Hans-Joerg Hoexer | |
instead of just two as this decreases the propability that things just work although the sizes are wrong (ie. 8 aligns correctly on both 32 and 64 bit platforms even with wrong usage of CMSG_{LEN,SPACE} whereas 12 doesn't). | |||
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt | |
an extensive discussion with otto, kettenis, millert, and hshoexer | |||
2008-03-10 | Further improve regress for OpenCVS by including possibility to change and | Tobias Stoeckmann | |
check dates in RCS files (needed for various -D cases). As a reference, import has been adjusted. Also, it is no longer needed to supply -f option if CVS is specified with make. ok joris | |||
2008-02-15 | More cleanup; | Xavier Santolaria | |
Introduce variables instead of hardcoding XXX occurrences. OK tobias@. | |||
2008-02-15 | Cleanup; OK tobias@. | Xavier Santolaria | |
2008-02-15 | Test that removed file is not there anymore when using -f in | Xavier Santolaria | |
cvs-remove-fflag test. | |||
2008-02-14 | Add `cvs release -d' test but commented out. OK tobiasregress@. | Xavier Santolaria | |
2008-02-10 | Enable client<->server remote setup. Use -DREMOTE. | Xavier Santolaria | |
OK tobias@. | |||
2008-02-09 | Get in proper support for checkout/update -A when it comes to keyword | Tobias Stoeckmann | |
expansion options. OK joris@ |