| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
OK mpi@ as part of a larger diff
|
| |
|
|
|
| |
is not initalized. Do not reset the scope_id if it was already set.
OK bluhm@ florian@
|
| |
|
|
| |
OK kn@ tedu@
|
| |
|
|
|
|
|
|
| |
in doas.conf instead of a generic "would prompt for password", which could
lead people into believing that persist could work with this option.
OK tedu@
Feedback and OK kn@
|
| |
|
|
|
| |
compilers not smart enough to know the strftime calls won't ever fully
fill "to" and "from". ok djm@
|
| |
|
|
|
| |
Add tests for boundary conditions and fix convtime to work up to INT_MAX.
ok djm@
|
| |
|
|
|
|
| |
from the timeout each loop, so we only want to measure the elapsed time
the poll() in that loop, not since the start of the function. Spotted by
chris.xj.zhu at gmail.com, ok djm@
|
| |
|
|
| |
OK jmc@
|
| |
|
|
|
|
|
| |
In "Parse and check config" mode nothing is executed so pledge without
"exec" while still setuid and before reading/parsing the config file.
OK millert
|
| | |
|
| |
|
|
| |
Removes most of the aliasing noise during resampling
|
| |
|
|
|
| |
At the expence of slightly more CPU cycles, it almost removes aliasing
noise in most practical use-cases.
|
| | |
|
| |
|
|
|
|
| |
where sizeof(int) != sizeof(long), convtime could accept values
>MAX_INT which subsequently truncate when stored in an int during
config parsing. bz#3250, ok djm@
|
| | |
|
| | |
|
| |
|
|
|
| |
more fine grained MaxStartups limits. Man page help jmc@, feedback &
ok djm@
|
| |
|
|
|
|
| |
them for per-source maxstartups limiting. Supplement with some additional
functions from djm's flowtools that we'll also need. ok djm@ (as part of
a larger diff).
|
| |
|
|
| |
ok florian@ tb@
|
| | |
|
| | |
|
| |
|
|
|
| |
if the user tries to search again with an empty prompt. This matches
emacs behaviour more closely.
|
| |
|
|
|
|
|
| |
value and makes it much harder for hosts to change host keys,
particularly ones that use IP-based load-balancing.
ok dtucker@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
reason and no PIN was initially requested from the user, then request
a PIN and retry the operation.
This smoothes over a few corner cases including FIDO devices that
require PINs for all hosted credentials, biometric FIDO devices that
fall back to requiring PIN when reading the biometric failed, devices
that don't implement reading credProtect status for downloaded keys
and probably a few more cases that I haven't though of yet.
ok dtucker@
|
| |
|
|
|
|
|
|
| |
function - it returns 0/1 and not the -1/0/1 that qsort expectes.
fixes sftp "ls -ltr" under some circumstances.
Based on patch by Masahiro Matsuya via bz3248.
|
| |
|
|
|
|
|
|
|
|
| |
- remove unneeded header files and typedefs and rely on crypto_api.h
- add defines to map types used to the crypto_api ones instead of typedefs. This
prevents typedef name collisions in -portable.
- remove CRYPTO_NAMESPACE entirely instead of making it a no-op
- delete unused functions and make the remaining ones that aren't exported static.
ok djm@
|
| |
|
|
| |
reported by Fredrik Eriksson in bz3239
|
| |
|
|
| |
Takeshi Banse.
|
| | |
|
| |
|
|
| |
make it easier to reorder. Re-inline int32_MINMAX. ok tobhe@
|
| |
|
|
| |
failed, GitHub issue 2513.
|
| |
|
|
|
|
| |
used anywhere.
OK jan@
|
| |
|
|
|
|
|
| |
Fixes compilation on luna88k.
Feedback millert@
Found by and ok aoyama@
|
| |
|
|
| |
While here, trim pointless quoting and one excessive column width.
|
| |
|
|
|
|
|
|
|
|
| |
netstat(1) is where the mapping between letters and flags is documented,
but searching for them ("man -k any=RTF_" or "man -k -i any=blackhole")
would only list route(4) and route(8).
Markup preprocessor defines as such.
OK schwarze
|
| | |
|
| |
|
|
| |
ok jca@, kn@
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
32-bit integer overflow.
Found by and ok djm@
ok markus@
|
| |
|
|
| |
ok inoguchi jmc kn
|
| |
|
|
|
| |
this helps when you're trying to pipe stuff into other programs
(like awk and ttyplot).
|
| |
|
|
|
| |
before accessing anything in ifa_addr.
ok claudio@
|
| |
|
|
|
| |
before accessing anything in ifa_addr.
ok claudio@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
method based on Streamlined NTRU Prime (coupled with X25519).
The previous sntrup4591761x25519-sha512@tinyssh.org method is
replaced with sntrup761x25519-sha512@openssh.com. Per the authors,
sntrup4591761 was replaced almost two years ago by sntrup761.
The sntrup761 implementaion, like sntrup4591761 before it, is public
domain code extracted from the SUPERCOP cryptography benchmark
suite (https://bench.cr.yp.to/supercop.html).
Thanks for Daniel J Bernstein for guidance on algorithm selection.
Patch from Tobias Heider; feedback & ok markus@ and myself
(note this both the updated method and the one that it replaced are
disabled by default)
|
| | |
|
| |
|
|
| |
search the visible region. From Anindya Mukherjee, GitHub issue 2508.
|
| |
|
|
| |
OK claudio@ sthen@
|
| |
|
|
|
| |
handle line wrapping and so on in one place and use them for the obvious
copy mode commands. From Anindya Mukherjee.
|
| |
|
|
|
|
| |
entries for it to the -O list in scp.1 and sftp.1;
ok djm
|