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)
commit12ac4c3119b3b7712e670d95d61413d97ecafaef
tree67a8dad20a20d9bbbfb54b325b46f671fd61f824
parent819a74ed8f1d2b312a22cc803235aaece0e24697
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.
(This used to be commit 1e7241517d1f55d60af22570e0c9feb280e3fdb5)
source3/Makefile.in
source3/include/includes.h
source3/smbd/dnsregister.c [new file with mode: 0644]
source3/smbd/server.c