summaryrefslogtreecommitdiffstats
path: root/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a test for ssh(1)'s config file parsing.dtucker2016-06-032-1/+31
* Add 'sshd' to the test ID as I'm about to add a similar set for ssh.dtucker2016-06-031-2/+2
* Add detailed error messages and restructure to make the individualschwarze2016-06-011-112/+118
* Test history_get() return value;schwarze2016-06-011-0/+30
* Replace most of the tests based on systrace output; from Ray.okan2016-05-3117-1174/+96
* The argument of remove_history() only counts existing entries,schwarze2016-05-311-0/+7
* Style unification and whitespace cleanup, in part suggested byschwarze2016-05-311-35/+36
* Gix misleading indent pointed out by GCC 6.1.bcook2016-05-301-4/+4
* Some tests for \<; will be fixed by martijn@'s upcoming commit to process.cschwarze2016-05-301-1/+8
* stricter malloc.conf(5) options for utf8 testsschwarze2016-05-301-2/+2
* Fix two rare edge cases:schwarze2016-05-301-1/+20
* Nuke sigret.cbeck2016-05-292-198/+0
* We don't have sigreturn anymorebeck2016-05-291-2/+2
* When connecting to a non existing tcp listen socket on localhost,bluhm2016-05-292-15/+18
* comment typossthen2016-05-281-8/+8
* test the new utf8 moduleschwarze2016-05-263-2/+77
* tests for the two segfaults in backref() that were just fixedschwarze2016-05-261-1/+4
* Fix an oversight that caused the test program to segfault:schwarze2016-05-261-2/+2
* systematically test all combinations of REG_STARTEND, REG_NEWLINE,schwarze2016-05-261-9/+85
* support for testing REG_STARTEND together with REG_NOTBOLschwarze2016-05-261-1/+4
* deal with the el_errno -> read_errno cleanup, read.c rev. 1.43schwarze2016-05-252-7/+5
* UTF-8 support.schwarze2016-05-231-10/+35
* cope with simplified chared/read interfaceschwarze2016-05-222-8/+3
* Fix tests: Restrict getpid() to lower 16 bit so that it can stillbluhm2016-05-2245-47/+47
* no more hppa64;jmc2016-05-131-2/+2
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-112-6/+5
* Enable the readline(3) regression test provided by Bastian Maerkisch,schwarze2016-05-101-2/+2
* adapt to recently changed internal interface of read_getcmd()schwarze2016-05-101-3/+3
* In a signal handler use snprintf()+local buffer instead of asprintf+freeguenther2016-05-101-6/+6
* Test that various calls can be interrupted in a non-threaded process,guenther2016-05-103-3/+707
* A few regression tests for libedit readline(3) compat code.schwarze2016-05-062-0/+276
* Fix some Perl statements perlcritic was bitching about: Variablebluhm2016-05-0317-50/+65
* Fix test after changing default column size from 60 to 80.martijn2016-05-031-12/+9
* To test syslogd compatibility rsyslog is used as remote server.bluhm2016-05-037-6/+13
* These tests depended on whatever the user's locale was,schwarze2016-05-031-6/+26
* Regression tests for fold(1).schwarze2016-05-033-2/+93
* Set umask to prevent "Bad owner or permissions" errors.dtucker2016-05-031-2/+5
* support doasdjm2016-05-031-6/+14
* unit tests for sshbuf_dup_string()djm2016-05-031-1/+30
* Use a subshell for constructing key types to work around different seddtucker2016-05-031-3/+4
* unit and regress tests for SHA256/512; ok markusdjm2016-05-023-76/+101
* Add a test for pstring (a QDOS executable header).nicm2016-05-013-2/+3
* BE ELF object (just the header); also trim the LE object to just thenicm2016-05-014-3/+4
* pcap file test (header of file only).nicm2016-05-013-3/+5
* Remove some unnecessary comments and t23 which has been disabled forever.nicm2016-05-013-24/+2
* Add a PPM file test (truncated to just the header so it is text only).nicm2016-05-013-2/+6
* Test for default (RTF file with an unrecognized character set).nicm2016-05-013-2/+5
* Update regress test to reflect changes in the cipher list.jsing2016-04-281-61/+62
* Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.jsing2016-04-282-83/+83
* unbreak pledge/generic test (breaked since ?)semarie2016-04-271-3/+3