Bugzilla – Attachment 3370 Details for
Bug 3126
Mark the RDomain configuration option unsupported on non-openbsd builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Mark the RDomain configuration option unsupported on non-openbsd builds v2
file_3126.txt (text/plain), 1.72 KB, created by
Jakub Jelen
on 2020-03-24 21:36:44 AEDT
(
hide
)
Description:
Mark the RDomain configuration option unsupported on non-openbsd builds v2
Filename:
MIME Type:
Creator:
Jakub Jelen
Created:
2020-03-24 21:36:44 AEDT
Size:
1.72 KB
patch
obsolete
>commit 5481d0b4036b33b92c372ee36258ed11bff57d5d >Author: Jakub Jelen <jjelen@redhat.com> >Date: Thu Feb 27 10:07:33 2020 +0100 > > Mark the RDomain configuration option unsupported on non-openbsd builds > >diff --git a/servconf.c b/servconf.c >index db80e943..153d2525 100644 >--- a/servconf.c >+++ b/servconf.c >@@ -698,7 +698,11 @@ static struct { > { "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL }, > { "disableforwarding", sDisableForwarding, SSHCFG_ALL }, > { "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL }, >+#if defined(__OpenBSD__) > { "rdomain", sRDomain, SSHCFG_ALL }, >+#else >+ { "rdomain", sUnsupported, SSHCFG_ALL }, >+#endif > { "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL }, > { "securitykeyprovider", sSecurityKeyProvider, SSHCFG_GLOBAL }, > { NULL, sBadOption, 0 } >@@ -2841,7 +2845,9 @@ dump_config(ServerOptions *o) > dump_cfg_string(sHostbasedAcceptedKeyTypes, o->hostbased_key_types); > dump_cfg_string(sHostKeyAlgorithms, o->hostkeyalgorithms); > dump_cfg_string(sPubkeyAcceptedKeyTypes, o->pubkey_key_types); >+#if defined(__OpenBSD__) > dump_cfg_string(sRDomain, o->routing_domain); >+#endif > > /* string arguments requiring a lookup */ > dump_cfg_string(sLogLevel, log_level_name(o->log_level)); >diff --git a/sshd_config.5 b/sshd_config.5 >index 5dca8981..766e9b90 100644 >--- a/sshd_config.5 >+++ b/sshd_config.5 >@@ -1542,6 +1542,7 @@ will be bound to this > If the routing domain is set to > .Cm \&%D , > then the domain in which the incoming connection was received will be applied. >+This feature is available on OpenBSD only. > .It Cm SecurityKeyProvider > Specifies a path to a library that will be used when loading > FIDO authenticator-hosted keys, overriding the default of using
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3126
:
3358
|
3370
|
3386