Age | Commit message (Expand) | Author |
2023-02-08 | openssl(1) pkcs7 avoid crash on malformed files | Theo Buehler |
2023-02-07 | Remove old buffer when renaming rather than complaining, GitHub issue | Nicholas Marriott |
2023-02-07 | Add an L modifier like P, W, S to loop over clients. Also fix some long | Nicholas Marriott |
2023-02-06 | Add -f to list-clients like the other list commands, from Andy Walker in | Nicholas Marriott |
2023-02-05 | Do not allow multiple line separators in a row. | Nicholas Marriott |
2023-02-05 | Extend display-message to work for control clients. GitHub issue 3449. | Nicholas Marriott |
2023-02-03 | Fix tput when compiled with clang-15 -O2 | Theo Buehler |
2023-02-03 | Add ASPA to Looking Glass | Job Snijders |
2023-02-02 | openssh-9.2 | Damien Miller |
2023-02-02 | fix double-free caused by compat_kex_proposal(); bz3522 | Damien Miller |
2023-02-02 | Add a missing error message which causes an invalid layout name to crash. | Nicholas Marriott |
2023-02-02 | Tweak note for D key binding, from Clark Wang. | Nicholas Marriott |
2023-02-01 | Print the pid in lastcomm(1) output for post mortem analysis. Put | Alexander Bluhm |
2023-01-31 | Fix a typo in a comment and spacing | Alexandre Ratchov |
2023-01-29 | Fix ^^D and 0^D description; pointed out by Tomas Rippl; ok jmc@ | Otto Moerbeek |
2023-01-25 | Fix CVE-2023-24056, unbounded variable expansion in pkg-config. | Todd C. Miller |
2023-01-23 | Too many \s in example, GitHub issue 3445. | Nicholas Marriott |
2023-01-20 | Add a flag to display-menu to select the manu item chosen first, GitHub | Nicholas Marriott |
2023-01-18 | delete useless dependency | Theo de Raadt |
2023-01-18 | Create and install sshd random relink kit. | Theo de Raadt |
2023-01-18 | tweak previous; ok djm | Jason McIntyre |
2023-01-18 | when restoring non-blocking mode to stdio fds, restore exactly | Damien Miller |
2023-01-18 | Add a -V (version) option to sshd like the ssh client has. | Todd C. Miller |
2023-01-17 | For "ssh -V" always exit 0, there is no need to check opt again. | Todd C. Miller |
2023-01-17 | Arguments may contain more than one variable assignment | Klemens Nanni |
2023-01-17 | Support -1 without -N for list-keys. | Nicholas Marriott |
2023-01-17 | Add a sshd_config UnusedConnectionTimeout option to terminate | Damien Miller |
2023-01-17 | Update palette when moving a pane, GitHub issue 3437. | Nicholas Marriott |
2023-01-16 | Mark keys sent by command and skip paste handling for them. | Nicholas Marriott |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-15 | update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122) | Damien Miller |
2023-01-15 | fix text error; from jan stary | Jason McIntyre |
2023-01-13 | Use extended header format for .wav files. | Alexandre Ratchov |
2023-01-13 | fix double phrase in previous; | Jason McIntyre |
2023-01-13 | timeout(1): sig_atomic_t variables must also be 'volatile'; ok job@ | Scott Soule Cheloha |
2023-01-13 | Document "UserKnownHostsFile none". ok djm@ | Darren Tucker |
2023-01-13 | Add a "Host" line to the output of ssh -G showing the original host arg. | Darren Tucker |
2023-01-13 | avoid printf("%s", NULL) if using ssh -oUserKnownHostsFile=none | Damien Miller |
2023-01-12 | Have tmux recognise pasted texts wrapped in bracket paste sequences, | Nicholas Marriott |
2023-01-12 | diff from sobrado to use a full argument name for -s: after some discussion | Jason McIntyre |
2023-01-11 | clamp the minimum buffer lengths and number of inflight requests too | Damien Miller |
2023-01-11 | ignore bogus upload/download buffer lengths in the limits extension | Damien Miller |
2023-01-11 | remove whitespace at EOL from code extracted from SUPERCOP | Damien Miller |
2023-01-10 | Switch scp from using pipes to a socketpair for communication with | Todd C. Miller |
2023-01-10 | oops, fix a bad edit in previous; | Jason McIntyre |
2023-01-10 | Fix device name in the MIDI control section | Alexandre Ratchov |
2023-01-10 | Add short options for --foreground and --preserve-status | Job Snijders |
2023-01-09 | shorten SYNOPSIS from three versions to two (me) then one (ratchov), | Jason McIntyre |
2023-01-09 | Fix behaviour with \007 (used the wrong tree for last change). | Nicholas Marriott |
2023-01-09 | Accept \007 as terminator to OSC 10 or 11. | Nicholas Marriott |