summaryrefslogtreecommitdiffstats
path: root/source/smbd/dnsregister.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple of warnings in mDNS registration. One of these is anJames Peach2007-12-191-2/+1
| | | | actual bug where we pass a pointer instead of a pointer to a pointer.
* Move dns_sd.h include to fix the build.James Peach2007-12-131-3/+4
|
* Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai2007-12-131-0/+212
If mDNS is supported, attempt to register the first port we are listening on for the _smb._tcp service. This provides more reliable service discovery than NetBIOS browsing.