summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-05-20New ldapsearch does not support -h and -p for host and port, butAlexander Bluhm
2022-05-19following the fixed parsing direction of roff_expand() in roff.c rev. 1.260,Ingo Schwarze
2022-05-19Adjust a column number in an error messageIngo Schwarze
2022-05-19fix a wrong column number that got fixed as a side effectIngo Schwarze
2022-05-19remove a bogus warning that went away as a side effectIngo Schwarze
2022-05-19Deal with STACK_OF divergence between LibreSSL and OpenSSLTheo Buehler
2022-05-16Add a simple test that exercises ASN1_STRING_to_UTF8() a little.Theo Buehler
2022-05-16The pf IPv4 option and IPv6 extension header filter has stricterAlexander Bluhm
2022-05-15regress test for in-place transfers and clobbering larger files withDamien Miller
2022-05-14Add the two length tests. Can't currently run them because we need anTheo Buehler
2022-05-13Tweak regress in such a way that it would have caught the bug inTheo Buehler
2022-05-13Output the relevant time specs before the assertion, in the hopes ofAnton Lindqvist
2022-05-12Enable X509v3_asid_subset() tests now that they no longer segfault.Theo Buehler
2022-05-12Add a few more testcases for X509v3_asid_subset()Theo Buehler
2022-05-10If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so thatTheo Buehler
2022-05-10The tests no-symlink and oldlib2 pass now. Do not expect failure.Alexander Bluhm
2022-05-09Add RSC regress bitsJob Snijders
2022-05-08Default Ruby is now 3.1Theo Buehler
2022-05-08Adjust regress after zlib update. Part of the following commit:Theo Buehler
2022-03-24Import upstream madler/zlib test files and run them with our libz.Alexander Bluhm
2022-05-05Switch wycheproof.go to using the EVP HKDF API.Theo Buehler
2022-05-05we no longer announce rounding hereDave Voutila
2022-05-05unbreak vmd(8) regress, update string matchesDave Voutila
2022-05-01Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze
2022-04-30Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze
2022-04-29Send IP options with maximum length to check for overflow.Alexander Bluhm
2022-04-29Cleanup makefile so that tests are similar. Link pair to build.Alexander Bluhm
2022-04-29Link pf_opts to the tree.Alexander Bluhm
2022-04-29Check that IGMP and ICMP6 MLD packets with router alert option pass.Alexander Bluhm
2022-04-28Use $(( )) arithmetic expansion instead of `expr something`Jeremie Courreges-Anglas
2022-04-28Add tests that decode sequences into ASN.1 strings.Joel Sing
2022-04-28The syntax of the roff(7) .mc request is quite specialIngo Schwarze
2022-04-28Environment variables must be passed through env(1) while using sudo.Anton Lindqvist
2022-04-28oops, fix wrong .TH nameIngo Schwarze
2022-04-27Send packets with IPv4 option or IPv6 extension header over loopbackAlexander Bluhm
2022-04-28Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze
2022-04-28Get rid of set but not used compiler warning.Anton Lindqvist
2022-04-27The timeout in ospf6d regress seems to be too short. Increase itAlexander Bluhm
2022-04-27Send packets with IPv4 option or IPv6 extension header over loopbackAlexander Bluhm
2022-04-27Add test case capable of triggering the recently fixed use after free,Anton Lindqvist
2022-04-27Ensure we clear the error stack before running tests that print errors.Joel Sing
2022-04-27Enable ASN.1 INTEGER tests with invalid lengths/encodings.Joel Sing
2022-04-27The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze
2022-04-27add a test case for the Imath update, along with notes about what'sMarc Espie
2022-04-27Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze
2022-04-26typo in example text: unsused -> unused; noticed by tb@Ingo Schwarze
2022-04-26At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze
2022-04-26If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze
2022-04-24If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze
2022-04-23Add ASN1_INTEGER test coverage.Joel Sing