* [PATCH] man: use https for wiki link
@ 2017-08-07 1:02 Daniel Kahn Gillmor
2017-08-13 12:25 ` Arturo Borrero Gonzalez
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Kahn Gillmor @ 2017-08-07 1:02 UTC (permalink / raw)
To: netfilter
https works for the wiki, and users should prefer it by default,
whether they are logging in (to protect their credentials) or whether
they're reading data (to protect the integrity of the content).
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
---
doc/nft.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/nft.xml b/doc/nft.xml
index 4d03a3d..c9ef5e0 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -4488,7 +4488,7 @@ filter output oif wlan0
</simplelist>
</para>
<para>
- There is an official wiki at: http://wiki.nftables.org
+ There is an official wiki at: https://wiki.nftables.org
</para>
</refsect1>
--
2.13.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] man: use https for wiki link
2017-08-07 1:02 Daniel Kahn Gillmor
@ 2017-08-13 12:25 ` Arturo Borrero Gonzalez
2017-08-14 10:41 ` Pablo Neira Ayuso
0 siblings, 1 reply; 5+ messages in thread
From: Arturo Borrero Gonzalez @ 2017-08-13 12:25 UTC (permalink / raw)
To: Daniel Kahn Gillmor; +Cc: Netfilter Users Mailing list
On 7 August 2017 at 03:02, Daniel Kahn Gillmor <dkg@fifthhorseman.net> wrote:
> https works for the wiki, and users should prefer it by default,
> whether they are logging in (to protect their credentials) or whether
> they're reading data (to protect the integrity of the content).
>
> Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
> ---
> doc/nft.xml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Please, resend to netfilter-devel@vger.kernel.org.
Add this:
Acked-by: Arturo Borrero Gonzalez <arturo@netfilter.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] man: use https for wiki link
2017-08-13 12:25 ` Arturo Borrero Gonzalez
@ 2017-08-14 10:41 ` Pablo Neira Ayuso
0 siblings, 0 replies; 5+ messages in thread
From: Pablo Neira Ayuso @ 2017-08-14 10:41 UTC (permalink / raw)
To: Arturo Borrero Gonzalez; +Cc: Daniel Kahn Gillmor, Netfilter Users Mailing list
On Sun, Aug 13, 2017 at 02:25:34PM +0200, Arturo Borrero Gonzalez wrote:
> On 7 August 2017 at 03:02, Daniel Kahn Gillmor <dkg@fifthhorseman.net> wrote:
> > https works for the wiki, and users should prefer it by default,
> > whether they are logging in (to protect their credentials) or whether
> > they're reading data (to protect the integrity of the content).
> >
> > Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
> > ---
> > doc/nft.xml | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Please, resend to netfilter-devel@vger.kernel.org.
>
> Add this:
>
> Acked-by: Arturo Borrero Gonzalez <arturo@netfilter.org>
Hm, I don't find this patch anyway.
Please, resubmit as Arturo requests and I'll take it. Thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] man: use https for wiki link
@ 2017-08-14 17:27 Daniel Kahn Gillmor
2017-08-14 21:32 ` Pablo Neira Ayuso
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Kahn Gillmor @ 2017-08-14 17:27 UTC (permalink / raw)
To: netfilter-devel
https works for the wiki, and users should prefer it by default,
whether they are logging in (to protect their credentials) or whether
they're reading data (to protect the integrity of the content).
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Acked-by: Arturo Borrero Gonzalez <arturo@netfilter.org>
---
doc/nft.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/nft.xml b/doc/nft.xml
index 734f371..d7aae3f 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -5059,7 +5059,7 @@ filter output oif wlan0
</simplelist>
</para>
<para>
- There is an official wiki at: http://wiki.nftables.org
+ There is an official wiki at: https://wiki.nftables.org
</para>
</refsect1>
--
2.13.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] man: use https for wiki link
2017-08-14 17:27 [PATCH] man: use https for wiki link Daniel Kahn Gillmor
@ 2017-08-14 21:32 ` Pablo Neira Ayuso
0 siblings, 0 replies; 5+ messages in thread
From: Pablo Neira Ayuso @ 2017-08-14 21:32 UTC (permalink / raw)
To: Daniel Kahn Gillmor; +Cc: netfilter-devel
On Mon, Aug 14, 2017 at 01:27:11PM -0400, Daniel Kahn Gillmor wrote:
> https works for the wiki, and users should prefer it by default,
> whether they are logging in (to protect their credentials) or whether
> they're reading data (to protect the integrity of the content).
Applied, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-08-14 21:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14 17:27 [PATCH] man: use https for wiki link Daniel Kahn Gillmor
2017-08-14 21:32 ` Pablo Neira Ayuso
-- strict thread matches above, loose matches on Subject: below --
2017-08-07 1:02 Daniel Kahn Gillmor
2017-08-13 12:25 ` Arturo Borrero Gonzalez
2017-08-14 10:41 ` Pablo Neira Ayuso
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.