Age | Commit message (Expand) | Author |
2020-01-27 | Prototypes should not name the parameters. | Kenneth R Westerback |
2020-01-27 | in hhmm mode, check that len(time) is 4 to avoid confusion. | Ted Unangst |
2020-01-27 | Some of the test vectors that were added in the upstream commit | Theo Buehler |
2020-01-26 | make regress pass, since these new tests now pass | Bob Beck |
2020-01-26 | revert previous nc loop refactor from 1.211, breaks bluhm's stuff | Bob Beck |
2020-01-26 | Use long for temporary variables handling b_bcount values in physio(). | Kenneth R Westerback |
2020-01-26 | Set the default brightness level upon attach. | Patrick Wildt |
2020-01-26 | The enable-gpios property is an optional property, so don't error out if | Patrick Wildt |
2020-01-26 | Log the old kernel version before doing the upgrade. Makes it easier | Sebastian Benoit |
2020-01-26 | Repair more of the issues that i found in filescan() while investigating | Ingo Schwarze |
2020-01-26 | Support for queries on ports != 53 | Jeremie Courreges-Anglas |
2020-01-26 | give pkg_create knowledge of WRKOBJDIR, so it can error out if a symlink | Marc Espie |
2020-01-26 | remove OP_* for deprecated keywords (document that :: still uses | Marc Espie |
2020-01-26 | remove documentation for .MADE | Marc Espie |
2020-01-26 | Fix SSL_CIPHER_description | Kinichiro Inoguchi |
2020-01-26 | deprecate old keywords, some already removed, some now hitting the bitbucket. | Marc Espie |
2020-01-26 | Restrict to use up to TLSv1.2 for test_server_client in appstest.sh | Kinichiro Inoguchi |
2020-01-26 | simplify logic in compat engine, we can set ABORTED directly instead of | Marc Espie |
2020-01-26 | Avoid 32 bit right shift with unsigned int in crypto/cast/cast_lcl.h | Kinichiro Inoguchi |
2020-01-26 | Remove unused code from socket.c | Florian Obser |
2020-01-26 | reduce isc/stdio to what is used | Florian Obser |
2020-01-26 | get rid of lib/isc/nothreads | Florian Obser |
2020-01-26 | Remove now unused unix/file.c and unix/fsaccess.c | Florian Obser |
2020-01-26 | get rid of lib/isc/nothreads | Florian Obser |
2020-01-26 | Switch once to isc_boolean_t in preparation of nothreads removal | Florian Obser |
2020-01-26 | Remove now unused unix/file.c and unix/fsaccess.c | Florian Obser |
2020-01-26 | We are not going to write keys to disk. | Florian Obser |
2020-01-26 | Remove unused logging to file. | Florian Obser |
2020-01-26 | Fix incorrect file type tests. | Ingo Schwarze |
2020-01-26 | - sprinkle some Fn for function names and Pa for paths | Jasper Lievisse Adriaanse |
2020-01-26 | No need to specify "initial-interval 1;" in the dhclient.conf used | Kenneth R Westerback |
2020-01-26 | Don't validate '-c' with S_ISREG(). The install script uses /dev/stdin. | Kenneth R Westerback |
2020-01-26 | add define for IPTOS_DSCP_LE; "low effort" DSCP codepoint standardised | Damien Miller |
2020-01-26 | Pull in drm_bridge.c from linux 4.19.y. | Patrick Wildt |
2020-01-26 | tweak previous; ok tb | Jason McIntyre |
2020-01-26 | typo | Theo Buehler |
2020-01-26 | Document the change in EVP_chacha20(3). | Theo Buehler |
2020-01-26 | Improve the comment explaining why the previous change matches OpenSSL's | Theo Buehler |
2020-01-26 | When an SSL method is set, bump the max version back to that of the | Joel Sing |
2020-01-26 | When switching back to a legacy client or server, ensure we reset the | Joel Sing |
2020-01-26 | Fix basement bug where record layer would not correctly deal with | Bob Beck |
2020-01-26 | Add simplepanel(4), a driver for simple display panels. This one | Patrick Wildt |
2020-01-26 | regen | Ted Unangst |
2020-01-26 | add a new __tmpfd system call that creates a new unnamed file in /tmp. | Ted Unangst |
2020-01-26 | try disconnecting old world boot.mac bootloader for a bit | Ted Unangst |
2020-01-26 | vsdk -> vdsk in a panic message | Ted Unangst |
2020-01-26 | invert some if logic to shortcircuit some loops and reduce nesting. | Ted Unangst |
2020-01-26 | Add server side support for requesting client certificates in tls 1.3 | Bob Beck |
2020-01-26 | Add client certificate support for tls 1.3 | Bob Beck |
2020-01-26 | Add back the tests that were deleted in previous but not contained | Theo Buehler |