Age | Commit message (Expand) | Author |
2020-06-05 | Now that we mostly only search visible text, the rate limit on repeating | Nicholas Marriott |
2020-06-05 | Add support for pausing a pane when the output buffered for a control | Nicholas Marriott |
2020-06-05 | unbreak "sshd -ddd" - close of config passing fd happened too early. | Damien Miller |
2020-06-05 | tweak previous; | Jason McIntyre |
2020-06-05 | make sshbuf_putb(b, NULL) a no-op | Damien Miller |
2020-06-05 | make sshbuf_dump() args const | Damien Miller |
2020-06-05 | wrap long line | Damien Miller |
2020-06-05 | Correct historical comment: provos@ modified OpenSSH to work with SSLeay | Darren Tucker |
2020-06-05 | spell if_rxr_livelocked properly | David Gwynne |
2020-06-05 | add a small manpage for ifiq functions that drivers care about. | David Gwynne |
2020-06-05 | HID parser could overflow if a malicious device (potentially USB) provided | Jonathan Gray |
2020-06-04 | HID parser could overflow if a malicious device (potentially USB) provided | Theo de Raadt |
2020-06-04 | Set max atomic size for PowerPC. | gkoehler |
2020-06-04 | Reset wrapped flag when clearing or moving lines, GitHub issue 2215. | Nicholas Marriott |
2020-06-04 | Search marks outside the visible text are not useful, so there is no | Nicholas Marriott |
2020-06-04 | When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), return | Ingo Schwarze |
2020-06-04 | Recognise Cortex-A78. | Mark Kettenis |
2020-06-04 | Some improvements to performance of searching: | Nicholas Marriott |
2020-06-04 | minor polishing: | Ingo Schwarze |
2020-06-04 | add missing forward declaration of struct proc | anton |
2020-06-04 | Align tls13_server_select_certificate() with | Theo Buehler |
2020-06-04 | Improve client certificate selection for TLSv1.3 | Theo Buehler |
2020-06-04 | mention that TLS_method(3) also supports TLSv1.3; | Ingo Schwarze |
2020-06-04 | sync | Theo de Raadt |
2020-06-04 | A } can go on the same line as a command. | Nicholas Marriott |
2020-06-04 | Collapse the x509v3 directory into x509. | Joel Sing |
2020-06-04 | Enable bwfm(4). | Patrick Wildt |
2020-06-04 | Shorten some long lines. | Nicholas Marriott |
2020-06-04 | Correct respawn-* - they don't always use the creation command. | Nicholas Marriott |
2020-06-04 | new manual page PKCS7_add_attribute(3); | Ingo Schwarze |
2020-06-04 | Make the -no-clear command variants not clear the search marks either. | Nicholas Marriott |
2020-06-04 | Allow strings to span multiple lines - newlines and any leading | Nicholas Marriott |
2020-06-04 | Instead of using a custom parse function to process {}, treat it as a | Nicholas Marriott |
2020-06-04 | Fix pfr_kentry_byaddr() to be used for a rule in an anchor. It | YASUOKA Masahiko |
2020-06-04 | Sync new perldelta | Andrew Fresh |
2020-06-04 | Sync to perl 5.30.3 | Andrew Fresh |
2020-06-03 | sync | Theo de Raadt |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2020-06-03 | Simplify logic in add_route(), eliminating pointless code duplication and | Kenneth R Westerback |
2020-06-03 | Pass sockaddr instead of sockaddr_storage to sa_address. | tobhe |
2020-06-03 | Make paste -p the default for ], GitHub issue 2248. | Nicholas Marriott |
2020-06-03 | Properly document PKCS7_final(3), which was already mentioned | Ingo Schwarze |
2020-06-03 | somehow, when I used more bool, I forgot to check with WARNINGS=Yes | Marc Espie |
2020-06-03 | Init_Sigset() isn't a prototype without the void! | Marc Espie |
2020-06-03 | Add missing ieee80211_release_node() calls in cases where hardware | Jonathan Matthew |
2020-06-03 | Import regenerated moduli file. | Darren Tucker |
2020-06-03 | let the random subsystem read the tsc for event "timestamps". | David Gwynne |
2020-06-03 | Enable the record layer limits test and mark two finished test cases as | Theo Buehler |
2020-06-02 | sync | Theo de Raadt |
2020-06-02 | Move the code to set up a padding cell into grid.c. | Nicholas Marriott |