| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-25 | wrong annotation |  espie | 1 | -2/+2 |
| 2021-02-25 | make the timing of FIX_CRLF_FILES explicit |  espie | 1 | -2/+4 |
| 2021-02-25 | Add a framework for IOMMUs. |  kettenis | 2 | -2/+108 |
| 2021-02-25 | document FIX_CRLF_FILES. |  sthen | 1 | -2/+7 |
| 2021-02-25 | ftp: prevent double free() in error path |  naddy | 1 | -1/+2 |
| 2021-02-25 | Constify cipher API. |  tobhe | 2 | -10/+10 |
| 2021-02-25 | Typofix |  kn | 1 | -3/+3 |
| 2021-02-25 | Fix two bugs in the legacy verifier |  tb | 1 | -6/+10 |
| 2021-02-25 | Update regress to match TLS versions change. |  jsing | 1 | -6/+6 |
| 2021-02-25 | Only use TLS versions internally (rather than both TLS and DTLS versions). |  jsing | 9 | -128/+132 |
| 2021-02-25 | Rename depth to num_untrusted so it identifies what it actually represents. |  jsing | 1 | -6/+6 |
| 2021-02-25 | Avoid passing last and depth to x509_verify_cert_error() on ENOMEM. |  jsing | 1 | -3/+2 |
| 2021-02-25 | - Make use of the fact that we know how the chunks are aligned, and |  otto | 2 | -49/+83 |
| 2021-02-25 | split off the large module documentations, so that port-modules is less of |  espie | 7 | -573/+791 |
| 2021-02-25 | Prevent zero size devices from attaching |  jan | 1 | -6/+11 |
| 2021-02-25 | s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/ |  djm | 5 | -29/+29 |
| 2021-02-25 | we don't have to cast to caddr_t when calling m_copydata anymore. |  dlg | 29 | -118/+108 |
| 2021-02-25 | let m_copydata use a void * instead of caddr_t |  dlg | 3 | -8/+9 |
| 2021-02-25 | enable veb(4), it's time for wider testing. |  dlg | 1 | -1/+2 |
| 2021-02-25 | Fix SMALL build |  kn | 1 | -0/+8 |
| 2021-02-24 | add support for hashing 64 and 32 bit numbers in host byte order. |  dlg | 1 | -1/+17 |
| 2021-02-24 | sync |  deraadt | 2 | -0/+2 |
| 2021-02-24 | Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms in test to |  dtucker | 1 | -13/+13 |
| 2021-02-24 | Use ASN1_STRING_get0_data() instead of the deprecated ASN1_STRING_data(). |  tobhe | 1 | -3/+3 |
| 2021-02-24 | build resolvd |  deraadt | 1 | -2/+2 |
| 2021-02-24 | More accurately describe the DNS proposal sources and reaction by resolvd. |  deraadt | 1 | -17/+27 |
| 2021-02-24 | fairly significant rewrite, including: |  deraadt | 1 | -391/+269 |
| 2021-02-24 | We need to track the pid of the connecting control connection to be |  florian | 1 | -4/+6 |
| 2021-02-24 | Import resold(8), a daemon to rewrite resolv.conf. |  florian | 3 | -0/+975 |
| 2021-02-24 | Fix comment explaining last_untrusted. This should really be called |  tb | 1 | -2/+2 |
| 2021-02-24 | Make the new validator check for EXFLAG_CRITICAL |  tb | 1 | -8/+15 |
| 2021-02-24 | Complete deleting ifi->active before calling write_lease_db(). |  krw | 1 | -3/+3 |
| 2021-02-24 | No need to get time() twice. Just use the already |  krw | 1 | -2/+2 |
| 2021-02-24 | No need to check ifi->active for NULL when looking for duplicate/obsolete |  krw | 1 | -3/+1 |
| 2021-02-24 | Fix annoying typo in a comment. |  krw | 1 | -2/+2 |
| 2021-02-24 | Remove incomplete/incorrect connection with autoconf, clearing ground |  krw | 4 | -66/+7 |
| 2021-02-24 | show AF for DNS proposal messages; ok claudio bluhm |  deraadt | 1 | -2/+4 |
| 2021-02-24 | kqueue: Revise filterops interface |  visa | 2 | -52/+257 |
| 2021-02-24 | Various fixes from emails Joachim Nilsson sent to tech@ many moons |  lum | 1 | -4/+9 |
| 2021-02-24 | snprintf() does indeed return an int. From an email Joachim Nilsson |  lum | 1 | -3/+3 |
| 2021-02-24 | spelling fix; |  jmc | 1 | -3/+3 |
| 2021-02-24 | In sorflush() use m_purge() instead of handrolling it. |  bluhm | 1 | -3/+2 |
| 2021-02-24 | white space tweak, no functional change |  dlg | 1 | -2/+2 |
| 2021-02-24 | fix stoeplitz_n16 and stoeplitz_h16 |  dlg | 1 | -3/+3 |
| 2021-02-24 | Enumerate GCI core, which seems to contain the OTP on the Apple M1. |  patrick | 2 | -4/+7 |
| 2021-02-24 | Correct client_prefix so it returns 1 if in prefix, not 0. |  nicm | 1 | -3/+3 |
| 2021-02-24 | whitespace tweaks, no functional change. |  dlg | 1 | -4/+4 |
| 2021-02-24 | fix the length check on arp packets when handling arp filter rules. |  dlg | 1 | -2/+2 |
| 2021-02-24 | sync |  deraadt | 1 | -1/+0 |
| 2021-02-24 | remove unused usbd_get_device_string() |  jsg | 1 | -21/+1 |