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