summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2016-05-03Fix test after changing default column size from 60 to 80.Martijn van Duren
2016-05-03To test syslogd compatibility rsyslog is used as remote server.Alexander Bluhm
2016-05-03These tests depended on whatever the user's locale was,Ingo Schwarze
2016-05-03Regression tests for fold(1).Ingo Schwarze
2016-05-03Set umask to prevent "Bad owner or permissions" errors.Darren Tucker
2016-05-03support doasDamien Miller
2016-05-03unit tests for sshbuf_dup_string()Damien Miller
2016-05-03Use a subshell for constructing key types to work around different sedDarren Tucker
2016-05-02unit and regress tests for SHA256/512; ok markusDamien Miller
2016-05-01Add a test for pstring (a QDOS executable header).Nicholas Marriott
2016-05-01BE ELF object (just the header); also trim the LE object to just theNicholas Marriott
2016-05-01pcap file test (header of file only).Nicholas Marriott
2016-05-01Remove some unnecessary comments and t23 which has been disabled forever.Nicholas Marriott
2016-05-01Add a PPM file test (truncated to just the header so it is text only).Nicholas Marriott
2016-05-01Test for default (RTF file with an unrecognized character set).Nicholas Marriott
2016-04-28Update regress test to reflect changes in the cipher list.Joel Sing
2016-04-28Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.Joel Sing
2016-04-27unbreak pledge/generic test (breaked since ?)Sebastien Marie
2016-04-25remove systraceTed Unangst
2016-04-25remove systraceTed Unangst
2016-04-15missing bit of Include regressDamien Miller
2016-04-15remove redundant CLEANFILES sectionDamien Miller
2016-04-15sync CLEANFILES with portable, sortDamien Miller
2016-04-15regression test for ssh_config Include directiveDamien Miller
2016-04-14unbreak test for recent ssh de-duplicated forwarding changeDamien Miller
2016-04-14add test knob and warning for StrictModesDamien Miller
2016-04-13After opening an AEAD, ensure that the decrypted output matches theJoel Sing
2016-04-11cope with the deletion of Char, use wchar_tIngo Schwarze
2016-04-11drop -DWIDECHAR, it's no longer neededIngo Schwarze
2016-04-10Simple regression tests for rev(1), including UTF-8.Ingo Schwarze
2016-03-30Cover the case where we are bound to [::] and SO_REUSEADDR is not set.Vincent Gross
2016-03-30Clear local and remote ARP cache for every subtest.Alexander Bluhm
2016-03-30Fix multicast test and a typo.Martin Pieuchot
2016-03-29Kdump contains LOG_CONS now. TLS error message changes.Alexander Bluhm
2016-03-25regression tests for underlined and bold underscores;Ingo Schwarze
2016-03-24Check that only one published entry can be added.Martin Pieuchot
2016-03-24Update regress test outputs to match the order of routes exported by anMartin Pieuchot
2016-03-24Make sure that two ARP entries can be created for the same IP whenMartin Pieuchot
2016-03-24Remove #ifdef from code shared with the kernel, IPv6 is always enabledMartin Pieuchot
2016-03-23Assert that the mask to prefix length conversion is correct whenMartin Pieuchot
2016-03-23arp(8) regression tests, some of which are currently failing with ART.Martin Pieuchot
2016-03-22initialize el_state.metanext before testing read_getcmd()Ingo Schwarze
2016-03-21System call sendsyslog2 is gone, adapt tests.Alexander Bluhm
2016-03-21More ksh POSIX compliance fixes by Martijn Dekker:tb
2016-03-20Fix the CHARSET_IS_UTF8 case in read_char().Ingo Schwarze
2016-03-20Add regress for environ and __progname vs load-time .init functionsPhilip Guenther
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-19Add regress tests for IPV6_PKTINFO with addrVincent Gross
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2016-03-13check return value for BN_hex2bn in regression testsBrent Cook