summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-28Dont attempt to drain disconnected clientsAlexandre Ratchov
2021-01-28In slot_xxx(), store dev pointer in local variableAlexandre Ratchov
2021-01-28Use everywhere the same pattern to handle fractional clock ticksAlexandre Ratchov
2021-01-28Make slot_{attach,detach}() the opposite of each otherAlexandre Ratchov
2021-01-28Drop unused dev_nctl() function and few unused prototypesAlexandre Ratchov
2021-01-28handle "once" rules before letting pfsync defer tx of a packet.David Gwynne
2021-01-28A new resolver can be created while we currently run a check with theFlorian Obser
2021-01-28Rename bNumInterface to bNumInterfaces to fix build on arm64.Kurt Miller
2021-01-28Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common.mortimer
2021-01-28Explicitly enable -fcommon, rather than untangle common symbols.mortimer
2021-01-28Extern privsep_process. Fixes compilation with -fno-common.mortimer
2021-01-28Extern transport_list. Fixed compilation with -fno-common.mortimer
2021-01-27if the route resolved in pf_route is invalid, generate an icmp error.David Gwynne
2021-01-27fix leak: was double allocating kex->session_id bufferDamien Miller
2021-01-27update comment, SMALL was split into SMALL and NOSSLStuart Henderson
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2021-01-27Unveil ldapd. Follow recent precedent and elect to forego the unlinking ofrob
2021-01-27remove bogus key hack now that it's handled by libtlsEric Faurot
2021-01-27wrap an overlong lineTheo Buehler
2021-01-27syncTheo Buehler
2021-01-27Link SSL_get_finished.3 to build.Theo Buehler
2021-01-27Write SSL_get_finished() documentation from scratch.Theo Buehler
2021-01-27Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i andTheo Buehler
2021-01-27The usb configuration descriptor parameter providing the number ofMarcus Glocker
2021-01-27Promote nrules/maxrules to size_t and make sure they can't overflow.Todd C. Miller
2021-01-27mark up fixes; from lyndonJason McIntyre
2021-01-27word fix;Jason McIntyre
2021-01-27spelling fixes;Jason McIntyre
2021-01-27regenJonathan Gray
2021-01-27add some more amdgpu devicesJonathan Gray
2021-01-27Flush pending output before entering or exiting alternate screen ratherNicholas Marriott
2021-01-27this needs kex.h nowDamien Miller
2021-01-27make ssh->kex->session_id a sshbuf instead of u_char*/size_t andDamien Miller
2021-01-27remove global variable used to stash compat flags and use theDamien Miller
2021-01-27Be consistent in not using parameter names for function prototypes.Marcus Glocker
2021-01-27Determine available address families (and monitor when this changes)Florian Obser
2021-01-27do better accounting of how many msix interrupts we want to use.David Gwynne
2021-01-27these programs (with common ancestry) had a -fno-common problem relatedTheo de Raadt
2021-01-27split out extern and decl for -fno-commonTheo de Raadt
2021-01-27makemap does not need a common which it does not use.Theo de Raadt
2021-01-27commons used rather than externs, fix for -fno-commonTheo de Raadt
2021-01-27fix -fno-common issues; ok mortimerTheo de Raadt
2021-01-27nsd contains two yacc parsers, but predates "yacc -b". Instead aTheo de Raadt
2021-01-27shuffle externs (and definitions) around to satisfy -fno-commonTheo de Raadt
2021-01-27have pf_route{,6} clear the pf_pdesc mbuf ref early for route-to/reply-to.David Gwynne
2021-01-27don't run copies of packets made by dup-to through pf_test.David Gwynne
2021-01-27kqueue: Fix termination assertVisa Hankala
2021-01-27satisfy -fno-common by duplicating deck chairs as requiredTheo de Raadt
2021-01-27satisfy -fno-commonTheo de Raadt
2021-01-27Logical not bitwise or. ok djm@Darren Tucker