Age | Commit message (Expand) | Author |
2021-11-27 | Add ssh-keygen -Y match-principals operation to perform matching of | Damien Miller |
2021-11-26 | openssl(1): drop support for netscape certificates and server gated keys. | Theo Buehler |
2021-11-26 | followng -> following | Jonathan Gray |
2021-11-26 | definiton -> definition | Jonathan Gray |
2021-11-25 | debug("func: ...") -> debug_f("...") | Damien Miller |
2021-11-25 | We know how to print a size_t now. Drop a comment and a cast. | Theo Buehler |
2021-11-21 | Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type. | Theo Buehler |
2021-11-21 | Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to the | Vitaliy Makkoveev |
2021-11-21 | tee(1): use idiomatic write loop | Scott Soule Cheloha |
2021-11-20 | Convert openssl(1) to using BN_GENCB on the heap | Theo Buehler |
2021-11-20 | typo in comment | Theo Buehler |
2021-11-18 | less confusing debug message; bz#3365 | Damien Miller |
2021-11-18 | avoid xmalloc(0) for PKCS#11 keyid for ECDSA keys (we already did this | Damien Miller |
2021-11-18 | ssh-keygen -Y find-principals was verifying key validity when using | Damien Miller |
2021-11-18 | check for POLLHUP wherever we check for POLLIN | Damien Miller |
2021-11-18 | fd leak in sshd listen loop error path; from Gleb Smirnoff | Damien Miller |
2021-11-18 | check for POLLHUP as well as POLLIN in sshd listen loop; | Damien Miller |
2021-11-18 | check for POLLHUP as well as POLLIN, handle transient IO errors as well | Damien Miller |
2021-11-17 | uniq(1): ignore trailing newlines when comparing lines | Scott Soule Cheloha |
2021-11-17 | set num_listen_socks to 0 on close-all instead of -1, which | Damien Miller |
2021-11-16 | wc(1): fix NULL pointer dereference in cnt() | Scott Soule Cheloha |
2021-11-15 | Leave the hardware cursor at the position of the selected line in choose | Nicholas Marriott |
2021-11-14 | use ppoll() instead of pselect() | Theo de Raadt |
2021-11-14 | match .events with .fd better | Theo de Raadt |
2021-11-14 | convert select() to poll() | Theo de Raadt |
2021-11-13 | replace select() with ppoll(), including converting timeval's to timespec's | Theo de Raadt |
2021-11-13 | It really looks like pledge "stdio dns" is possible earlier. | Theo de Raadt |
2021-11-12 | Update awk to Nov 03, 2021 version. | Todd C. Miller |
2021-11-12 | aggressively pre-fill the pollfd array with fd=-1 | Theo de Raadt |
2021-11-11 | add some missing Ns; from leon fischer | Jason McIntyre |
2021-11-11 | Convert from select() to ppoll(). Along the way, I observed that the | Theo de Raadt |
2021-11-11 | If automatic-rename is off, allow the escape sequence to set an empty | Nicholas Marriott |
2021-11-11 | If trimming menu item text, show key if it would take up less than a | Nicholas Marriott |
2021-11-11 | remove whitespace | Ricardo Mestre |
2021-11-11 | There's no need to call pledge(2) so many times, or on many places, with the | Ricardo Mestre |
2021-11-10 | remove a pointless call of setlocale(3); | Ingo Schwarze |
2021-11-10 | Revert previous | Klemens Nanni |
2021-11-10 | add the sntrup761x25519-sha512@openssh.com hybrid ECDH/x25519 + | Damien Miller |
2021-11-10 | fix ssh-keysign for KEX algorithms that use SHA384/512 exchange hashes; | Damien Miller |
2021-11-10 | Move two BIGNUMs in printnumber() from the stack to the heap to | Theo Buehler |
2021-11-09 | -i may not be specified multiple times; from josh grosse | Jason McIntyre |
2021-11-09 | Print actually requested URLs | Klemens Nanni |
2021-11-08 | improve error message when trying to expand a ~user path for a | Damien Miller |
2021-11-08 | missing full stop; | Jason McIntyre |
2021-11-07 | nm: add some .text.* support for symbols | Sebastien Marie |
2021-11-06 | Stop URL encoding the tilde character | Klemens Nanni |
2021-11-06 | Plug a couple of minor mem leaks. From beldmit at gmail.com via github | Darren Tucker |
2021-11-05 | Make sure that the configuration file is always read, even when | Ingo Schwarze |
2021-11-05 | move cert_filter_principals() to earlier in the file for reuse; | Damien Miller |
2021-11-04 | Fix mandoc HTML rendering for command aliases | Klemens Nanni |