summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2022-03-24Check function return valueKinichiro Inoguchi
2022-03-24Compare pointer value with NULLKinichiro Inoguchi
2022-03-24Add unit (milliseconds) to escape-time, show unset colours as "none"Nicholas Marriott
2022-03-24Wrap long linesKinichiro Inoguchi
2022-03-24Remove space between asterisk and variable nameKinichiro Inoguchi
2022-03-24Convert openssl(1) ts option handlingKinichiro Inoguchi
2022-03-24Add a capability for OSC 7 and use it similarly to how the title is setNicholas Marriott
2022-03-23openssl cms: avoid NULL derefs on option parsingTheo Buehler
2022-03-23Now that libc setusercontext() handling of setrtable is repaired, su(8)Theo de Raadt
2022-03-22minor KNF cleanups during a re-readTheo de Raadt
2022-03-20don't leak argument list; bz3404, reported by Balu GajjalaDamien Miller
2022-03-20make addargs() and replacearg() a little more robust and improve errorDamien Miller