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