Return-Path: X-Original-To: apmail-apr-bugs-archive@www.apache.org Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8189C188A4 for ; Thu, 25 Feb 2016 12:01:12 +0000 (UTC) Received: (qmail 58049 invoked by uid 500); 25 Feb 2016 12:01:06 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 58014 invoked by uid 500); 25 Feb 2016 12:01:06 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 58002 invoked by uid 99); 25 Feb 2016 12:01:05 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2016 12:01:05 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id CD5CB1A0279 for ; Thu, 25 Feb 2016 12:01:05 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id 13EA0601E5; Thu, 25 Feb 2016 12:01:04 +0000 (UTC) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: [Bug 58725] [patch] add IP_FREEBIND functionality to allow apache httpd to bind to addresses not owned by any interface Date: Thu, 25 Feb 2016 12:01:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: APR X-Bugzilla-Component: APR X-Bugzilla-Version: 1.5.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: jkaluza@redhat.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@apr.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=58725 jkaluza@redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkaluza@redhat.com --- Comment #1 from jkaluza@redhat.com --- Created attachment 33592 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33592&action=edit Improved patch returning APR_ENOTIMPL if IP_FREEBIND not available I'm not sure if we need to touch network_io for win32 or os2 too... So far os2 would return APR_SUCCESS and do nothing - but it has the same behaviour for APR_INCOMPLETE_READ for example. Win32 would return APR_EINVAL, but it also does that for APR_INCOMPLETE_READ or others flags which it doesn't handle. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org