summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-01-26Add support for RSA-PSS PKCS1 signatures. Don't enable them bytobhe
2010-01-15NSD v3.2.4Jakob Schlyter
2021-01-26Recognize Apple Icestorm cores.Mark Kettenis
2021-01-26Fix build with -fno-common. OK deraadt@Todd C. Miller
2021-01-26Rewrap a comment line to fit into 80 columns.Theo Buehler
2021-01-26zap a tabTheo Buehler
2021-01-26Prepare to provide SSL_set_hostflags()Theo Buehler
2021-01-26one variable was common, fixing what I can.Theo de Raadt
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromTheo de Raadt
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromTheo de Raadt
2021-01-26sockb variable is unused (and even worse, was common unused)Theo de Raadt
2021-01-26satisfy -fno-common by repairing one enum declTheo de Raadt
2021-01-26move HostbasedAcceptedAlgorithms to the right place in alphabetical orderChristian Weisgerber
2021-01-26Move sequence numbers into the new TLSv1.2 record layer.Joel Sing
2021-01-26Move private key setup to a helper function with proper errorEric Faurot
2021-01-26Some config changes require a restart of all resolvers even DEAD ones;Florian Obser
2021-01-26When checking for available address family for AI_ADDRCONFIG considerFlorian Obser
2021-01-26remove test that's now bogus, as fullpkgpath takes precedence.Marc Espie
2021-01-26Remove unused variables leftover from refactoring. ok djm@Darren Tucker
2021-01-26Always resize the original screen before copying when exiting theNicholas Marriott
2021-01-26intrmap attribute missing from mcx; ok dlgTheo de Raadt
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-26refactor key constraint parsing in ssh-agentDamien Miller
2021-01-26more ssh-agent refactoringDamien Miller
2021-01-26make struct hostkeys public; I have no idea why I made it opaqueDamien Miller
2021-01-26move check_host_cert() from sshconnect,c to sshkey.c and refactorDamien Miller
2021-01-26use recallocarray to allocate the agent sockets table; also clearDamien Miller
2021-01-26factor out common code in the agent clientDamien Miller
2021-01-25We have this sequence in bridge(4) ioctl(2) path:mvs
2021-01-25Give machdep.c a thorough cleanup that is long overdue.Mark Kettenis
2021-01-25Revert local diff now that we no longer use syslog logging inFlorian Obser
2021-01-25Disable logging to syslog for libunbound. We are not getting anythingFlorian Obser
2021-01-25Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devicesMarcus Glocker
2021-01-25Add the new function usbd_clear_endpoint_feature() which allows to issueMarcus Glocker