summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-04let collisionreport work better with FETCH_PACKAGESMarc Espie
2019-09-04Add comment.Mark Kettenis
2019-09-04adjust a variable name in a comment after the reorg in signal.c rev. 1.18Ingo Schwarze
2019-09-04bump versionGilles Chehade
2019-09-04disallow proc filters from responding with junk action at commitGilles Chehade
2019-09-04introduce the 'junk' builtin filter action which marks a session orGilles Chehade
2019-09-04vmd(8): memory leak in an error pathMike Larkin
2019-09-04tweak previous;Jason McIntyre
2019-09-04syncTheo de Raadt
2019-09-04Correct the length of read from file, wide character buffer, add NULasou
2019-09-03less uses a correct raceless signal method of indicating signal events inTheo de Raadt
2019-09-03Add support for getting the frequency of the CPU clocks.Mark Kettenis
2019-09-03Shorten normal dmesg attach verbiage and expand SCSIDEBUG verbiage.Kenneth R Westerback
2019-09-03amlmmc(4)Mark Kettenis
2019-09-03repair typo and editing mishapChristian Weisgerber
2019-09-03Enable amlmmc(4).Mark Kettenis
2019-09-03Add clang support.Mark Kettenis
2019-09-03adapt to new <p> output logic (html.c rev. 1.131)Ingo Schwarze
2019-09-03Wrap text and phrasing elements in paragraphs unless alreadyIngo Schwarze
2019-09-03a sprinkling of function ansificationTheo de Raadt
2019-09-03drop support for building with gcc; ok deraadt@Christian Weisgerber
2019-09-03Format .Nd with more logically with <span> rather than <div>; after all,Ingo Schwarze
2019-09-03only need one start: label; ok kettenisTheo de Raadt
2019-09-03delete incorrect casts, and a bit if ansi functions; ok jcsTheo de Raadt
2019-09-03Use cmplw mnemonic instead of cmpl with only 3 operands. Make clang happy.Mark Kettenis
2019-09-03some cleanup for clang; ok kettenisTheo de Raadt
2019-09-03oops, fix use after free in previousIngo Schwarze
2019-09-03Replace empty body of while loop with continue statement.Mark Kettenis
2019-09-03Make html_close_paragraph() more versatile, more robust, lessIngo Schwarze
2019-09-03correct INET6 path in mpls_getttl() and avoid uninitialised variableJonathan Gray
2019-09-03Use 0 as exit value if no error has been found in the CTF section.Martin Pieuchot
2019-09-03remove duplicate test introduced in rev 1.3Jonathan Gray
2019-09-03Avoid uninitialized variable; using a for loop like in siif_recvmsg() wasMark Kettenis
2019-09-03bnxt: Support MSI-XStefan Fritsch
2019-09-03regress test for sshsig; feedback and ok markus@Damien Miller
2019-09-03only add plain keys to prevent any certs laying aroundDamien Miller
2019-09-03sshsig tweaks and improvements from and suggested by MarkusDamien Miller
2019-09-03sshsig: lightweight signature and verification ability for OpenSSHDamien Miller
2019-09-03move authorized_keys option parsing helpsers to misc.c and makeDamien Miller
2019-09-03make get_sigtype public as sshkey_get_sigtype(); ok markus@Damien Miller
2019-09-03move advance_past_options to authfile.c and make it public;Damien Miller
2019-09-03move skip_space() to misc.c and make it public; ok markus@Damien Miller
2019-09-03authfd: add function to check if key is in agentDamien Miller
2019-09-03fix memleak in ssh_free_identitylist(); ok markus@Damien Miller
2019-09-03factor out confirm_overwrite(); ok markus@Damien Miller
2019-09-03It's perfectly normal for the SIOCGIFFLAGS and SIOCGIFXFLAGS to failFlorian Obser
2019-09-03pcap-filter is now section 7;Jason McIntyre
2019-09-03remove unreachable returnJonathan Gray
2019-09-03Exectute procs and filters from /usr/local/libexec/smtpd/ if no absoluteMartijn van Duren
2019-09-03ansify functionsTheo de Raadt