summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2021-02-01Add a no-detached choice to detach-on-destroy which detaches only ifNicholas Marriott
2021-02-01update currency exchange rates;Jason McIntyre
2021-02-01some article fixes; from eddie youseph and grepJason McIntyre
2021-01-31more strictly enforce KEX state-machine by banning packet typesDamien Miller
2021-01-31replace fgetln(3) with getline(3) in sedChristian Weisgerber
2021-01-31Set linesize returned by getline to zero when freeing and NULLing theDarren Tucker
2021-01-30Fix delay parsing by stealing from strtonum and returning a proper error toMartijn van Duren
2021-01-29Make audio clients use struct opt to reach the deviceAlexandre Ratchov
2021-01-29Make control clients use struct opt to reach the deviceAlexandre Ratchov
2021-01-29Rename ctlslot->mask to ctlslot->self to match the rest of the codeAlexandre Ratchov
2021-01-29Order opt_list in opt_new() call order, limit items to OPT_NMAXAlexandre Ratchov
2021-01-29Move the options list out of the device structureAlexandre Ratchov
2021-01-29Move the control client state out of the device structureAlexandre Ratchov
2021-01-29Move the audio clients state out of the device structureAlexandre Ratchov
2021-01-29Trim output overwritten by later text or clears completely rather thanNicholas Marriott
2021-01-29fix the values of enum sock_typeDamien Miller
2021-01-29give typedef'd struct a struct name; makes the fuzzer I'm writing a bitDamien Miller
2021-01-28When an audio device is disconnected, drop MIDI clients controlling itAlexandre Ratchov
2021-01-28Dont attempt to drain disconnected clientsAlexandre Ratchov
2021-01-28In slot_xxx(), store dev pointer in local variableAlexandre Ratchov
2021-01-28Use everywhere the same pattern to handle fractional clock ticksAlexandre Ratchov