Age | Commit message (Expand) | Author |
2021-07-05 | Fix off-by-one array access when 64 channel stream is resampled | Alexandre Ratchov |
2021-07-05 | Fix a couple of whitespace things. Portable already has these so this | Darren Tucker |
2021-07-05 | Order includes as per style(9). Portable already has these so this | Darren Tucker |
2021-07-05 | Remove comment referencing now-removed RhostsRSAAuthentication. ok djm@ | Darren Tucker |
2021-07-05 | allow spaces to appear in usernames for local to remote, and scp -3 | Damien Miller |
2021-07-04 | The mandoc(1) manual already mentions that -T man output mode | Ingo Schwarze |
2021-07-02 | Use nanosleep() and setitimer() instead of usleep() and ualarm(). | Todd C. Miller |
2021-07-02 | Remove obsolete comments about SSHv1 auth methods. ok djm@ | Darren Tucker |
2021-07-02 | Remove references to ChallengeResponseAuthentication in favour of | Darren Tucker |
2021-06-30 | ... way too much white space! | Claudio Jeker |
2021-06-30 | Remove TODO.md, this file is not up-to-date and also not really a good | Claudio Jeker |
2021-06-30 | Replace Id: tags with OpenBSD: tags | Claudio Jeker |
2021-06-28 | In terminal output of man(7) documents, stop printing two extra blank | Ingo Schwarze |
2021-06-27 | add a style message about overlong text lines, | Ingo Schwarze |
2021-06-25 | fix decoding of X.509 subject name; from Leif Thuresson via bz3327 | Damien Miller |
2021-06-25 | Use better language to refer to the user. From l1ving via github | Darren Tucker |
2021-06-25 | Replace SIGCHLD/notify_pipe kludge with pselect. | Darren Tucker |
2021-06-23 | substantially shorten the usage() message | Theo de Raadt |
2021-06-22 | reduce verbosity in usage and make it match SYNOPSIS; | Jason McIntyre |
2021-06-22 | reduce verbosity in usage and make it match SYNOPSIS; | Jason McIntyre |
2021-06-22 | reduce verbosity in usage and make it match SYNOPSIS; | Jason McIntyre |
2021-06-22 | Reduce verbosity in tset/reset usage() | Theo Buehler |
2021-06-22 | Hoist initialization of _nc_progname to start of main() | Theo Buehler |
2021-06-20 | Change the authentication protocol (-a) default to SHA-256 and the privacy | Martijn van Duren |
2021-06-18 | Mention %1 under choose-tree also. | Nicholas Marriott |
2021-06-16 | Minor fixes to option descriptions. | Nicholas Marriott |
2021-06-16 | Pass Ctrl keys through as is when given as hex, GitHub issue 2724. | Nicholas Marriott |
2021-06-12 | space between rfc and number; | Jason McIntyre |
2021-06-10 | Fix readrec's definition of a record | Todd C. Miller |
2021-06-10 | fix some formatting errors; | Jason McIntyre |
2021-06-10 | Do not clear region based on current cursor position, this is not | Nicholas Marriott |
2021-06-10 | Feature for the mouse since FreeBSD termcap does not have kmous. | Nicholas Marriott |
2021-06-10 | Fix rectangle selection, from Anindya Mukherjee, GitHub issue 2709. | Nicholas Marriott |
2021-06-10 | Bump FORMAT_LOOOP_LIMIT and add a log message when hit, GitHub issue 2715. | Nicholas Marriott |
2021-06-10 | Fix <= operator. | Nicholas Marriott |
2021-06-10 | More accurate vi(1) word navigation in copy mode and on the status line. | Nicholas Marriott |
2021-06-10 | Do not use NULL client when source-file finishes, GitHub issue 2707. | Nicholas Marriott |
2021-06-10 | Add -F for command-prompt and use it to fix "Rename" on the window menu, | Nicholas Marriott |
2021-06-10 | Do not expand the file given with -f so it can contain :s. | Nicholas Marriott |
2021-06-10 | Remove old shift function keys which interfere with xterm keys now. | Nicholas Marriott |
2021-06-10 | Fire check callback after cleaning up event so it does not get stuck, | Nicholas Marriott |
2021-06-10 | Add different command historys for different types of prompts | Nicholas Marriott |
2021-06-10 | Fix warnings, from Jan Tache in GitHub issue 2692. | Nicholas Marriott |
2021-06-10 | Improve logging of screen mode changes. | Nicholas Marriott |
2021-06-10 | Move "special" keys into the Unicode PUA rather than making them top bit | Nicholas Marriott |
2021-06-10 | Change cursor style handling so tmux understands which sequences contain | Nicholas Marriott |
2021-06-10 | Change resize timers and flags into one timer and a queue which is | Nicholas Marriott |
2021-06-10 | Do not count client (and crash) if no window. | Nicholas Marriott |
2021-06-10 | Three changes to fix problems with xterm in VT340 mode, reported by | Nicholas Marriott |
2021-06-10 | Include current client in size calculation for new sessions, GitHub | Nicholas Marriott |