public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/14242] New: Please allow specification of port in resolv.conf
@ 2012-06-14 19:08 jdthood at gmail dot com
  2014-02-16 17:45 ` [Bug libc/14242] " jackie.rosen at hushmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jdthood at gmail dot com @ 2012-06-14 19:08 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14242

             Bug #: 14242
           Summary: Please allow specification of port in resolv.conf
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jdthood@gmail.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


The OpenBSD version of resolv.conf(5) says:

     nameserver  IPv4 address (in dot notation) or IPv6 address (in hex-and-
                 colon notation) of a name server that the resolver should
                 query.  Scoped IPv6 address notation is accepted as well (see
                 inet6(4) for details).  A non-standard port may be specified
                 using [host]:port syntax.  When a non-standard port is
                 specified the host address must be enclosed in square
                 brackets.  For example:

                       nameserver [10.0.0.1]:5353
                       nameserver [::1]:5353

It would be useful if the glibc resolver, like the OpenBSD resolver, allowed a
non-standard port number to be specified.  Then it would be possible to run
more than one name server on a machine where at least one of the name servers
listens on a wildcard address.  This case came up here:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/959037.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/14242] Please allow specification of port in resolv.conf
  2012-06-14 19:08 [Bug libc/14242] New: Please allow specification of port in resolv.conf jdthood at gmail dot com
@ 2014-02-16 17:45 ` jackie.rosen at hushmail dot com
  2014-02-18 18:13 ` jdthood at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 17:45 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14242

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #1 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/14242] Please allow specification of port in resolv.conf
  2012-06-14 19:08 [Bug libc/14242] New: Please allow specification of port in resolv.conf jdthood at gmail dot com
  2014-02-16 17:45 ` [Bug libc/14242] " jackie.rosen at hushmail dot com
@ 2014-02-18 18:13 ` jdthood at gmail dot com
  2014-05-28 19:42 ` schwab at sourceware dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jdthood at gmail dot com @ 2014-02-18 18:13 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14242

--- Comment #2 from Thomas Hood <jdthood at gmail dot com> ---
Comment 1 appears to be spam, so please remove it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/14242] Please allow specification of port in resolv.conf
  2012-06-14 19:08 [Bug libc/14242] New: Please allow specification of port in resolv.conf jdthood at gmail dot com
  2014-02-16 17:45 ` [Bug libc/14242] " jackie.rosen at hushmail dot com
  2014-02-18 18:13 ` jdthood at gmail dot com
@ 2014-05-28 19:42 ` schwab at sourceware dot org
  2014-06-19 14:29 ` fweimer at redhat dot com
  2015-08-22 20:34 ` [Bug network/14242] " jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: schwab at sourceware dot org @ 2014-05-28 19:42 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14242

Andreas Schwab <schwab at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jackie.rosen at hushmail dot com   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/14242] Please allow specification of port in resolv.conf
  2012-06-14 19:08 [Bug libc/14242] New: Please allow specification of port in resolv.conf jdthood at gmail dot com
                   ` (2 preceding siblings ...)
  2014-05-28 19:42 ` schwab at sourceware dot org
@ 2014-06-19 14:29 ` fweimer at redhat dot com
  2015-08-22 20:34 ` [Bug network/14242] " jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-19 14:29 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14242

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug network/14242] Please allow specification of port in resolv.conf
  2012-06-14 19:08 [Bug libc/14242] New: Please allow specification of port in resolv.conf jdthood at gmail dot com
                   ` (3 preceding siblings ...)
  2014-06-19 14:29 ` fweimer at redhat dot com
@ 2015-08-22 20:34 ` jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-08-22 20:34 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14242

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libc                        |network

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-22 20:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-14 19:08 [Bug libc/14242] New: Please allow specification of port in resolv.conf jdthood at gmail dot com
2014-02-16 17:45 ` [Bug libc/14242] " jackie.rosen at hushmail dot com
2014-02-18 18:13 ` jdthood at gmail dot com
2014-05-28 19:42 ` schwab at sourceware dot org
2014-06-19 14:29 ` fweimer at redhat dot com
2015-08-22 20:34 ` [Bug network/14242] " jsm28 at gcc dot gnu.org

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).