Age | Commit message (Expand) | Author |
2022-04-27 | Add authfd path to debug output. ok markus@ | Darren Tucker |
2022-04-26 | At the end of every tbl(7) cell, clear the \z state. | Ingo Schwarze |
2022-04-26 | If a node is tagged explicitly, skip implicit tagging for that node. | Ingo Schwarze |
2022-04-26 | Check sshauthopt_new() for NULL. bz#3425, from tessgauthier at | Darren Tucker |
2022-04-24 | When we open a new .while loop, let's not attempt to close out | Ingo Schwarze |
2022-04-24 | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze |
2022-04-23 | If the last data row of a tbl(7) contains nothing but a horizontal line, | Ingo Schwarze |
2022-04-22 | escape the word "An" in an Rs/Re block, since it can be | Jason McIntyre |
2022-04-22 | Check tkp->output != NULL before taking strlen for both command mappings | Theo Buehler |
2022-04-22 | vi: apply expandtab to the output of a ! command | Todd C. Miller |
2022-04-22 | handle 16 bit kstat_kv types | David Gwynne |
2022-04-21 | v_event_get: check qp->output for NULL before passing to e_memcmp(). | Todd C. Miller |
2022-04-20 | Remove unnecessary includes: openssl/hmac.h and openssl/evp.h. | Todd C. Miller |
2022-04-20 | Add missing includes of stdlib.h and stdint.h. | Todd C. Miller |
2022-04-20 | Avoid an unnecessary xstrdup in rm_env() when matching patterns. | Todd C. Miller |
2022-04-20 | Try to continue running local I/O for channels in state OPEN during | Damien Miller |
2022-04-20 | Import regenerated moduli | Darren Tucker |
2022-04-19 | enable kstat(4) and kstat(1). | David Gwynne |
2022-04-16 | list the correct version number when usage of the sftp protocol became default | T.J. Townsend |
2022-04-14 | Fix clearphist alias, from Jacqueline Jolicoeur via jmc@. | Nicholas Marriott |
2022-04-13 | To prevent infinite recursion while expanding eqn(7) definitions, | Ingo Schwarze |
2022-04-13 | Do not die on an assertion if an input file contains no section | Ingo Schwarze |
2022-04-13 | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze |
2022-04-12 | Do not convert the int value twice from little to host endian. | Claudio Jeker |
2022-04-12 | Correct path for system known hosts file in description of | Darren Tucker |
2022-04-11 | clear io_want/io_ready flags at start of poll() cycle; | Damien Miller |
2022-04-10 | Print a more accurate message when -v is used with -k | Jeremie Courreges-Anglas |
2022-04-10 | Add more missing archs to "categories": aarch64, mips64el and powerpc64 | Jeremie Courreges-Anglas |
2022-04-08 | When calculating the with of spanned columns, which for example matters | Ingo Schwarze |
2022-04-08 | Note that curve25519-sha256 was later published in RFC8731. ok djm@ | Darren Tucker |
2022-04-08 | two defensive changes from Tobias Stoeckmann via GHPR287 | Damien Miller |
2022-04-04 | openssh-9.0 | Damien Miller |
2022-04-01 | Preserve CRLF flag when respawning. | Nicholas Marriott |
2022-03-31 | ssh: document sntrup761x25519-sha512@openssh.com as default KEX | Christian Weisgerber |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-31 | 'e' is no longer an optional element for ober_scanf_elements. | Martijn van Duren |
2022-03-31 | add a sftp client "cp" command that supports server-side copying | Damien Miller |
2022-03-31 | add support for the "corp-data" protocol extension to allow | Damien Miller |
2022-03-30 | select post-quantum KEX sntrup761x25519-sha512@openssh.com as the | Damien Miller |
2022-03-30 | fix poll() spin when a channel's output fd closes without data in the | Damien Miller |
2022-03-30 | Capture up to used size not available size for each line. | Nicholas Marriott |
2022-03-30 | ssh is almost out of getopt() characters; note the remaining | Damien Miller |
2022-03-30 | avoid NULL deref via ssh-keygen -Y find-principals. bz3409, reported | Damien Miller |
2022-03-29 | Update list ofarchitectures | Jeremie Courreges-Anglas |
2022-03-28 | Change internal functions to static in openssl(1) pkcs12 | Kinichiro Inoguchi |
2022-03-28 | Remove unused function cert_load in openssl(1) pkcs12 | Kinichiro Inoguchi |
2022-03-28 | Report error if creating socket fails with -D. | Nicholas Marriott |
2022-03-27 | ftp.1: remove a sentence fragment left over from a previous edit | Christian Weisgerber |
2022-03-27 | Check EVP_Digest* functions return value in openssl(1) ts | Kinichiro Inoguchi |
2022-03-25 | Fix exit message if creating socket fails. | Nicholas Marriott |