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