Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-24 | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | Damien Miller | |
information that is looked up while matching glob(3)s Keeping this information around can make a big difference when fetching it is expensive, e.g. in sftp which uses GLOB_ALTDIRFUNC feedback millert@ jmc@ "get it in before the libc crank" deraadt@ | |||
2010-09-22 | regress test for each of the key exchange algorithms that we support | Damien Miller | |
2010-09-22 | Test vectors for GMAC as published in the original GCM proposal | Mike Belopuhov | |
to NIST (gcm-spec.pdf) and draft-mcgrew-gcm-test-01.txt. | |||
2010-09-18 | Add cvs tag, author name and year | Todd C. Miller | |
2010-09-18 | Test default precision when ndigit is negative. | Todd C. Miller | |
2010-09-18 | Add more test vectors. | Todd C. Miller | |
2010-09-17 | Add gcvt() regress with test vectors derived from perl regress. | Todd C. Miller | |
Does not currently pass, which is why perl can't use it to format doubles. | |||
2010-09-02 | test different key types (dsa, rsa, ecdsa) and sizes for login | Markus Friedl | |
and host keys; print time used for each iteration; ok djm@ | |||
2010-09-01 | some very minor tweaks to bring us in line with mdoclint -r1.12 and | Jason McIntyre | |
mdoclint.1 -r1.2; some minor os-specific differences remain | |||
2010-08-31 | put .Os in the right place; | Jason McIntyre | |
2010-08-31 | - catching up with upstream mdoclint, recognise IMPLEMENTATION NOTES and | Jason McIntyre | |
COMPATIBILTY as sections. these remain defined only for netbsd, since we do not use these sections. - contrariwise, undefine EXIT STATUS as being netbsd only. despite some misgivings, i think we probably do need to ressurect this section. i'll start to make these changes soon. | |||
2010-08-31 | tests for ECDSA keys | Damien Miller | |
2010-08-31 | tests for ECDSA certificates | Damien Miller | |
2010-08-23 | Add setenv/putenv regress | Todd C. Miller | |
2010-08-08 | remove rmd160 and add cksum, sha256, and sum while here | David Krause | |
phessler@ deraadt@ | |||
2010-08-07 | Link against libkern's timingsafe_bcmp.c, so key_wrap regress tests | Matthew Dempsky | |
can compile again. ok phessler@, "Get it in right away" deraadt@ | |||
2010-08-07 | new test for merging because of wrong deps that must lead to failure. | Marc Espie | |
also, PKG_ADD -> ADD_PKG to avoid confusion with bsd.port.mk. | |||
2010-08-04 | Revert previous since it makes the tests fail. | Mark Kettenis | |
2010-08-04 | Add the new kqueue+rfork test, but disable the tests that use RFMEM | Philip Guenthe | |
as they don't work right now | |||
2010-08-04 | Regression test for the recent rfork+kqueue fix | Philip Guenthe | |
2010-08-04 | tun* interfaces are now automatically destroyed on last close when | Philip Guenthe | |
originally created by opening /dev/tun* | |||
2010-08-04 | Confirm that a NOTE_EXIT knote is delivered when the child exits | Philip Guenthe | |
Fix a C thinko | |||
2010-07-25 | basic regress tests (based on test-19.c) for _Bool and _Complex support | Philip Guenthe | |
2010-07-22 | Replace strncat() with strlcat(). | Marcus Glocker | |
2010-07-22 | Change include ordering. | Marcus Glocker | |
2010-07-22 | Initial regression test program for video(4). | Marcus Glocker | |
2010-07-16 | revisison -> revision | Ray Lai | |
2010-07-14 | add regress tests for upcoming redirection changes to ftp | Alexander Hall | |
2010-07-13 | Test for the awesome let's-silently-overwrite-local-files bug. | Nicholas Marriott | |
2010-07-13 | regress for merge bug. | Nicholas Marriott | |
2010-07-03 | clean up all created files | Peter Hessler | |
2010-07-03 | the sedtest regress test requires 200-ish file descriptors, so set a | Peter Hessler | |
somewhat nicer limit inside the script itself. debugged and reviewed with naddy@ | |||
2010-07-03 | add several new tests for pfctl, and fix the output of some existing | Peter Hessler | |
tests for the updated pfctl. OK henning@, mcbride@ | |||
2010-07-02 | oops, add a missing newline; noticed by and ok phessler@ | Christian Weisgerber | |
2010-07-01 | enable mandoc regression tests; ok phessler@ | Ingo Schwarze | |
2010-07-01 | if we cannot copy the setup file (because objdir doesn't exist), then | Peter Hessler | |
continue anyways. | |||
2010-07-01 | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation | Christian Weisgerber | |
of the y (translate) command. "If a backslash character is immediately followed by a backslash character in string1 or string2, the two backslash characters shall be counted as a single literal backslash character" From FreeBSD; ok millert@ halex@ | |||
2010-07-01 | Allow [ to be used as a delimiter. | Christian Weisgerber | |
From FreeBSD; ok millert@ halex@ | |||
2010-07-01 | more updates | Ingo Schwarze | |
2010-07-01 | major update of the mandoc test suite: | Ingo Schwarze | |
* add various new and extend a few existing tests * stop using Mdocdate to ease syncing with NetBSD | |||
2010-06-30 | Add a test for route labels, re PR6416. ok phessler@ | Stuart Henderson | |
2010-06-29 | regress tests for key options in AuthorizedPrincipals | Damien Miller | |
2010-06-29 | Add regression tests for ftp regarding the -o flag. | Alexander Hall | |
lots of help and ok phessler@ | |||
2010-06-29 | Replace the hand-crafted Diffie-Hellman implementation in isakmpd with | Reyk Floeter | |
the smaller implementation from iked that is using libcrypto instead. This allows to remove a lot of code (which is always good), get rid of some custom crypto code by using libcrypto, theoretically adds support for many new MODP and EC2N/ECP modes (but it is not configurable yet), and allows to share the dh.c/dh.h code in different codebases (it is identical in isakmpd and iked, but could also be used elsewhere). ok deraadt@ | |||
2010-06-29 | Correct the target name | Philip Guenthe | |
2010-06-28 | Don't ask people to send regress logs to a non-existant email address. | Peter Hessler | |
OK deraadt@ | |||
2010-06-27 | add the groff target to the 'make depend' step, so we build dependencies. | Peter Hessler | |
while here, fix building the groff built pages OK schwarze@ | |||
2010-06-27 | enable the regress tests for file, and xlint. | Peter Hessler | |
both already pass on amd64. | |||
2010-06-27 | fix how we run the tests so we can successfully use SUDO='sudo -E' in our env | Peter Hessler | |
2010-06-27 | GCC is being intelligent with our asm statements that were used to pad stuff | Artur Grabowski | |
before and after a function. We made the assumption that the function would not be rearranged but would stay between our paddings. Haha, trusting gcc to not rearrange things, we've never had problems with that. |