summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSCore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mDNSResponder: Fix for update to v765.1.2Sebastian Huber2018-10-161-0/+4
| | | | | | | | In the update to v765.1.2 the mDNS_Init() changed the initialization of m->AutoTargetServices from 1 to 0. The motivation for this change is unclear. This change prevents at least the mDNS hostname lookups. Revert this change and initialize m->AutoTargetServices to 1 like it was before the update.
* mDNSResponder: Update to v878.30.4Sebastian Huber2018-09-203-9/+27
| | | | | | | | The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.30.4.tar.gz Close #3522.
* mDNSResponder: Update to v878.1.1Sebastian Huber2018-09-2012-664/+704
| | | | | | | | The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.1.1.tar.gz Update #3522.
* mDNSResponder: Update to v765.50.9Sebastian Huber2018-09-206-54/+62
| | | | | | | | The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-765.50.9.tar.gz Update #3522.
* mDNSResponder: Update to v765.30.11Sebastian Huber2018-09-203-13/+15
| | | | | | | | The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-765.30.11.tar.gz Update #3522.
* mDNSResponder: Update to v765.1.2Sebastian Huber2018-09-2010-1284/+1734
| | | | | | | | | | | | | The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-765.1.2.tar.gz Move mDNS_StartResolveService() and mDNS_StopResolveService() to an RTEMS-specific file (rtemsbsd/mdns/mDNSResolveService.c) using the v576.30.4 implementation. Apple removed these functions without explanation. Update #3522.
* mDNSResponder: Update to v625.41.2Sebastian Huber2018-09-2019-641/+756
| | | | | | | | The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-625.41.2.tar.gz Update #3522.
* mDNSResponder: Update to v576.30.4Sebastian Huber2018-09-204-32/+56
| | | | | | | | The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-576.30.4.tar.gz Update #3522.
* mDNSResponder: Update to v567Sebastian Huber2018-09-204-6/+24
| | | | | | | | The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-567.tar.gz Update #3522.
* mDNS: AnonInfoAnswersQuestion: Fix stack usageSebastian Huber2014-01-301-5/+10
| | | | | | | The mDNSexport is normally defined to be empty, thus mDNSStorage is a huge stack variable (roughly 50KiB) with random data. Asuming a global mDNSStorage variable in the mDNSCore makes no sense.
* mDNS: ImportSebastian Huber2014-01-3021-0/+39398
The sources can be obtained via: http://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-544.tar.gz