From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: netsec 682578f 4/6: Add option to bypass NSM TLS checks on local networks Date: Mon, 16 Jul 2018 21:11:34 +0300 Message-ID: <83h8kz82zt.fsf@gnu.org> References: <20180714170806.8972.58581@vcs0.savannah.gnu.org> <20180714170809.C3A3920456@vcs0.savannah.gnu.org> <87o9f84t89.fsf@gmail.com> <4C758D1D-7C3A-425A-852F-75E03C779E01@gmail.com> <87va9fs3ro.fsf@gmail.com> <87bmb7rvca.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1531764577 1277 195.159.176.226 (16 Jul 2018 18:09:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2018 18:09:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 16 20:09:33 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ff7wB-00009w-Ps for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2018 20:09:31 +0200 Original-Received: from localhost ([::1]:53130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ff7yD-0002Ux-MF for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2018 14:11:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ff7y5-0002U4-8M for emacs-devel@gnu.org; Mon, 16 Jul 2018 14:11:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ff7y2-0000PT-4n for emacs-devel@gnu.org; Mon, 16 Jul 2018 14:11:29 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ff7y1-0000PM-Vp; Mon, 16 Jul 2018 14:11:26 -0400 Original-Received: from [176.228.60.248] (port=1796 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ff7y1-0004Kb-CY; Mon, 16 Jul 2018 14:11:25 -0400 In-reply-to: <87bmb7rvca.fsf@gmail.com> (message from Robert Pluim on Mon, 16 Jul 2018 18:36:37 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:227476 Archived-At: > From: Robert Pluim > Date: Mon, 16 Jul 2018 18:36:37 +0200 > Cc: emacs-devel@gnu.org > > Emacs has a whole bunch of commands and variables starting with > 'network-', that makes sense to me. > > > Stefan "just helping paint the shed" > > network-lookup-info? network-lookup-hostname-info? There are so many > colours to choose from. FWIW, I'm okay with get-address-info, for 2 reasons: . we don't other related names start with anything like that; . other languages use names very close to getaddrinfo, so why cannot we? But if you want to use some other name, feel free.