summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-02-22expand_paths needs the global environment to be set up, do that first.Nicholas Marriott
2021-02-22Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHubNicholas Marriott
2021-02-22Move config file path expansion much earlier, keep the list of pathsNicholas Marriott
2021-02-22There are many format variables now so allocating all the default onesNicholas Marriott
2021-02-22Move jump commands to grid reader, make them UTF-8 aware, and tidy up,Nicholas Marriott
2021-02-19Add 't' to options in man page. ok jmc@ kn@Mark Lumsden
2021-02-19Append .html suffix to temporary files enabling browsers to recognise itkn
2021-02-19Check return value of chdir() to stop a silly warning with someNicholas Marriott
2021-02-18Reduce len when moving past spaces in OSC 11 parameter.Nicholas Marriott
2021-02-18Fix the hostkeys rotation extension documentationDamien Miller
2021-02-18make names in function prototypes match those in definitionDamien Miller
2021-02-18unbreak SK_DEBUG buildsDamien Miller
2021-02-18sftp-server: implement limits@openssh.com extensionDamien Miller
2021-02-17Move the call to setupterm() into the client and have it pass theNicholas Marriott
2021-02-16make use of getline(3) in ftp(1)Christian Weisgerber
2021-02-15ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSMarkus Friedl
2021-02-15factor out opt_array_append; ok djm@Markus Friedl
2021-02-15Only print the certificate file once on verifification failure.Joel Sing
2021-02-15Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 toNicholas Marriott
2021-02-15ProxyJump takes "none" to disable processing like ProxyCommand doesDavid Gwynne
2021-02-15Support X11 colour names and some other variations for OSC 10/11, alsoNicholas Marriott
2021-02-12Do not care about the server socket closing if exiting anyway.Nicholas Marriott
2021-02-12sftp: add missing lsetstat@openssh.com documentationDamien Miller
2021-02-12factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own functionDamien Miller
2021-02-11Add a couple of helper functions, and flush imsgs on exit.Nicholas Marriott
2021-02-11O_TRUNC is needed in case file exists.Nicholas Marriott
2021-02-11Move file handling protocol stuff all into file.c so it can be reusedNicholas Marriott
2021-02-10Use ~/.tmux.conf as an example rather than /etc/passwd, suggested byNicholas Marriott
2021-02-10some spacing/grammar fixes from dave voutila;Jason McIntyre
2021-02-09Do not expand times and #() inside #().Nicholas Marriott
2021-02-08Add "pipe" variants of the "copy-pipe" commands which do not copy, fromNicholas Marriott
2021-02-08Include "focused" in client flags, from Dan Aloni in GitHub issue 2558.Nicholas Marriott
2021-02-06In the end UTF-8 did not become a terminal feature, should not be listedNicholas Marriott
2021-02-06Use message_set() instead of direct assignment to curr_messageTheo Buehler
2021-02-05disable autovol by default and set default volume to 127Joshua Stein
2021-02-05Send Unicode directional isolate characters around horizontal paneNicholas Marriott
2021-02-05Add a -S flag to new-window to make it select the existing window if oneNicholas Marriott
2021-02-05Remove debug message from sigchld handler. While this works on OpenBSDDarren Tucker
2021-02-04Implement the nc(1) -D socket debug option also in tcpbench(1).Alexander Bluhm
2021-02-04Redraw status line and borders on pane enable/disable, GitHub issue 2554.Nicholas Marriott
2021-02-04Unconditionally allocate a buffer big enough to hold a structanton
2021-02-03remove ancient malloc ? realloc dance. always use realloc.Theo de Raadt
2021-02-02whitespaceDamien Miller
2021-02-02fix memleaks in private key deserialisation; enforce more consistencyDamien Miller
2021-02-02memleak on error path; ok markus@Damien Miller
2021-02-02add -Tu to usage();Jason McIntyre
2021-02-02Fix popup mouse position.Nicholas Marriott
2021-02-02introduce support for sending the If-Modified-Since header whileRobert Nagy
2021-02-02Fix use-after-free in dev_abort()Alexandre Ratchov
2021-02-02article fixes; from eddie yousephJason McIntyre