aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/smbclient (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-06*/smbclient: protect all libsmbclient calls with a mutexMax Kellermann3-0/+59
libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.
2014-02-06neighbor/smbclient: move smbclient_domain to lib/smbclient/Domain.cxxMax Kellermann2-0/+51
2014-01-26lib/smbclient/Init: return empty username/passwordMax Kellermann1-2/+2
This appears to be the right thing to do when we want anonymous login.
2014-01-25input/smbclient: move code to lib/smbclient/Init.cxxMax Kellermann2-0/+84