Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-26 | Add regress test on local route insertions | Vincent Gross | |
2015-10-26 | temporary unhook regress/sys/kern/pledge from regress | Sebastien Marie | |
2015-10-26 | Fix typo certopt->certopts in shell variable. This would cause the test to | Darren Tucker | |
hang at a host key prompt if you have an A or CNAME for "proxy" in your local domain. | |||
2015-10-25 | Change test to use length 128 (shortest long-form encoding). | Doug Hogan | |
From BoringSSL commit: d13a5e15d4e4eb51513be665306a2beba39869df | |||
2015-10-25 | Hide __atexit and __atexit_register_cleanup() | Philip Guenther | |
Wrap __cxa_{atexit,finalize}() so the call from exit() goes direct Switch regress/lib/libc/atexit/ to be built with -static so that it can still access __atexit* ok millert@ jca@ | |||
2015-10-25 | Sync after recent rtable_insert() change. | Martin Pieuchot | |
2015-10-25 | Missing initializer; spotted by coverity. | Miod Vallat | |
2015-10-25 | Use dprintf() instead of fprintf() in the signal handler | Philip Guenther | |
2015-10-24 | Add test for -b and -r when -k is specified. | Todd C. Miller | |
2015-10-24 | Handling of bogus CA file has changed in syslogd. Adapt tests to | Alexander Bluhm | |
new error messages. | |||
2015-10-23 | Test syslogd with empty or non existing server certificates and | Alexander Bluhm | |
keys. | |||
2015-10-23 | Cast isdigit() argument to unsigned char. | mmcc | |
2015-10-23 | Cast ctype functions' arguments to unsigned char. | mmcc | |
2015-10-23 | Cast isspace() argument to unsigned char. | mmcc | |
2015-10-23 | Check that syslogd delays a blocking write to tty and that that all | Alexander Bluhm | |
messages still appear on the tty. | |||
2015-10-23 | Add ifnameindex to te libc regress tests | Claudio Jeker | |
2015-10-23 | Update expected group sizes to match recent code changes. | Darren Tucker | |
2015-10-22 | Add a regress test for if_indextoname() and if_nametoindex() | Claudio Jeker | |
2015-10-22 | Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL | Joel Sing | |
pointer - because, you know, you might want to set a string on a NULL object. The previous implementation apparently allowed this as a way of testing if the string was valid... probably because the *_check() functions are only useable after the string has already been set. | |||
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | Joel Sing | |
ASN1_UTCTIME_set_string() twice instead. | |||
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | Joel Sing | |
ASN1_UTCTIME_set_string() twice instead. | |||
2015-10-22 | Add a regress for libc handling of SIGTHR | Philip Guenther | |
2015-10-20 | update regress for pledge after whitelisted-path view inclusion | Sebastien Marie | |
2015-10-19 | Test syslogd logging to a tty which belongs to a user. This is | Alexander Bluhm | |
done with a utmp entry for a pty fake login. All messages are read from the pty and written into a log file. | |||
2015-10-19 | Change regress to not believe legacy times are valid | Bob Beck | |
2015-10-18 | Need <string.h> for memset() | Philip Guenther | |
2015-10-18 | regress pledge: test kill() | Sebastien Marie | |
since "inet" has PLEDGE_SELF, and now calling kill() to self is permitted with PLEDGE_SELF, try this with "fattr" | |||
2015-10-18 | regress pledge: remove cmsg | Sebastien Marie | |
it has no sens to keep it. | |||
2015-10-18 | regress pledge: cpath test | Sebastien Marie | |
you need to read the directory before creating something in. add rpath | |||
2015-10-18 | regress pledge: cmsg is deprecated | Sebastien Marie | |
2015-10-18 | regress pledge: tweak a bit the manner to grab hte syscall number | Sebastien Marie | |
permit debug string be present on the line | |||
2015-10-18 | Need native-pledge for id. | Doug Hogan | |
2015-10-17 | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze | |
in .Bl -column; it took me more than a day to get this right. Triggered by a loosely related bug report from tim@. The lesson for you is: Use .Ta macros in .Bl -column, avoid tabs, or you are in for surprises: The last word before a tab is not interpreted as a macro (unless there is a blank in between), the first word after a tab isn't either (unless there is a blank in between), and a blank after a tab causes a leading blank in the respective output cell. Yes, "blank", "tab", "blank tab" and "tab blank" all have different semantics; if you write code relying on that, good luck maintaining it afterwards... | |||
2015-10-16 | test mixing of tabs with Ta | Ingo Schwarze | |
2015-10-14 | bugfix: add ${.CURDIR} to deal with obj symlinks | Vincent Gross | |
2015-10-14 | unbreak regress/sbin/newfs | Sebastien Marie | |
/dev/prandom is no more since Nov 30, 2008 OK otto@ | |||
2015-10-14 | bugfix : use ${.CURDIR} to cope with obj symlinks | Vincent Gross | |
2015-10-14 | add regress tests for automatic port allocation. | Vincent Gross | |
- enable ipv4 - leave ipv6 disabled | |||
2015-10-14 | add regress tests for automatic port allocation | Vincent Gross | |
2015-10-13 | Reject the escape sequences \[uD800] to \[uDFFF] in the parser. | Ingo Schwarze | |
These surrogates are not valid Unicode codepoints, so treat them just like any other undefined character escapes: Warn about them and do not produce output. Issue noticed while talking to stsp@, semarie@, and bentley@. | |||
2015-10-13 | Call the sort program through $SORTPROG, as intended; OK millert@ | Tim van der Molen | |
2015-10-13 | Test t16 for ed-formatted diffs does not contain a substitution. | Tobias Stoeckmann | |
Add a minimalistic check in t17. | |||
2015-10-13 | Single byte read/write tests. | Joel Sing | |
2015-10-13 | Add test coverage for peer certificate info and connection info. | Joel Sing | |
2015-10-13 | Make regress work again post hackathon tls_handshake/tls_read/tls_write | Joel Sing | |
changes. | |||
2015-10-12 | Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists. | Ingo Schwarze | |
In UTF-8 output, that renders as ASCII HYPHEN-MINUS (U+002D) rather than HYPHEN (U+2010), which looks better and matches groff. In ASCII output, it makes no difference. Suggested by naddy@. | |||
2015-10-11 | add variation on existing --exists tests; separated by spaces | Jasper Lievisse Adriaanse | |
2015-10-10 | add (currently failing) test for --exists foo,bar. | Jasper Lievisse Adriaanse | |
spotted by aja@ | |||
2015-10-09 | Keep relayd test certificate names in sync with syslogd. | Alexander Bluhm | |
2015-10-09 | Add tests for syslogd TLS accept and receive encrypted messages. | Alexander Bluhm | |