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