summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2016-12-16Add regression test for AllowUsers and DenyUsers. Patch from Zev WeissDarren Tucker
<zev at bewilderbeest.net>
2016-12-16revert to rev1.2; the new bits in this test depend on changes to sshDamien Miller
that aren't yet committed
2016-12-16Move the "stop sshd" code into its own helper function. Patch fromDarren Tucker
Zev Weiss <zev at bewilderbeest.net>, ok djm@
2016-12-16regression test for certificates along with private key with noDamien Miller
public half. bz#2617, mostly from Adam Eijdenberg
2016-12-15Use $SUDO to read pidfile in case root's umask is restricted. FromDarren Tucker
portable.
2016-12-13Print better error messages in case an expected packet is missing.Alexander Bluhm
2016-12-12Set promiscuous mode during srp1() to receive the arp reply directedAlexander Bluhm
to the ethernet multicast address. This fixes the test on my hardware setup, it was only passing in qemu before. At least scapy 2.3.3p1 is needed to support the promisc=1 parameter here.
2016-12-11Remove and-list-error-3 test, it is obsoleted by seterror-11Todd C. Miller
2016-12-11Fixes descriptions for seterror tests 1, 2 and 4.Todd C. Miller
Add seterror tests 8-10 for better "set -e" coverage. Add seterror-11 test to exercise the bug with "set -e" and short-ciruited "&&" chains. From Kartik Agaram
2016-12-07test different kinds of the "WARNING: whitespace at end of input line";Ingo Schwarze
bluhm@ noticed that this area can grow regressions
2016-12-07comment out non-working parts of the test with .ig rather than \",Ingo Schwarze
this is not supposed to test whitespace at the end of comments; noticed by bluhm@ who sent a different patch
2016-12-07enable commented parts of the test, they seem to work nowIngo Schwarze
2016-12-07enable commented parts of the test, they seem to work nowIngo Schwarze
2016-12-07Spacing in arp -a output has changed, adapt test.Alexander Bluhm
2016-12-06Update to match recent changes.Martin Pieuchot
IPv6 multicast "All Nodes Address" and "All Routers Address" routes are now attached to the corresponding interface. ok bluhm@
2016-12-04Update regress test to handle change to ssl_cipher_list_to_bytes().Joel Sing
2016-11-30Fix typosVincent Gross
2016-11-30test new behaviour of cert force-command restriction vs. authorized_key/Damien Miller
principals
2016-11-28Enable the pmtu and traceroute subtests with af-to. pf has beenAlexander Bluhm
fixed now.
2016-11-28The setuid regression test builds and runs a binary that is setuidAlexander Bluhm
or setgid nobody. Since /usr/obj is 0770, user nobody cannot access other files there anymore. Install all programs into a temporary directory and run them there. Check that /tmp is mounted without nosuid.
2016-11-28To test the pipe feature, a dd is started and writing into a logAlexander Bluhm
file as user _syslogd. Since /usr/obj is 0770 now, user _syslogd cannot access this file there anymore. Create pipe.log in temporary directory in /tmp instead.
2016-11-25Allow PuTTY interop tests to run unattended. bz#2639, patch fromDarren Tucker
cjwatson at debian.org.
2016-11-25Reverse args to sshd-log-wrapper. Matches change in portable, where itDarren Tucker
allows sshd do be optionally run under Valgrind.
2016-11-25Fix typo in trace message; from portable.Darren Tucker
2016-11-23Test that af-to cannot be used together with route-to, reply-to, dup-to.Alexander Bluhm
2016-11-22Return different error number to know which test is failing.Martin Pieuchot
2016-11-21Print better error message if test fails.Alexander Bluhm
2016-11-21Test that IPv6 framents with invalid length or more-fragment bitAlexander Bluhm
drop the whole fragment cache.
2016-11-20SRPL_FIRST() and SRPL_FOLLOW().Martin Pieuchot
2016-11-17Put all make targets in a loop and print a little more what eachAlexander Bluhm
IPv6 fragment header test is doing.
2016-11-17Add support for OpenFlow 1.3.5 tests and make jumbo test use the newRafael Zalamena
version. ok reyk@
2016-11-17Send fragment with Hop-by-Hop extension header after the fragmentAlexander Bluhm
header. I must not be processed.
2016-11-16Test multiple combinations of divert connections. The socket cleanupAlexander Bluhm
of the first connection must remove the pf state so that the second connection can succeed. Disable two raw IP tests that do not work with the current implementation in the kernel.
2016-11-16Add support for big reads in perl and fix the jumbo test, also removeRafael Zalamena
message type specific code from OFP encode. ok reyk@
2016-11-16Remove code duplication for receiving/sending OFP packets and simplifyRafael Zalamena
packet-in building. ok reyk@
2016-11-15Mark pf states created by this regress test with a label. RemoveAlexander Bluhm
all such states before basic testing to make sure that these subtests are independent.
2016-11-15Create the sys/syscall.ph header file on demand for the sendsyslog(2)Alexander Bluhm
tests since Perl headers are not installed by default anymore.
2016-11-15Sync rdomain_is_used()Martin Pieuchot
2016-11-15rtable_init() now creates the default routing table.Martin Pieuchot
2016-11-15Fix rdomain_is_used() now that lo(4) is created automagically.Martin Pieuchot
2016-11-15Check for correct flags now that ::1 is set automagically.Martin Pieuchot
2016-11-14Regression test for creating a rdomain default loopback interface.Martin Pieuchot
Even if a lo(4) interface will now be created for every rdomain, we must ensure that condiguring such interface via netstart(8) still work, for example: $ cat /etc/hostname.lo1 rdomain 1 127.0.0.1 inet6 ::1/128 alias 88.76.0.3/32
2016-11-11Fix regress after moving ofp.h to sys/net/Reyk Floeter
2016-11-09Remove the path MTU workaround in the af-to tcp test. This subtestAlexander Bluhm
passes without it. For ping with af-to the expected mtu is special. Adapt although pf is still broken here and this subtest is disabled.
2016-11-09Split the pf forwarding test into more subtests to make debuggingAlexander Bluhm
specific failures easier.
2016-11-09Use netstat -n in target check-setup to avoid DNS timeout.Alexander Bluhm
Requested by mpi@
2016-11-09Use variable REMOTE_SSH to check the setup of the remote machine.Alexander Bluhm
This was a copy & paste bug from another test. Found by mpi@.
2016-11-06Update regress for IDEA cipher suite removal.Joel Sing
2016-11-06Add regress test script for openssl command.Kinichiro Inoguchi
ok beck@
2016-11-05fix previous; looks good to bcook@Ingo Schwarze