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