Age | Commit message (Expand) | Author |
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 |
2023-01-08 | Fix parsing of optional arguments so that and accept a - starting an | Nicholas Marriott |
2023-01-08 | Have client return 1 if process is interrupted to an input pane. | Nicholas Marriott |
2023-01-08 | Restore code to handle wcwidth failure so that unknown codepoints still | Nicholas Marriott |
2023-01-08 | Quotes are now required in select-layout example. | Nicholas Marriott |
2023-01-08 | - tweak the text relating to -w | Jason McIntyre |
2023-01-08 | Add -w option to display variables periodically | Alexandre Ratchov |
2023-01-07 | Add argument and return support for {get,set}thrname() | Philip Guenther |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2023-01-06 | tweak previous; ok djm | Jason McIntyre |
2023-01-06 | If a pane is killed, cancel reading from the file. GitHub issue 3422. | Nicholas Marriott |
2023-01-06 | Implement channel inactivity timeouts | Damien Miller |
2023-01-06 | Add channel_set_xtype() | Damien Miller |
2023-01-06 | tweak channel ctype names | Damien Miller |
2023-01-06 | Add channel_force_close() | Damien Miller |
2023-01-06 | replace manual poll/ppoll timeout math with ptimeout API | Damien Miller |
2023-01-06 | add ptimeout API for keeping track of poll/ppoll timeouts; | Damien Miller |