public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nscd/11928] nscd does not account for 'multi on' in /etc/host.conf when ai-resolving hosts
       [not found] <bug-11928-131@http.sourceware.org/bugzilla/>
@ 2012-12-19 10:40 ` schwab@linux-m68k.org
  2013-10-08 16:00 ` neleai at seznam dot cz
  2014-06-30  8:15 ` fweimer at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2012-12-19 10:40 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper.fsp at gmail dot    |unassigned at sourceware
                   |com                         |dot org

-- 
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] 5+ messages in thread

* [Bug nscd/11928] nscd does not account for 'multi on' in /etc/host.conf when ai-resolving hosts
       [not found] <bug-11928-131@http.sourceware.org/bugzilla/>
  2012-12-19 10:40 ` [Bug nscd/11928] nscd does not account for 'multi on' in /etc/host.conf when ai-resolving hosts schwab@linux-m68k.org
@ 2013-10-08 16:00 ` neleai at seznam dot cz
  2014-06-30  8:15 ` fweimer at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: neleai at seznam dot cz @ 2013-10-08 16:00 UTC (permalink / raw)
  To: glibc-bugs

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

Ondrej Bilka <neleai at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |neleai at seznam dot cz
         Resolution|---                         |FIXED

--- Comment #3 from Ondrej Bilka <neleai at seznam dot cz> ---
Attached patch is already at trunk.

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


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

* [Bug nscd/11928] nscd does not account for 'multi on' in /etc/host.conf when ai-resolving hosts
       [not found] <bug-11928-131@http.sourceware.org/bugzilla/>
  2012-12-19 10:40 ` [Bug nscd/11928] nscd does not account for 'multi on' in /etc/host.conf when ai-resolving hosts schwab@linux-m68k.org
  2013-10-08 16:00 ` neleai at seznam dot cz
@ 2014-06-30  8:15 ` fweimer at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-30  8:15 UTC (permalink / raw)
  To: glibc-bugs

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

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] 5+ messages in thread

* [Bug nscd/11928] nscd does not account for 'multi on' in /etc/host.conf when ai-resolving hosts
  2010-08-19 20:15 [Bug nscd/11928] New: " pasky at suse dot cz
  2010-08-19 20:23 ` [Bug nscd/11928] " pasky at suse dot cz
@ 2010-08-22 14:42 ` pasky at suse dot cz
  1 sibling, 0 replies; 5+ messages in thread
From: pasky at suse dot cz @ 2010-08-22 14:42 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pasky at suse dot cz  2010-08-22 14:42 -------
*** Bug 11536 has been marked as a duplicate of this bug. ***

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug nscd/11928] nscd does not account for 'multi on' in /etc/host.conf when ai-resolving hosts
  2010-08-19 20:15 [Bug nscd/11928] New: " pasky at suse dot cz
@ 2010-08-19 20:23 ` pasky at suse dot cz
  2010-08-22 14:42 ` pasky at suse dot cz
  1 sibling, 0 replies; 5+ messages in thread
From: pasky at suse dot cz @ 2010-08-19 20:23 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pasky at suse dot cz  2010-08-19 20:23 -------
Created an attachment (id=4940)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4940&action=view)
proposed patch

This patch makes sure _res_hconf is initialized before resolving is being done.
However, this would not be enough since nscd has its own _res_hconf due to
nscd/res_hconf.c; _res_hconf_init() would work on different _res_hconf instance
than the NSS routines. We just need to make sure nscd and glibc share the same
_res_hconf instance - this should not be a problem since users should run
matching versions of glibc and nscd anyway.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2014-06-30  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11928-131@http.sourceware.org/bugzilla/>
2012-12-19 10:40 ` [Bug nscd/11928] nscd does not account for 'multi on' in /etc/host.conf when ai-resolving hosts schwab@linux-m68k.org
2013-10-08 16:00 ` neleai at seznam dot cz
2014-06-30  8:15 ` fweimer at redhat dot com
2010-08-19 20:15 [Bug nscd/11928] New: " pasky at suse dot cz
2010-08-19 20:23 ` [Bug nscd/11928] " pasky at suse dot cz
2010-08-22 14:42 ` pasky at suse dot cz

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