summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2019-09-06Check for RSA support before using it for the user key, otherwise useDarren Tucker
ed25519 which is supported when built without OpenSSL.
2019-09-05Ignore missing pseudo terminal for ssh when called from cron job.Alexander Bluhm
2019-09-05adapt to print_indent() HTML_NOSPACE fix, html.c rev. 1.132Ingo Schwarze
2019-09-05Name environment variables consistently.Alexander Bluhm
2019-09-05Minimize differences between IPv4 and IPv6 multicast tests.Alexander Bluhm
2019-09-05Link IPv6 multicast tests to regress build.Alexander Bluhm
2019-09-05Test IPv6 multicast sender, receiver, router. Minimal mc6routeAlexander Bluhm
implmentation does not care about ICMPv6, it simply adds static multicast routes. Multicast routing needs at least two test machines. Otherwise only send and receive on localhost is tested. Currently receiving link-local packets via loopback does not work due to wrong scope id. Everything is mostly copied from IPv4 regress.
2019-09-05Feed the bntest output to bc(1). This checks the result of the bigAlexander Bluhm
num calculations and avoids lots of ugly output to stdout. Remove fflush(3) of stderr, it is unbuffered anyway. with Moritz Buhl
2019-09-02Test multicast sender, receiver, router. Minimal mcroute implmentationAlexander Bluhm
does not care about IGMP, it simply adds static multicast routes. Mutlicast routing needs at least two test machines. Otherwise only send and receive on localhost is tested.
2019-09-03adapt to new <p> output logic (html.c rev. 1.131)Ingo Schwarze
2019-09-03regress test for sshsig; feedback and ok markus@Damien Miller
2019-09-03only add plain keys to prevent any certs laying aroundDamien Miller
from confusing the test.
2019-09-03Create remote log files in obj directory.Alexander Bluhm
2019-09-02Test multicast sender, receiver, router. Minimal mcroute implmentationAlexander Bluhm
does not care about IGMP, it simply adds static multicast routes. Mutlicast routing needs at least two test machines. Otherwise only send and receive on localhost is tested.
2019-09-02Link multicast tests to regress build.Alexander Bluhm
2019-09-02Test multicast sender, receiver, router. Minimal mcroute implmentationAlexander Bluhm
does not care about IGMP, it simply adds static multicast routes. Mutlicast routing needs at least two test machines. Otherwise only send and receive on localhost is tested.
2019-08-30Use ed25519 for most hostkey rotation tests since it's supported even whenDarren Tucker
built without OpenSSL. Use RSA for the secondary type test if supported, otherwise skip it. Fixes this test for !OpenSSL builds.
2019-08-23Default layout for disklabel(8) has changed, /usr became larger.Alexander Bluhm
Adjust expected values in test. reminded by Moritz Buhl
2019-08-22Test did not compile due to missing symbols. Add source sshbuf-misc.cAlexander Bluhm
to regress as it was done in ssh make file. from Moritz Buhl
2019-08-22Define the new verbose variable also in the regression sources soAlexander Bluhm
that the test programs link with the rpki-client object files again. from Moritz Buhl
2019-08-20shrink using new mechanismsMarc Espie
2019-08-20two simple scripts to shrink package generationMarc Espie
2019-08-20use wrapper module instead of rolling our ownMarc Espie
2019-08-20remove old cdrom=... propertyMarc Espie
2019-08-19silently add -DDONTLOGMarc Espie
2019-08-14Add test case for ber_scanf_elements.rob
Significant tweak by and ok martijn@
2019-08-14Add ikev2_ikesa_info dummy definition for parser test.tobhe
2019-08-13Move comment about exabgp to the rule since this way it is shown to the user.Claudio Jeker
Reminded by bluhm@
2019-08-12Stop pulling libssl into rpki-client.Joel Sing
None of this code actually does TLS, hence libssl is not needed. Instead, pull in the correct headers and call the appropriate libcrypto initialisation functions (even this is only necessary to support OpenSSL prior to 1.1). While here also remove libssl/libcrypto initialisation/uninitialisation from main() - it should only be necessary in proc_parser(). ok deraadt@ job@
2019-08-09Move snmpd regress test from snmpctl(8) to snmp(1).Martijn van Duren
2019-08-07Actually make the hand coded ASPATH a AS_SEQUENCE and not an AS_SET.Claudio Jeker
2019-08-07The as0 regress can be enabled now. Needs exabgp to run else it is skipped.Claudio Jeker
2019-08-06Use SUDO to run test as root.Alexander Bluhm
2019-08-06Implement RFC7607 testing using exabgp since we need to fiddle withClaudio Jeker
attributes. Currently not enabled since it will fail.
2019-08-06Test more variants to specify the root directory.Alexander Bluhm
2019-08-06Cleanup the scripts a bit, error out early if not run as root, useClaudio Jeker
set -x later in the script instead of ksh -x to shorten the output of the tests.
2019-08-06Update output file for mrt table-mp dumps since those can now dumpClaudio Jeker
the MPLS VPN as well.
2019-08-05Test realpath and unveil if the root directory is written as "//".Alexander Bluhm
2019-08-05Link regress realpath-unmount to build.Alexander Bluhm
2019-08-05Call realpath(3) in combination with chroot(2) and chdir(2).Alexander Bluhm
Use umount(8) to check that the mountpoint leaks no vnode. from Moritz Buhl
2019-08-04Add arm64 asm for stackpivot regress test.mortimer
2019-08-04Test that unmount works after calling unlink(2) with relativeAlexander Bluhm
directories obtained by chdir(2).
2019-08-01Call unveil(2) in combination with unlink(2) and chroot(2).Alexander Bluhm
Use umount(8) to check that the mountpoint leaks no vnode.
2019-08-02pass -Dchecksum around so that checksum is exercised.Marc Espie
Also, inject fault and verify that package does indeed not get fully deleted
2019-08-02fix some memleaks in test_helper codeDamien Miller
bz#3037 from Jitendra Sharma
2019-08-01Link regress unveil-unmount to build.Alexander Bluhm
2019-08-01Call unveil(2) in combination with unlink(2) and chroot(2).Alexander Bluhm
Use umount(8) to check that the mountpoint leaks no vnode.
2019-07-29regress: Add mips64 stack pivot asm for octeon in stackpivot testsmortimer
2019-07-26The strncat test is passing, do not add it to expected failures.Alexander Bluhm
2019-07-26Restrict limit-keytype to types supported by build. This means we haveDarren Tucker
to skip a couple tests when only one key type is supported.