public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Florian Weimer <fw@deneb.enyo.de>
Cc: libc-alpha@sourceware.org, Jorgen Hansen <jhansen@vmware.com>
Subject: Re: [RFC PATCH 0/2] Add AF_VSOCK support to getnameinfo(3) and getaddrinfo(3)
Date: Fri, 30 Sep 2016 11:11:00 -0000	[thread overview]
Message-ID: <20160930111040.GB16491@stefanha-x1.localdomain> (raw)
In-Reply-To: <87mviq96sc.fsf@mid.deneb.enyo.de>

[-- Attachment #1: Type: text/plain, Size: 1433 bytes --]

On Thu, Sep 29, 2016 at 03:25:55PM +0200, Florian Weimer wrote:
> * Stefan Hajnoczi:
> 
> > Many existing programs use getnameinfo(3) and getaddrinfo(3).
> > Porting programs to support AF_VSOCK is easy if the library
> > functions can handle this address family.  Without support in glibc
> > each program needs to duplicate address parsing code and it becomes
> > harder to port programs.
> 
> What has changed since the previous discussion?
> 
>   <https://sourceware.org/ml/libc-help/2015-08/msg00004.html>
> 
> How do you expect that applications will know that they have to pass
> AF_VSOCK to getaddrinfo instead of AF_UNSPEC?

For example ncat(1) has --unixsock and --udp command-line options.  A
--vsock option can be added.  At that point the program knows to use
AF_VSOCK and the same getaddrinfo(3) code path can be used by TCP, UDP,
UNIX, and vsock.

The AF_UNSPEC approach where getaddrinfo(3) parses an arbitrary string
and figures out the address family can't be supported for the security
reasons you explained previously.  But the other getnameinfo(3) and
getaddrinfo(3) use cases still make sense and simplify porting existing
applications to AF_VSOCK.

One note about the previous discussion: I had proposed a [vsock:<cid>]
syntax for the host.  It's not implement in this patch but I will do it
for the next revision because it fits better into IPv4/IPv6 and URL
parsing.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

  reply	other threads:[~2016-09-30 11:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-29 10:27 Stefan Hajnoczi
2016-09-29 10:27 ` [RFC PATCH 1/2] getnameinfo: Add AF_VSOCK support Stefan Hajnoczi
2016-09-29 10:27 ` [RFC PATCH 2/2] getaddrinfo: " Stefan Hajnoczi
2016-10-06 11:04   ` Florian Weimer
2016-09-29 13:26 ` [RFC PATCH 0/2] Add AF_VSOCK support to getnameinfo(3) and getaddrinfo(3) Florian Weimer
2016-09-30 11:11   ` Stefan Hajnoczi [this message]
2016-10-06  9:07     ` Stefan Hajnoczi
2016-10-06 11:19     ` Florian Weimer
2016-10-07 14:02       ` Florian Weimer
2016-12-05 15:58         ` Stefan Hajnoczi
2016-12-05 16:02           ` Florian Weimer
2016-12-06 13:29             ` Stefan Hajnoczi
2016-10-07 15:05       ` Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160930111040.GB16491@stefanha-x1.localdomain \
    --to=stefanha@redhat.com \
    --cc=fw@deneb.enyo.de \
    --cc=jhansen@vmware.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).