Register the smb service with mDNS if mSDN is supported.
authorRishi Srivatsavai <rishisv@gmail.com>
Fri, 14 Dec 2007 04:56:29 +0000 (20:56 -0800)
committerJames Peach <jpeach@samba.org>
Fri, 14 Dec 2007 04:56:29 +0000 (20:56 -0800)
commit1e7241517d1f55d60af22570e0c9feb280e3fdb5
tree73316b1766e54ee5ec73e64f6176c39a1e5f47c5
parentc8468a1bb49535f0467e1a83b4c8bc5c8dce834e
Register the smb service with mDNS if mSDN is supported.

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.
source/Makefile.in
source/include/includes.h
source/smbd/dnsregister.c [new file with mode: 0644]
source/smbd/server.c