summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-07-04The recent change to DIOCGETRULE allows applications whichAlexandr Nedvedicky
2023-07-04add support for unix domain sockets to ssh -WDavid Gwynne
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133Nicholas Marriott
2023-07-03Do not risk writing over the end of the buffer when it ends in #Nicholas Marriott
2023-07-03some minor fix up;Jason McIntyre
2023-07-03Another warning fix for GCC from Thomas Klausner.Nicholas Marriott
2023-07-03Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitonsBob Beck
2023-07-03Remove the tls1.0 and 1.1 related options from the openssl(1) toolkitBob Beck
2023-07-02Use TSO and LRO on the loopback interface to transfer TCP faster.Alexander Bluhm
2023-07-02Teach openssl ca about Ed25519 certificatesTheo Buehler
2023-07-02Teach openssl req about EdDSA certsTheo Buehler
2023-06-30Change a few types to fix warnings, from Thomas Klausner.Nicholas Marriott
2023-06-30Get rid of some warnings with GCC 10, from Thomas Klausner.Nicholas Marriott
2023-06-28revert makefile change included by mistake in previousOmar Polo
2023-06-28drop needless strcspn in the header parsingOmar Polo
2023-06-28fix parsing of the Last-Modified headerOmar Polo
2023-06-28add `notab' to the list of modes that can be set with set-default-modeOmar Polo
2023-06-26When exiting alternate screen, there is no need to reflow when goingNicholas Marriott
2023-06-26Add "us" to styles for underscore colour, GitHub issue 3589.Nicholas Marriott
2023-06-25SGR 0 should not end hyperlink, reported by Lucas Trzesniewski.Nicholas Marriott
2023-06-23Fix a bug in ex's 's' command with the 'c' flag when 'number' is off.Todd C. Miller
2023-06-21Check fdopen return value, from Christian Menges.Nicholas Marriott
2023-06-21better validate CASignatureAlgorithms in ssh_config and sshd_config.Damien Miller
2023-06-21make `ssh -Q CASignatureAlgorithms` only list signature algorithms thatDamien Miller
2023-06-21handle rlimits > INT_MAX (rlim_t is u64); ok dtuckerDamien Miller
2023-06-20prepare for support for connecting to unix domain sockets using ssh -WDamien Miller
2023-06-20reset comment=NULL for each key in do_fingerprint(); fixes "no comment"Damien Miller
2023-06-13Remove debug info inadvertantly left in the last commit.Todd C. Miller
2023-06-12seq: fix check for rounding error/truncationTodd C. Miller
2023-06-11remove unused args_st structJonathan Gray
2023-06-11remove chopup_args() unused since apps.c rev 1.31Jonathan Gray
2023-06-11openssl enc: drop a few parens and unwrap a few linesTheo Buehler
2023-06-11openssl enc: small style fixup after ZLIB unifdefTheo Buehler
2023-06-11Unifdef ZLIBTheo Buehler
2023-06-08Fix mismatch between function prototype and definition, from AnindyaNicholas Marriott
2023-06-08From the description of "openssl verify", delete the duplicate andIngo Schwarze
2023-06-08move to perl use v5.36Marc Espie
2023-06-07Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".Ingo Schwarze
2023-06-05Store timeouts as int, not u_int as they are limited to INT_MAX.Todd C. Miller
2023-05-30fail when an argument is given on 'id -R'Omar Polo
2023-05-30Due to the way make is designed, not being able to read a makefileMarc Espie
2023-05-24fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand appearsDamien Miller
2023-05-23New counters for LRO packets from hardware TCP offloading.Jan Klemkow
2023-05-22Remove unused variable kerr.Tobias Heider
2023-05-22Remove duplicate entries in kvars.Alexander Bluhm
2023-05-20Remove a space that I thought I had already deleted.Theo Buehler
2023-05-20openssl speed: add an '-unaligned n' optionTheo Buehler
2023-05-20openssl speed: minor style nitsTheo Buehler
2023-05-20openssl speed: remove binary curve remnantsTheo Buehler
2023-05-19Add format for server_sessions, from Magnus Gross.Nicholas Marriott