summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2021-10-11quote sudo and handle argumentsAnton Lindqvist
2021-10-11Invoke ${SUDO} before env(1) and not the other way around. Otherwise,Anton Lindqvist
2021-10-11Replace poor man's synchronization primitive (i.e. sleep) with aAnton Lindqvist
2021-10-09delete unneccessary arpa/nameser.h includesTheo de Raadt
2021-10-07honor objdirAnton Lindqvist
2021-10-07Replace the ugly openssl11 hack for the missing ASN1_time_parse() andClaudio Jeker
2021-10-06This regress uses vnd devices to create a softraid volume. Raid levelsAlexander Bluhm
2021-10-06we now pass that testMarc Espie
2021-10-06GCC 4.2.1 does not support nullptr, use traditional NULL.Alexander Bluhm
2021-10-06use libc SHA256 functions; make this work when compiled !WITH_OPENSSLDamien Miller
2021-10-05add missing sudoAnton Lindqvist
2021-10-05fix stderr redirectAnton Lindqvist
2021-10-05add missing sudo and handle argumentsAnton Lindqvist
2021-10-05Add BGPsec router certificate to rpki-client regressJob Snijders
2021-10-05add missing sudoAnton Lindqvist
2021-10-05add missing sudoAnton Lindqvist
2021-10-05build prog onceAnton Lindqvist
2021-10-05stop masking test-http.c failuresAnton Lindqvist
2021-10-03Unbreak btrace(8) regress, adding missing files.Dave Voutila
2021-10-03bt(5)/btrace(8): add support for str()Dave Voutila
2021-10-03Extend filesystem tests to test mfs and tmpfs. Hook up mfs but leave tmpfsClaudio Jeker
2021-10-02quote sudoAnton Lindqvist
2021-10-02add missing sudoAnton Lindqvist
2021-10-02hook up btraceAnton Lindqvist
2021-10-01Add test for ssh hashed known_hosts handling.Darren Tucker
2021-09-30Mark another test as failing with the legacy verifier.Joel Sing
2021-09-30Quote SUDO value during propagation, allowing `doas -n' to be correctlyAnton Lindqvist
2021-09-30Fix up whitespace left by previous change removing privsep. No otherDarren Tucker
2021-09-30Remove (almost all) references to privsep. This removes several do..whileDarren Tucker
2021-09-30Use "skip" instead of "fatal" if SUDO isn't set for the *-command tests.Darren Tucker
2021-09-29Test certificate hostkeys held in ssh-agent too. Would have caughtDamien Miller
2021-09-28testcase for the avahi/avahi-lib/avahi-glib/cups updateMarc Espie
2021-09-28Turns out that older SPARC CPUs (like the UltraSPARC II) do report an exactMark Kettenis
2021-09-28Use -Wl,-z,wxneeded instead of -z wxneeded such that this builds with baseMark Kettenis
2021-09-28add missing sudoAnton Lindqvist
2021-09-28Remove recent changes used to unblock the signal undergoing testing, I solved itAnton Lindqvist
2021-09-27Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.Todd C. Miller
2021-09-27These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.Alexander Bluhm
2021-09-27Bring this regress into nicer shape. Add all recent architectures.Alexander Bluhm
2021-09-27Return 0 from main() otherwise the exit code is garbage on sparc64.Alexander Bluhm
2021-09-27Make t_gettimeofday pass on sparc64.mbuhl
2021-09-24Simplify runAesCmacTest() by using EVP_DigestSign().Theo Buehler
2021-09-20Use proper sigsuspend() instead of old pause() and use sigprocmask() toClaudio Jeker
2021-09-20Fix appstest.sh for testing with OpenSSL 3.0Kinichiro Inoguchi
2021-09-19At least t_fork and t_vfork tests need coredumps enabled to succeed.Claudio Jeker
2021-09-17add missing sudoAnton Lindqvist
2021-09-16various improvements:Anton Lindqvist
2021-09-14Fix regression test, prodded by bluhm@Martin Pieuchot
2021-09-12annotate root only targets; ok bluhm@Anton Lindqvist
2021-09-12hook up libagentx; ok martijn@Anton Lindqvist