Age | Commit message (Collapse) | Author |
|
and save a bunch of redundant code.
Patch from loic AT venez.fr; ok markus@ djm@
|
|
|
|
error response after the file has been opened. Otherwise the source()
and sink() can become desyncronised. Reported by Daniel Goujot,
Georges-Axel Jaloyan, Ryan Lahfa, and David Naccache.
ok deraadt@ markus@
|
|
|
|
private keys using "ssh-keygen -i"; spotted by Michael Forney
|
|
|
|
|
|
|
|
the window (it must stay in the global set or tmux will crash). GitHub
issue 2188.
|
|
If set, expands tabs to spaces in insert mode as well as when
shifting and indenting/outdenting. If quoted with ^V, a literal
tab is inserted. Adapted from NetBSD, but this implementation
more closely matches vim's behavior. OK dlg@
|
|
issue a usage message. This matches both historical behaviour, and
the operation upon other keywords.
ok florian
|
|
middleware layer rather than in ssh code. This allows middlewares that
call APIs that perform the hashing implicitly (including Microsoft's
AFAIK). ok markus@
|
|
Because for now, the maximum raw value of such controls is either
127 or 255, that assures that whenever the raw value changes, the
displayed value changes, too. At the same time, it preserves the
property that control values are not shown with excessive, misleading
precision.
If controls will ever be introduced that will have maximum raw
values of less than 100 or of more than 999, the number of decimal
places should then be reduced or increased for such controls as
appropriate.
With important help and an OK from ratchov@.
|
|
needed for printing the exit messages. Fixes a bug when detaching with
iTerm2.
|
|
because it is an abuse of semantic macros for device-specific
presentational effects, this idiom is so widespread that it makes
sense to convert it to the recommended ".Fl \-long" during the
validation phase. For example, this improves HTML formatting
in pages where authors have used the dubious .Fl Fl.
Feature suggested by Steffen Nurpmeso <steffen at sdaoden dot eu>
on freebsd-hackers.
|
|
ok deraadt
|
|
|
|
Add TLSv1.3 extension type, and sort by the definition order in tls1.h.
This helps that openssl(1) s_server and s_client with -tlsextdebug
displays the TLS extension type instead of "unknown".
ok beck@ jsing@ tb@
|
|
Set initial value to variable 'p' and 'pending'.
Reported and fix requested from leonklingele by GitHub pull request.
https://github.com/libressl-portable/portable/issues/577
https://github.com/libressl-portable/openbsd/pull/114
ok bcook@ jsing@ tb@
|
|
document it and deprecate "openssl s_server -named_curve".
While here, fix the error in the synopsis for "openssl s_client -groups"
and use unified argument naming and similar wording like
in SSL_CTX_set1_groups_list(3).
OK jsing@
|
|
in. ok deraadt markus djm.
|
|
|
|
As the master output level control is not in software any longer the
device needs to opened for adjustments to work.
|
|
add an example of toggling a switch as suggested by ratchov@,
and simplify and clarify the wording in the EXAMPLES section.
OK ratchov@
|
|
disagrees with the section number given in the .Dt or .TH macro;
feature suggested and patch tested by jmc@
|
|
Fixes possible crashes if the contol device fails, while the audio
device continues to work.
|
|
from jjelen at redhat.com.
|
|
in_non_blocking_mode any more. Patch from michaael.meeks at collabora.com,
ok djm@
|
|
|
|
joint work with jmc, thanks
|
|
change flags used to detect a feature.
|
|
Prompted by a question from schwarze@
ok deraadt@, schwarze@, visa@
|
|
ok and tweaks jmc
|
|
adding formats onto the queue item.
|
|
patch from Raf Czlonka <rczlonka at gmail dot com>
|
|
|
|
- There is no need for join-pane and move-pane to be different.
- break-pane can just behave like move-window if the source has only one
pane, instead of failing.
- Add -a to break-pane like move-window.
Also add missing man page bits for previous window-tree.c changes.
GitHub issue 2176.
|
|
and clear it (m and M) and a key to jump to the starting pane (H).
|
|
|
|
found with mandoc -Tlint
|
|
patch from <clematis at insiberia dot net>
|
|
history, GitHub issue 2173.
|
|
Use "controls" instead of "variables". Use "audio device" instead of
"mixer" to refer to the sound-card.
ok jmc@
|
|
|
|
|
|
|
|
against root-only device nodes.
|
|
Audio parameter is ambigous in this context, it refers also to sample
rate, encoding, etc.
ok jmc
|
|
when scrolling, redraw problem reported by sthen@.
|
|
Controls that belong to a group must be expressed with the group name
included. Not all control belong to a group, though.
|