aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/smbclient/Init.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */smbclient: protect all libsmbclient calls with a mutexMax Kellermann2014-02-061-0/+4
| | | | | libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.
* 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-251-0/+51