CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-12-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 13 07:15:41 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: mDNSPlatformInit(): If we fail to create an IPv6 socket, ignore the error and just continue without IPv6 sup

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-12-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 13 07:15:41 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: mDNSPlatformInit(): If we fail to create an IPv6 socket, ignore the error and just continue without IPv6 sup

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-08-14 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Aug 15 00:02:16 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: mDNSPosix.c: free very large struct on error path To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-08-14 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Aug 15 00:02:16 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: mDNSPosix.c: free very large struct on error path To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-06-29 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jun 30 02:03:59 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: PosixDaemon.c Log Message: PosixDaemon.c: restore NetBSD logging additions lost in merges Restore part of local modifications r.

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-06-29 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jun 30 02:03:59 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: PosixDaemon.c Log Message: PosixDaemon.c: restore NetBSD logging additions lost in merges Restore part of local modifications r.

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-06-29 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jun 30 01:59:45 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: PosixDaemon.c Log Message: PosixDaemon.c: convert tabs to spaces to match coding style Match Apple's coding style for this projec

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-06-29 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Jun 30 01:59:45 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: PosixDaemon.c Log Message: PosixDaemon.c: convert tabs to spaces to match coding style Match Apple's coding style for this projec

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-05-27 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 27 17:58:59 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: PosixDaemon.c Log Message: reapply changes for the built-in drop-privs support by tsarna. this commit doesn't reapply "dumping of the

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-05-27 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 27 17:58:59 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: PosixDaemon.c Log Message: reapply changes for the built-in drop-privs support by tsarna. this commit doesn't reapply "dumping of the

Re: CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2018-11-19 Thread Robert Elz
Date:Mon, 19 Nov 2018 12:25:23 + From:Roy Marples Message-ID: <9b4f1054-1005-eac3-cb12-af6227d36...@marples.name> | I can plug a usb stick in later which mdnsd could work with, so xtos's | change is fine. I didn't ever doubt that the change would work, just

Re: CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2018-11-19 Thread Roy Marples
On 19/11/2018 10:42, Robert Elz wrote: Date:Mon, 19 Nov 2018 03:14:28 -0500 From:"Christos Zoulas" Message-ID: <20181119081428.def1cf...@cvs.netbsd.org> | Modified Files: |src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c | It is not a

Re: CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2018-11-19 Thread Christos Zoulas
The code can handle having no interfaces, because interfaces can be configured in the future. The problem is that if this function returns an error (ie there were no configured interfaces during startup) the daemon will exit, and this is not desirable. Restructuring the code too much will result

Re: CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2018-11-19 Thread Robert Elz
Date:Mon, 19 Nov 2018 03:14:28 -0500 From:"Christos Zoulas" Message-ID: <20181119081428.def1cf...@cvs.netbsd.org> | Modified Files: | src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c | It is not an error if we did not find any IPv4 interfaces

Re: CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2018-11-19 Thread Jason Thorpe
Thanks! This has been bothering me for a while, but I hadn’t had a chance to look at it. -- thorpej Sent from my iPhone. > On Nov 19, 2018, at 8:14 AM, Christos Zoulas wrote: > > Module Name:src > Committed By:christos > Date:Mon Nov 19 08:14:28 UTC 2018 > > Modified Files: >