Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-01-27 | s3:smbd: make mdns registration event driven. | Stefan Metzmacher | 1 | -110/+98 | |
metze | |||||
2009-01-05 | Attempt to fix the build with dnssd | Volker Lendecke | 1 | -1/+0 | |
2007-12-19 | Fix a couple of warnings in mDNS registration. One of these is an | James Peach | 1 | -2/+1 | |
actual bug where we pass a pointer instead of a pointer to a pointer. (This used to be commit 36db6755103f01cb74bf4194fc81ca6d4b5320e4) | |||||
2007-12-13 | Move dns_sd.h include to fix the build. | James Peach | 1 | -3/+4 | |
(This used to be commit cf221a94bd8794add508a2b9305b8c0d40c3346a) | |||||
2007-12-13 | Register the smb service with mDNS if mSDN is supported. | Rishi Srivatsavai | 1 | -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) |