aboutsummaryrefslogtreecommitdiffstats
path: root/net/mDNSResponder
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on alpha: Does not compilekris2005-05-221-1/+7
|
* Fix a bug causing the software to not see interfaces while coming up.jylefort2005-05-112-0/+12
| | | | | PR: ports/80856 Submitted by: Bruce Walker <bmw@borderware.com>
* - Update to 107.1ahze2005-05-063-6/+6
| | | | | - Update pkg-descr to new WWW: and Rendezvous is now known as Bonjour.
* Damn my english spelling.krion2005-03-261-1/+1
| | | | Approved by: portmgr (implicit)
* Fix typo in rcNG script to allow daemon run.krion2005-03-261-2/+2
| | | | | | PR: ports/79243 Submitted by: Jie Gao <gaoj at cpsc dot ucalgary.ca> Approved by: portmgr (implicit)
* Switch mDNSResponder from the Apple startup script to a simple rc.subrbrooks2005-03-264-1/+35
| | | | | | | | | | | script. This means that mdnsd is not started by default and must be enabled by adding an mdnsd_enable="YES" line to your /etc/rc.conf. This works around a panic in the multicast code when network interfaces are removed and multicast sockets are open on them since many users of this port only need the utilities, not the daemon. Approved by: portmgr (krion)
* - Fix build on 64bit archs.flz2005-03-161-0/+55
| | | | | PR: ports/78841 Submitted by: Vivek Khera <vivek@khera.org>
* Release maintainership.alfred2005-03-161-1/+1
|
* Remove now-empty patch files.lofi2005-02-163-0/+0
| | | | PR: ports/77514 (probably should have mentioned they could be deleted ;-)
* Update to 98.alfred2005-02-167-130/+34
| | | | PR: 77514
* Add missing filekris2004-04-171-0/+1
|
* Install binaries needed by some mDNS consumers.alfred2004-04-162-1/+15
|
* Fix on !i386/!ia64 and on 4.x.alfred2004-03-204-7/+45
| | | | In collaboration with: Stuart Cheshire <cheshire@apple.com>
* BROKEN on 4.x and on !i386 and !ia64: Does not compilekris2004-03-181-1/+7
|
* make this pass portlint -C.alfred2004-03-122-10/+6
|
* Somehow I forgot to commit the actual makefile.alfred2004-03-031-0/+30
|
* Apple's mDNSResponder:alfred2004-03-034-0/+87
What is mDNSResponder? ---------------------- The mDNSResponder project is a component of Rendezvous, Apple's ease-of-use IP networking initiative: <http://developer.apple.com/macosx/rendezvous/index.html> Apple's Rendezvous software derives from the ongoing standardization work of the IETF Zero Configuration Networking Working Group: <http://zeroconf.org/> See rest of readme for other juicy details. Secial thanks to Apple for making this code available as well as to the various people inside Apple that made this possible.