577N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
1339N/A# Use is subject to license terms.
577N/A# The contents of this file are subject to the terms of the
919N/A# Common Development and Distribution License (the "License").
919N/A# You may not use this file except in compliance with the License.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A# Copyright 2016 Toomas Soome <tsoome@me.com>
577N/AUpdated from upstream version mDNSResponder-576.30.4
577N/AMulticast DNS and Service Discovery support in Solaris using the
577N/AApple Bonjour source code (v107.6). Apple Bonjour source can be
577N/AThe following components are integrated from the Apple Bonjour
1275N/AFollowing fixes have been made to the Apple Bonjour source
1265N/A* 64-bit support by adding pad bytes in ipc_msg_hdr_struct
1319N/A* mdnsd switches to user 'noaccess' and not 'nobody' after init
1331N/A* Fix error raised when
uDNS.c is compiled with Sun Studio compiler
577N/A syslog call returns an error. Logs the messages at LOG_INFO level
577N/AIn addition the project introduces the following changes:
577N/A* A new nss_mdns module is introduced to use Multicast DNS (mdns)
577N/A for resolving link-local hostnames and is located at:
577N/A* snoop updated to decode mDNS packets
970N/A Both authorizations added in network management execution profile.
970N/A* nscd daemon updated to support mdns
970N/A* SUNWdsdu and SUNWdsdr packages deliver all the new mDNS
970N/A service discovery components.