summaryrefslogtreecommitdiffstats
path: root/source3/smbd/dnsregister.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3:smbd: make mdns registration event driven.Stefan Metzmacher2009-01-271-110/+98
| | | | metze
* Attempt to fix the build with dnssdVolker Lendecke2009-01-051-1/+0
|
* 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. (This used to be commit 36db6755103f01cb74bf4194fc81ca6d4b5320e4)
* Move dns_sd.h include to fix the build.James Peach2007-12-131-3/+4
| | | | (This used to be commit cf221a94bd8794add508a2b9305b8c0d40c3346a)
* 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. (This used to be commit 1e7241517d1f55d60af22570e0c9feb280e3fdb5)