| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
"makes sense" jmatthew@
|
|
|
|
| |
ok djm
|
|
|
|
|
|
|
|
|
|
|
| |
known_hosts data from a command in addition to the usual files.
The command accepts bunch of %-expansions, including details of the
connection and the offered server host key. Note that the command may
be invoked up to three times per connection (see the manpage for
details).
ok markus@
|
|
|
|
|
|
|
|
|
|
| |
make privilege dropping optional but allow it via callbacks (to avoid
need to link uidswap.c everywhere)
add some other flags (keep environment, disable strict path safety check)
that make this more useful for client-side use.
feedback & ok markus@
|
| |
|
|
|
|
|
| |
Since this was the last user of those functions we can delete them.
OK otto
|
|
|
|
|
|
|
|
|
| |
It is an alias for aes256-cbc which was standardized in RFC4253 (2006),
has been deprecated and disabled by default since OpenSSH 7.2 (2016)
and was only briefly documented in ssh.1 in 2001.
This will reduce the amount of work the cipher/kex regression tests need
to do by a little bit. ok markus@ djm@
|
|
|
|
|
|
|
| |
(parse_ssh_uri() can return -1/0/1, that I missed). Reported by Raf
Czlonka via bugs@
ok tb@
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add load_hostkeys_file() and hostkeys_foreach_file() that accept a
FILE* argument instead of opening the file directly.
Original load_hostkeys() and hostkeys_foreach() are implemented using
these new interfaces.
Add a u_int note field to the hostkey_entry and hostkey_foreach_line
structs that is passed directly from the load_hostkeys() and
hostkeys_foreach() call. This is a lightweight way to annotate results
between different invocations of load_hostkeys().
ok markus@
|
|
|
|
|
| |
This got broken when we introduced ecs_plen so that we can use
natural socket types.
|
|
|
|
|
|
|
| |
well as address to bind to.
Reported by Jordan Geoghegan (jordan AT geoghegan.ca), thanks!
Debugged by & initial fix by otto
Input & OK otto
|
|
|
|
| |
address family. ok florian@
|
|
|
|
| |
ok markus@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While windows may technically allow filenames to end in a period, the
recommendation is to avoid this as the shell does not support such files.
As of git 2.25, the behaviour was apparently changed to not allow files
with names ending in a period to be checked out on windows.
A second problem is upper/lower case conflicts for filenames.
To allow the source tree to be checked out on windows we follow FreeBSD
and rename a few files:
ss.. -> ss_
ssA -> ss10
ssB -> ss11
(FreeBSD svn revision 210167 from 2010)
as usual, this issue was extensively researched by jsg@
|
|
|
|
| |
Includes the official fix for +-inf and +-nan handling.
|
| |
|
|
|
|
|
| |
common arguments into a single struct and pass that around instead
of using a bunch of globals. ok markus@
|
|
|
|
| |
(one-off) memory leaks; ok markus@
|
| |
|
| |
|
|
|
|
| |
unset an option on all panes. GitHub issue 2491 from Rostislav Nesin.
|
|
|
|
|
| |
Without this the server will immediatly fail because the poll timeout is 0.
Found and reported by Daniel Moch (daniel at danielmoch dot com)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NetBSD renamed this file to support.c in 2001, while FreeBSD chose to
rename this file to util.c in 2009. We go the FreeBSD route and pick
util.c since our implementation is closer to the FreeBSD codebase.
Helps get us closer to being able to check out OpenBSD source code on
Windows as requested by John Carmack.
This issue thoroughly researched by jsg@
ok deraadt@, sthen@, "go ahead" jsg@
|
|
|
|
|
|
|
| |
For now limit to TruthValue implemented on ifPromiscuousMode and
ifConnectorPresent.
OK jan@
|
| |
|
|
|
|
|
|
| |
pr.c: spelling fix
from andras farkas
|
|
|
|
|
|
| |
Use character escapes for arrow symbols.
no objection jmc@
|
|
|
|
| |
Fixes confusion between s16 and u16 found in aucat by James Cook.
|
|
|
|
|
| |
Fixes confusion between s16 and u16 found and analysed by
James Cook <falsifian at falsifian.org>. Thanks.
|
|
|
|
|
|
| |
Prevents strings beginning with "inf" or "nan" from being interpreted
as infinity or not-a-number respectively which still parsing "inf"
and "nan" (with or without a leading sign) correctly.
|
|
|
|
| |
the pane status line. GitHub issue 2493.
|
|
|
|
| |
does not appear to be what applications want. GitHub issue 2478 and 2414.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
the pane title are updated. GitHub issue 2487. Also a man page fix from
jmc.
|
|
|
|
| |
OK deraadt@
|
| |
|
|
|
|
|
|
| |
followed by [ or not. Add a flag (e) to the q: format modifier to double
up #s and use it for the window_flags format variable so it doesn't end
up escaping any following text. GitHub issue 2485.
|
| |
|
|
|
|
| |
GitHub issue 2483.
|
|
|
|
| |
we already do for sshd_config. bz#2320, with & ok djm@
|
| |
|