Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-03 | Fix test after changing default column size from 60 to 80. | Martijn van Duren | |
OK bentley@ | |||
2016-05-03 | To test syslogd compatibility rsyslog is used as remote server. | Alexander Bluhm | |
New rsyslog has other options and debug output, adapt test. | |||
2016-05-03 | These tests depended on whatever the user's locale was, | Ingo Schwarze | |
and the last one failed for LC_CTYPE=C. Instead, ignore the user's locale and run each test twice, once for UTF-8 and once for US-ASCII. Problem reported by deraadt@. | |||
2016-05-03 | Regression tests for fold(1). | Ingo Schwarze | |
The lines containing SKIPUTF8 will be removed once the utility is fixed. | |||
2016-05-03 | Set umask to prevent "Bad owner or permissions" errors. | Darren Tucker | |
2016-05-03 | support doas | Damien Miller | |
2016-05-03 | unit tests for sshbuf_dup_string() | Damien Miller | |
2016-05-03 | Use a subshell for constructing key types to work around different sed | Darren Tucker | |
behaviours for -portable. | |||
2016-05-02 | unit and regress tests for SHA256/512; ok markus | Damien Miller | |
2016-05-01 | Add a test for pstring (a QDOS executable header). | Nicholas Marriott | |
2016-05-01 | BE ELF object (just the header); also trim the LE object to just the | Nicholas Marriott | |
header as well. | |||
2016-05-01 | pcap file test (header of file only). | Nicholas Marriott | |
2016-05-01 | Remove some unnecessary comments and t23 which has been disabled forever. | Nicholas Marriott | |
2016-05-01 | Add a PPM file test (truncated to just the header so it is text only). | Nicholas Marriott | |
2016-05-01 | Test for default (RTF file with an unrecognized character set). | Nicholas Marriott | |
2016-04-28 | Update regress test to reflect changes in the cipher list. | Joel Sing | |
2016-04-28 | Update AEAD regress to match EVP_aead_chacha20_poly1305() changes. | Joel Sing | |
2016-04-27 | unbreak pledge/generic test (breaked since ?) | Sebastien Marie | |
it still requires a pledge(2) with wlpath enable. | |||
2016-04-25 | remove systrace | Ted Unangst | |
2016-04-25 | remove systrace | Ted Unangst | |
2016-04-15 | missing bit of Include regress | Damien Miller | |
2016-04-15 | remove redundant CLEANFILES section | Damien Miller | |
2016-04-15 | sync CLEANFILES with portable, sort | Damien Miller | |
2016-04-15 | regression test for ssh_config Include directive | Damien Miller | |
2016-04-14 | unbreak test for recent ssh de-duplicated forwarding change | Damien Miller | |
2016-04-14 | add test knob and warning for StrictModes | Damien Miller | |
2016-04-13 | After opening an AEAD, ensure that the decrypted output matches the | Joel Sing | |
plaintext for the regress test case. | |||
2016-04-11 | cope with the deletion of Char, use wchar_t | Ingo Schwarze | |
2016-04-11 | drop -DWIDECHAR, it's no longer needed | Ingo Schwarze | |
2016-04-10 | Simple regression tests for rev(1), including UTF-8. | Ingo Schwarze | |
The program will soon be fixed by martijn@. | |||
2016-03-30 | Cover the case where we are bound to [::] and SO_REUSEADDR is not set. | Vincent Gross | |
2016-03-30 | Clear local and remote ARP cache for every subtest. | Alexander Bluhm | |
OK mpi | |||
2016-03-30 | Fix multicast test and a typo. | Martin Pieuchot | |
ok bluhm@ | |||
2016-03-29 | Kdump contains LOG_CONS now. TLS error message changes. | Alexander Bluhm | |
Adapt grep regex in syslogd tests. | |||
2016-03-25 | regression tests for underlined and bold underscores; | Ingo Schwarze | |
currently broken, but natano@ will soon commit the fix to ul.c | |||
2016-03-24 | Check that only one published entry can be added. | Martin Pieuchot | |
2016-03-24 | Update regress test outputs to match the order of routes exported by an | Martin Pieuchot | |
ART-enabled kernel. The difference is that routes with the same destination are now displayed in natural prefix-length order. This can even be seen as an improvement: -10.0/16 192.0.2.4 -10.0/10 192.0.2.4 10/8 192.0.2.1 +10.0/10 192.0.2.4 +10.0/16 192.0.2.4 The previous order is due to how dup key chains are ordered. Discussed with claudio@ | |||
2016-03-24 | Make sure that two ARP entries can be created for the same IP when | Martin Pieuchot | |
doing proxy ARP. ok millert@, bluhm@ | |||
2016-03-24 | Remove #ifdef from code shared with the kernel, IPv6 is always enabled | Martin Pieuchot | |
in the tests. | |||
2016-03-23 | Assert that the mask to prefix length conversion is correct when | Martin Pieuchot | |
removing an entry. While here print the corresponding error string when available if rtable_* function fail. | |||
2016-03-23 | arp(8) regression tests, some of which are currently failing with ART. | Martin Pieuchot | |
2016-03-22 | initialize el_state.metanext before testing read_getcmd() | Ingo Schwarze | |
2016-03-21 | System call sendsyslog2 is gone, adapt tests. | Alexander Bluhm | |
2016-03-21 | More ksh POSIX compliance fixes by Martijn Dekker: | tb | |
This simple patch makes the 'command' builtin POSIX-compliant and consistent with other current shells. It fixes two things: a) 'command -v' does not find shell reserved words (a.k.a. keywords). For instance, 'command -v select' outputs nothing but should output 'select'. b) 'command -pv' always outputs the path of an external command, even if 'command -p' would execute a builtin. For instance, 'command -p kill' executes the 'kill' builtin, as expected, but 'command -pv kill' outputs '/bin/kill'. The '-v' option is supposed to reflect what would actually be executed, so 'command -pv kill' should output 'kill'. The -p option sets the PATH to a default system value before doing the search, but that has no bearing on the fact that builtins take precedence over external commands. The patch fixes both issues for 'command' without affecting the behaviour of the ksh-specific builtin 'whence', which is handled by the same C function. Regression test added to obsd-regress.t. Issues found and fixed by Martijn Dekker, ok millert@ | |||
2016-03-20 | Fix the CHARSET_IS_UTF8 case in read_char(). | Ingo Schwarze | |
For now, this mainly help programs explicitly using wide-character functions like el_wgetc(3) and el_wgets(3). 1. After reading an invalid byte sequence, do not throw away additional valid bytes; fix by me using mbrtowc(3), obsoleting utf8_islead(). 2. When read(2) returns EOF, return that information to the caller, do not prod on and potentially access garbage data in the buffer; from Linas Vepstas via NetBSD read.c rev. 1.70 2013/05/27. 3. After read__fixio() failure, restore errno to the one set by read(); from Steffen Nurpmeso via NetBSD read.c rev. 1.68 2012/09/10. 4. After read__fixio() success, restore errno to the initial state upon function entry; fix by me. OK czarkoff@. Also committed to NetBSD. | |||
2016-03-20 | Add regress for environ and __progname vs load-time .init functions | Philip Guenther | |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback | |
idioms. Adopt the more concise fcntl(n, F_GETFL) over fcntl(n, F_GETFL, 0) where it is obvious further investigation will not yield and even better way. Obviousness evaluation and ok guenther@ | |||
2016-03-19 | Add regress tests for IPV6_PKTINFO with addr | Vincent Gross | |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback | |
Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer. Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix. Prompted by and probably ok deraadt@ millert@ kettenis@ Definitely ok mestre@ ratchov@ | |||
2016-03-13 | check return value for BN_hex2bn in regression tests | Brent Cook | |