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-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
2020-05-25
Fix some error strings, from Kris Katterjohn.
Nicholas Marriott
2020-05-25
Make some data types consistent.
Nicholas Marriott
2020-05-25
Do not attempt to divide by zero when working out copy position.
Nicholas Marriott
2020-05-25
Include title for the width of the menu.
Nicholas Marriott
2020-05-25
Instead of storing all UTF-8 characters in the extended cell which means
Nicholas Marriott
2020-05-25
For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but since
Ricardo Mestre
2020-05-24
annotate I/O errors with the corresponding message
Marc Espie
2020-05-24
done() is no longer needed
Marc Espie
2020-05-24
Remove leftover call to control_free_offsets and do not use for
Nicholas Marriott
2020-05-24
Correct one statement about how the 'm' command works, talk less
Ingo Schwarze
2020-05-24
Give control code its own state struct.
Nicholas Marriott
2020-05-24
Now the tty has a pointer back to the client there is no point (and a
Nicholas Marriott
2020-05-23
those tempfiles no longer have names
Marc Espie
2020-05-23
use rewind on tempfiles, so that we don't need to name them
Marc Espie
[next]