summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-27fix leak: was double allocating kex->session_id bufferdjm1-4/+6
2021-01-27update comment, SMALL was split into SMALL and NOSSLsthen1-2/+3
2021-01-27Unveil ldapd. Follow recent precedent and elect to forego the unlinking ofrob1-22/+15
2021-01-27remove bogus key hack now that it's handled by libtlseric4-291/+10
2021-01-27wrap an overlong linetb1-2/+3
2021-01-27synctb1-0/+1
2021-01-27Link SSL_get_finished.3 to build.tb1-1/+2
2021-01-27Write SSL_get_finished() documentation from scratch.tb1-0/+77
2021-01-27Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i andtb1-3/+20
2021-01-27The usb configuration descriptor parameter providing the number ofmglocker7-19/+19
2021-01-27Promote nrules/maxrules to size_t and make sure they can't overflow.millert3-13/+14
2021-01-27mark up fixes; from lyndonjmc1-4/+4
2021-01-27word fix;jmc1-3/+3
2021-01-27spelling fixes;jmc1-4/+4
2021-01-27regenjsg2-2/+177
2021-01-27add some more amdgpu devicesjsg1-1/+36
2021-01-27Flush pending output before entering or exiting alternate screen rathernicm1-1/+5
2021-01-27this needs kex.h nowdjm1-1/+2
2021-01-27make ssh->kex->session_id a sshbuf instead of u_char*/size_t anddjm15-103/+80
2021-01-27remove global variable used to stash compat flags and use thedjm14-73/+70
2021-01-27Be consistent in not using parameter names for function prototypes.mglocker1-5/+5
2021-01-27Determine available address families (and monitor when this changes)florian5-14/+126
2021-01-27do better accounting of how many msix interrupts we want to use.dlg1-2/+8
2021-01-27these programs (with common ancestry) had a -fno-common problem relatedderaadt15-27/+46
2021-01-27split out extern and decl for -fno-commonderaadt2-3/+5
2021-01-27makemap does not need a common which it does not use.deraadt1-2/+1
2021-01-27commons used rather than externs, fix for -fno-commonderaadt1-3/+3
2021-01-27fix -fno-common issues; ok mortimerderaadt2-44/+81
2021-01-27fix -fno-common issues; ok mortimerderaadt3-9/+11
2021-01-27nsd contains two yacc parsers, but predates "yacc -b". Instead aderaadt1-0/+3
2021-01-27shuffle externs (and definitions) around to satisfy -fno-commonderaadt5-81/+217
2021-01-27have pf_route{,6} clear the pf_pdesc mbuf ref early for route-to/reply-to.dlg1-5/+3
2021-01-27don't run copies of packets made by dup-to through pf_test.dlg1-3/+3
2021-01-27kqueue: Fix termination assertvisa1-2/+12
2021-01-27satisfy -fno-common by duplicating deck chairs as requiredderaadt2-39/+112
2021-01-27satisfy -fno-commonderaadt2-29/+21
2021-01-27Logical not bitwise or. ok djm@dtucker1-2/+2
2021-01-26Add support for RSA-PSS PKCS1 signatures. Don't enable them bytobhe2-19/+23
2021-01-26Recognize Apple Icestorm cores.kettenis1-1/+10
2021-01-26Fix build with -fno-common. OK deraadt@millert1-4/+1
2021-01-26Rewrap a comment line to fit into 80 columns.tb1-3/+3
2021-01-26zap a tabtb1-2/+2
2021-01-26Prepare to provide SSL_set_hostflags()tb2-2/+9
2021-01-26one variable was common, fixing what I can.deraadt2-4/+4
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromderaadt2-43/+84
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromderaadt2-26/+55
2021-01-26sockb variable is unused (and even worse, was common unused)deraadt2-5/+2
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromderaadt2-42/+94
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromderaadt2-67/+191
2021-01-26satisfy -fno-common by repairing one enum declderaadt2-3/+5