mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
2383787f19
which will eventually try all resolution methods setup in smb.conf
- only resolution backend at the moment is bcast, which does a
parallel broadcast to all configured network interfaces, and takes
the first reply that comes in (this nicely demonstrates how to do
parallel requests using the async APIs)
- converted all the existing code to use the new resolve_name() api
- removed all the old nmb code (yay!)
(This used to be commit
|
||
---|---|---|
.. | ||
client.c | ||
config.mk | ||
mount.cifs.c | ||
smbmnt.c | ||
smbmount.c | ||
smbspool.c | ||
smbumount.c | ||
tree.c |