Age | Commit message (Collapse) | Author |
|
so it can ask for the smartcards PIN.
ok markus@
|
|
client requested, be prepared to handle shell-style brace alternations,
e.g. "{foo,bar}".
"looks good to me" millert@ + in snaps for the last week courtesy
deraadt@
|
|
when ForceCommand=internal-sftp is in effect; bz2960; ok dtucker@
|
|
It appears the flag combination -S -p not only preserved the modification
time as documented, but also the file mode unless the file content changed,
so with the change in rev. 1.68, the flag -p no longer applies the given
file mode if the file content does not change.
Regression in the lang/go-boostrap build system reported by espie@.
|
|
connects to the horizontally adjacent vertical line or cell;
fixing a bug reported by bentley@.
|
|
|
|
fixing a minibug reported by bentley@
|
|
ok jsing@ tb@
|
|
ok tb@ jsing@
|
|
with O_CREAT|O_EXCL; instead, always create it with a temporary name,
then rename(2) it into place atomically. For example, the race caused
failures in parallel builds that (foolishly) install the same file twice.
This patch makes the -S option a no-op,
making install(1) always behave like -S used to.
Based on a minimally different patch
from Lauri Tirkkonen <lotheac at iki dot fi>,
and including a manual page tweak from deraadt@.
OK deraadt@; "seems the right thing to do" tedu@.
|
|
ok schwarze@
|
|
and audit all its callers whether termination is handled correctly.
Resulting improvements:
* An escape or tab ending the macro name in a macro invocation
is discarded, and argument processing is started after it.
* An escape or tab ending a name in ".if d" and ".if r" is preserved.
* An escape ending a name in ".ds" causes the whole request to be ignored.
* A tab ending a name in ".ds" becomes part of the string.
* An escape or tab ending a name in ".rm"
causes the rest of the line to be ignored.
* An escape or tab ending the first name in ".als", ".rn", or ".nr"
causes the whole request to be ignored.
Kurt Jaeger <pi at FreeBSD> made me aware of
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235456#c0
and in that bug report, comment 0 item (3) is a special case
of this class of issues.
Yes, the "mh" manual pages are no doubt among the worst on the planet.
|
|
|
|
|
|
suggested by jsing@
ok tb@
|
|
This code is not normally reachable since USE_PIPES is always defined.
bz#2961, patch from adrian.fita at gmail com.
|
|
ok jsing@
|
|
decomposition into major and minor is unsigned, so we should print them
with %u instead of %d.
ok guenther
|
|
requiring a PIN; reported by benno@ fix mostly by markus@
|
|
this uses the PKG_CONFIG_$PACKAGE_$VARIABLE format as implemented in fd.o pkg-config 0.29.1;
bump our version accordingly.
|
|
- add --validate flag which is like --exists but slightly more verbose and doesn't process dependencies
- bump version to 0.29.0
while here, adjust message about missing fields to match the upstream fd.o message,
instead of referencing the filename we should print the packagename
tested in a bulk by aja@
|
|
ok jsing, "looks good!" jmc
|
|
Patch from samy.mahmoudi at gmail com.
|
|
|
|
ok beck@ inoguchi@ tb@
|
|
This can be used to disable the default behavior of reporting events
for the weekend on a Friday.
|
|
|
|
preventing them from having no timeout. bz#2918, ok djm@
|
|
URIs like https://man.openbsd.org/OpenBSD-2.2/cat1/cat.0
are still required to work because they result from apropos searches for
old releases (up to 5.0) which used to install preformatted manual pages.
Regression reported by jj@.
|
|
Since resetting of offsets works quite differently in the mdoc(7)
and man(7) formatters, the tbl(7) formatter needs to save the global
offset on entry and restore it on exit. The additional indentation
needed for table centering has to be added to its own offset variable
and applied to each line of the table, rather than only to the first.
Bug found by bentley@ in emulators/fceux(6).
|
|
|
|
better example for other code to follow. in the common case, grep uses
mmap anyway (so no functional change). despite fgetln doing sneaky things
with stdio internals, preliminary analysis by lauri suggests this may
actually reduce the number of allocations.
from Lauri Tirkkonen.
|
|
confirmed by Daniel J. Bernstein
|
|
Triggered by Marcus MERIGHI
Input and OK jmc@
|
|
ok deraadt@
|
|
ok deraadt millert
|
|
The problem is caused by the special handling of Friday, where calendar will
show the upcoming events for the weeked as well. This change disables the
special handling of Friday for the -B option, as was already done for -A.
From Andy Bradford.
|
|
from code and manual in 2017).
Reported by KEINOS in github issue #101.
|
|
|
|
permitted.
|
|
OK deraadt@
|
|
from Anton Borowka
|
|
|
|
|
|
copies satisfy the wildcard specified by the user.
This checking provides some protection against a malicious server
sending unexpected filenames, but it comes at a risk of rejecting wanted
files due to differences between client and server wildcard expansion rules.
For this reason, this also adds a new -T flag to disable the check.
reported by Harry Sintonen
fix approach suggested by markus@;
has been in snaps for ~1wk courtesy deraadt@
|
|
bz#2903
|
|
from Ville Valkonen
|
|
|
|
an unknown host key. This allows you to paste a fingerprint obtained
out of band into the yes/no prompt and have the client do the comparison
for you. ok markus@ djm@
|
|
transfer. Fixes the problem recently introduces where very quick
transfers do not display the progressmeter at all. Spotted by naddy@
|