summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSCore (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-16mDNSResponder: Fix for update to v765.1.2Sebastian Huber1-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.
2018-09-20mDNSResponder: Update to v878.30.4Sebastian Huber3-9/+27
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.30.4.tar.gz Close #3522.
2018-09-20mDNSResponder: Update to v878.1.1Sebastian Huber12-664/+704
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.1.1.tar.gz Update #3522.
2018-09-20mDNSResponder: Update to v765.50.9Sebastian Huber6-54/+62
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-765.50.9.tar.gz Update #3522.
2018-09-20mDNSResponder: Update to v765.30.11Sebastian Huber3-13/+15
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-765.30.11.tar.gz Update #3522.
2018-09-20mDNSResponder: Update to v765.1.2Sebastian Huber10-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.
2018-09-20mDNSResponder: Update to v625.41.2Sebastian Huber19-641/+756
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-625.41.2.tar.gz Update #3522.
2018-09-20mDNSResponder: Update to v576.30.4Sebastian Huber4-32/+56
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-576.30.4.tar.gz Update #3522.
2018-09-20mDNSResponder: Update to v567Sebastian Huber4-6/+24
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-567.tar.gz Update #3522.
2014-01-30mDNS: AnonInfoAnswersQuestion: Fix stack usageSebastian Huber1-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.
2014-01-30mDNS: ImportSebastian Huber21-0/+39398
The sources can be obtained via: http://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-544.tar.gz