Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | Add support for qcow2 base images (external snapshots). | Reyk Floeter | |
This works is from Ori Bernstein, committing on his behalf: Add support to vmd for external snapshots. That is, snapshots that are derived from a base image. Data lookups start in the derived image, and if the derived image does not contain some data, the search proceeds ot the base image. Multiple derived images may exist off of a single base image. A limitation of this format is that modifying the base image will corrupt the derived image. This change also adds support for creating disk derived disk images to vmctl. To use it: vmctl create derived.qcow2 -s 16G -b base.qcow2 From Ori Bernstein OK mlarkin@ reyk@ | |||
2018-10-07 | whitespace cleanup and other minor things from gofmt | Theo Buehler | |
2018-10-06 | make sure all CStrings are freed | Theo Buehler | |
2018-10-06 | plug a memory leak | Theo Buehler | |
2018-10-06 | Debug output of rsyslogd has changed, adapt regex in compatibility | Alexander Bluhm | |
test. | |||
2018-10-06 | wrap a few more overlong lines | Theo Buehler | |
2018-10-06 | wrap some overlong fmt.Printfs | Theo Buehler | |
2018-10-06 | Simplify regress tests by using the new setup and cleanup feature. | Alexander Bluhm | |
2018-10-06 | It's slightly simpler to get the ECDH public key as an EC_POINT by using | Theo Buehler | |
EC_KEY_set_public_key_affine_coordinates() and EC_KEY_get0_public_key() than using EC_POINT_set_affine_coordinates_GFp() directly. | |||
2018-10-06 | free EC_POINT and EC_GROUP | Theo Buehler | |
2018-10-06 | Run Wycheproof ECDH Web Crypto test vectors against libcrypto. | Theo Buehler | |
2018-10-06 | merge runECDSAWebCryptoTest() into runECDSATest() | Theo Buehler | |
2018-10-06 | factor ECDSA signature extraction into its own function | Theo Buehler | |
2018-10-06 | make allocate/use/defer dances more consistent in ECDSA sig extraction | Theo Buehler | |
2018-10-05 | Run Wycheproof ECDSA Web Crypto test vectors against libcrypto. | Theo Buehler | |
2018-10-05 | pass current dir, rdomains and interfaces as argument to the test. | Sebastian Benoit | |
thanks bluhm@ for pointing out the problem. | |||
2018-10-04 | Better refer to RFC 8422 which obsoletes RFC 4492. | Theo Buehler | |
2018-10-04 | While we don't explicitly support curve secp256r1, we can run 1250 tests | Theo Buehler | |
against its ANSI equivalent prime256v1 (compare RFC 4492, Appendix A). | |||
2018-10-02 | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze | |
This also agrees with what groff does. Suggested by an attendee of EuroBSDCon 2018 in Bucuresti. Written on the plane Bucuresti-Frankfurt returning from EuroBSDCon. | |||
2018-10-01 | run the integrationtests/ | Sebastian Benoit | |
2018-10-01 | add new testcase for network statements (announcing/redistributing routes | Sebastian Benoit | |
into bgpd). | |||
2018-09-30 | For -w output in -m mode, tweak the handling of bytes that do not | Ingo Schwarze | |
form valid UTF-8: treat them as "not a whitespace character" and hence "not a word boundary" in the same way as non-printable characters and NUL bytes. OK millert@ | |||
2018-09-30 | fix the rest of the bug mitigated in the previous commit: | Ingo Schwarze | |
do not embark on an infinite loop when -m is given and the file contains a NUL character; OK millert@ | |||
2018-09-30 | in ECDH, gather statistics where it makes more sense | Theo Buehler | |
2018-09-30 | Add regression test for cmsg size bug. | Vincent Gross | |
With help and prodding from bluhm@, mpi@, jca@ and Alexander Markert. | |||
2018-09-29 | test that PWD and OLDPWD are exported | anton | |
2018-09-29 | Adjust for the roa-set, origin-set commit that just happend in bgpd | Claudio Jeker | |
2018-09-29 | ROA_UNKNOWN is now ROA_NOTFOUND (as in the RFC). | Claudio Jeker | |
2018-09-28 | Always try to build packet reflector on remote machine. It may be | Alexander Bluhm | |
missing after reinstall. | |||
2018-09-27 | Sometimes make picked the wrong rule for the adapted disklabel | Alexander Bluhm | |
program. An absolute path seems to fix this. | |||
2018-09-27 | Actually I missed the /usr/local default size change in disklabel(8). | Alexander Bluhm | |
Adjust expected output. | |||
2018-09-26 | Split the disklabel regress into multiple tests. Move all code | Alexander Bluhm | |
into Makefile. Verbose testing and failing early helps debugging. Remove the disk image during cleanup to save space. OK krw@ | |||
2018-09-26 | Fix out file to be actually correct for the input file. | Claudio Jeker | |
2018-09-25 | disklabel(8) uses hw.physmem to calculate swap and /var sizes. This | Alexander Bluhm | |
prevents reproduceable regression tests. Recompile the disklabel with a fixed memory size for this test. Also adjust expected output for recent /usr/obj and /usr/local size changes. discussed with krw@ | |||
2018-09-24 | sync host*() changes from bgpd | denis | |
OK kn@ | |||
2018-09-22 | Add a comment on the acceptable RSASSA cases. | Theo Buehler | |
2018-09-22 | gather statistics in checkAead{Open,Seal}() as well. | Theo Buehler | |
2018-09-22 | remove some unneeded checks | Theo Buehler | |
2018-09-22 | gather and print some statistics on the acceptable cases we need to | Theo Buehler | |
look into | |||
2018-09-22 | more flags printing | Theo Buehler | |
2018-09-22 | improve logic involving acceptableAudit | Theo Buehler | |
2018-09-22 | Swap order of "action" and "wt.Flags" in a few fmt.Printfs. | Theo Buehler | |
2018-09-22 | Introduce a couple of convenience targets to help with auditing the | Theo Buehler | |
acceptable cases. | |||
2018-09-21 | Print the flags field in INFO: and FAIL: messages. It's helpful in | Theo Buehler | |
identifying the important failures while auditing. | |||
2018-09-21 | Basic testing of roa-sets. | Claudio Jeker | |
2018-09-21 | Add some more prefix-set test cases. Mainly to test edge cases in the RB | Claudio Jeker | |
tree implementation now used. | |||
2018-09-20 | Adjust unittests to the adjustments done to the as_set code. | Claudio Jeker | |
OK benno@ | |||
2018-09-20 | Sort order changed because an RB tree is now used for prefixsets. | Claudio Jeker | |
2018-09-19 | Try to turn this into an actual regress test. | Kenneth R Westerback | |
with & ok bluhm@ | |||
2018-09-18 | Start testing the roa backend (test 5) and cleanup tool in general. | Claudio Jeker | |