summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-06-02Move the code to set up a padding cell into grid.c.Nicholas Marriott
2020-06-02Allow UTF-8 characters of width 0 to be stored, it is useful to be ableNicholas Marriott
2020-06-02Missing ; in previous.Nicholas Marriott
2020-06-02Fire copy-pipe command even if there is no text, means it works if itNicholas Marriott
2020-06-02UTF-8 keys need to be big endian so the size bits are at the top.Nicholas Marriott
2020-06-02update currency exchange rates;Jason McIntyre
2020-06-02kill dead lineMarc Espie
2020-06-02use the right abstraction to abort jobs, also show debug info as thisMarc Espie
2020-06-02Fail rather than fatal on UTF-8 width 0.Nicholas Marriott
2020-06-02Use CLOCK_MONOTONIC for timer measurement and add a timestamp to controlNicholas Marriott
2020-06-01Remove blocks from queue when pane disappears.Nicholas Marriott
2020-06-01Check the right thing for maximum client buffer size.Nicholas Marriott
2020-06-01Change format callback to return value rather than storing it in the entry.Nicholas Marriott
2020-06-01Try without cursor/keypad flags if a key doesn't exist, and limit ctrlNicholas Marriott
2020-06-01Instead of sending all data to control mode clients as fast as possible,Nicholas Marriott
2020-06-01Remove now-unused proto_spec and associated definitions. ok djm@Darren Tucker
2020-05-31Fix an of by one when printing the oid of the error index.Martijn van Duren
2020-05-31OIDs are unsigned. Reflect this when printing them.Martijn van Duren
2020-05-29Fix error message on close(2) and add printf format attributes.Todd C. Miller
2020-05-29Add -i to find-window to ignore case.Nicholas Marriott
2020-05-29Make dollar_expand variadic and pass a real va_list to vdollar_percent_expand.Darren Tucker
2020-05-29Pass a NULL instead of zeroed out va_list from dollar_expand. The originalDarren Tucker
2020-05-29At this point getpwuid(3) was already called therefore "getpw" promise can beRicardo Mestre
2020-05-29remove a stray .El;Jason McIntyre
2020-05-29mention that wildcards are processed in lexical order; bz#3165Damien Miller
2020-05-29Allow some keywords to expand shell-style ${ENV} environmentDarren Tucker
2020-05-29fix compilation on !HAVE_DLOPEN platforms; stub function was notDamien Miller
2020-05-29fix exit status for downloading of FIDO resident keys; fromDamien Miller
2020-05-29Fix multiplier in convtime when handling seconds after other units.Darren Tucker
2020-05-27fix Include before Match in sshd_config; bz#3122 patch from Jakub JelenDamien Miller
2020-05-27Do not call process_queued_listen_addrs() for every included fileDamien Miller
2020-05-27fix crash in recallocarray when deleting SendEnv variables;Damien Miller
2020-05-27tweak previous: remove trailing whitespace and redundant .PpIngo Schwarze
2020-05-27give a full example that sets up recordingMarc Espie
2020-05-27Fix ASCII keys with send-keys -l.Nicholas Marriott
2020-05-27Make padding cell a valid character.Nicholas Marriott
2020-05-26Tweak some out of date bits, reported by bcgraham.Nicholas Marriott
2020-05-26Return new character properly when converting to data.Nicholas Marriott
2020-05-26Apply -n when only one pane in the window.Nicholas Marriott
2020-05-26Remove leftover debug logging and fix comparison.Nicholas Marriott
2020-05-26Set up UTF-8 data for ASCII keys correctly.Nicholas Marriott
2020-05-26Do not try to use the last marked pane if it is invalid.Nicholas Marriott
2020-05-26Pass the stdout file descriptor from the client as well as stdin and useNicholas Marriott
2020-05-26fix memleak of signature; from Pedro MartellettoDamien Miller
2020-05-26Restrict ssh-agent from signing web challenges for FIDO keys.Damien Miller
2020-05-26improve logging for MaxStartups connection throttling: have sshd logDamien Miller
2020-05-26add fmt_timeframe() (from bgpd) to format a time interval in a human-Damien Miller
2020-05-25Use the internal representation for UTF-8 keys instead of wchar_t andNicholas Marriott
2020-05-25Fix definition of padding cells so they are not extended cells.Nicholas Marriott
2020-05-25Tidy up new UTF-8 code and make it more generic.Nicholas Marriott