| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-27 | fix leak: was double allocating kex->session_id buffer |  djm | 1 | -4/+6 |
| 2021-01-27 | update comment, SMALL was split into SMALL and NOSSL |  sthen | 1 | -2/+3 |
| 2021-01-27 | Unveil ldapd. Follow recent precedent and elect to forego the unlinking of |  rob | 1 | -22/+15 |
| 2021-01-27 | remove bogus key hack now that it's handled by libtls |  eric | 4 | -291/+10 |
| 2021-01-27 | wrap an overlong line |  tb | 1 | -2/+3 |
| 2021-01-27 | sync |  tb | 1 | -0/+1 |
| 2021-01-27 | Link SSL_get_finished.3 to build. |  tb | 1 | -1/+2 |
| 2021-01-27 | Write SSL_get_finished() documentation from scratch. |  tb | 1 | -0/+77 |
| 2021-01-27 | Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i and |  tb | 1 | -3/+20 |
| 2021-01-27 | The usb configuration descriptor parameter providing the number of |  mglocker | 7 | -19/+19 |
| 2021-01-27 | Promote nrules/maxrules to size_t and make sure they can't overflow. |  millert | 3 | -13/+14 |
| 2021-01-27 | mark up fixes; from lyndon |  jmc | 1 | -4/+4 |
| 2021-01-27 | word fix; |  jmc | 1 | -3/+3 |
| 2021-01-27 | spelling fixes; |  jmc | 1 | -4/+4 |
| 2021-01-27 | regen |  jsg | 2 | -2/+177 |
| 2021-01-27 | add some more amdgpu devices |  jsg | 1 | -1/+36 |
| 2021-01-27 | Flush pending output before entering or exiting alternate screen rather |  nicm | 1 | -1/+5 |
| 2021-01-27 | this needs kex.h now |  djm | 1 | -1/+2 |
| 2021-01-27 | make ssh->kex->session_id a sshbuf instead of u_char*/size_t and |  djm | 15 | -103/+80 |
| 2021-01-27 | remove global variable used to stash compat flags and use the |  djm | 14 | -73/+70 |
| 2021-01-27 | Be consistent in not using parameter names for function prototypes. |  mglocker | 1 | -5/+5 |
| 2021-01-27 | Determine available address families (and monitor when this changes) |  florian | 5 | -14/+126 |
| 2021-01-27 | do better accounting of how many msix interrupts we want to use. |  dlg | 1 | -2/+8 |
| 2021-01-27 | these programs (with common ancestry) had a -fno-common problem related |  deraadt | 15 | -27/+46 |
| 2021-01-27 | split out extern and decl for -fno-common |  deraadt | 2 | -3/+5 |
| 2021-01-27 | makemap does not need a common which it does not use. |  deraadt | 1 | -2/+1 |
| 2021-01-27 | commons used rather than externs, fix for -fno-common |  deraadt | 1 | -3/+3 |
| 2021-01-27 | fix -fno-common issues; ok mortimer |  deraadt | 2 | -44/+81 |
| 2021-01-27 | fix -fno-common issues; ok mortimer |  deraadt | 3 | -9/+11 |
| 2021-01-27 | nsd contains two yacc parsers, but predates "yacc -b". Instead a |  deraadt | 1 | -0/+3 |
| 2021-01-27 | shuffle externs (and definitions) around to satisfy -fno-common |  deraadt | 5 | -81/+217 |
| 2021-01-27 | have pf_route{,6} clear the pf_pdesc mbuf ref early for route-to/reply-to. |  dlg | 1 | -5/+3 |
| 2021-01-27 | don't run copies of packets made by dup-to through pf_test. |  dlg | 1 | -3/+3 |
| 2021-01-27 | kqueue: Fix termination assert |  visa | 1 | -2/+12 |
| 2021-01-27 | satisfy -fno-common by duplicating deck chairs as required |  deraadt | 2 | -39/+112 |
| 2021-01-27 | satisfy -fno-common |  deraadt | 2 | -29/+21 |
| 2021-01-27 | Logical not bitwise or. ok djm@ |  dtucker | 1 | -2/+2 |
| 2021-01-26 | Add support for RSA-PSS PKCS1 signatures. Don't enable them by |  tobhe | 2 | -19/+23 |
| 2021-01-26 | Recognize Apple Icestorm cores. |  kettenis | 1 | -1/+10 |
| 2021-01-26 | Fix build with -fno-common. OK deraadt@ |  millert | 1 | -4/+1 |
| 2021-01-26 | Rewrap a comment line to fit into 80 columns. |  tb | 1 | -3/+3 |
| 2021-01-26 | zap a tab |  tb | 1 | -2/+2 |
| 2021-01-26 | Prepare to provide SSL_set_hostflags() |  tb | 2 | -2/+9 |
| 2021-01-26 | one variable was common, fixing what I can. |  deraadt | 2 | -4/+4 |
| 2021-01-26 | satisfy -fno-common, by (1) copying all the variable decls from |  deraadt | 2 | -43/+84 |
| 2021-01-26 | satisfy -fno-common, by (1) copying all the variable decls from |  deraadt | 2 | -26/+55 |
| 2021-01-26 | sockb variable is unused (and even worse, was common unused) |  deraadt | 2 | -5/+2 |
| 2021-01-26 | satisfy -fno-common, by (1) copying all the variable decls from |  deraadt | 2 | -42/+94 |
| 2021-01-26 | satisfy -fno-common, by (1) copying all the variable decls from |  deraadt | 2 | -67/+191 |
| 2021-01-26 | satisfy -fno-common by repairing one enum decl |  deraadt | 2 | -3/+5 |