aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/SmbclientInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-4/+3
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-1/+1
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-49/+28
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-8/+0
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-21/+14
| | | | Prepare for adding virtual methods.
* InputPlugin: allow init() to soft-failMax Kellermann2014-03-021-3/+3
| | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable.
* */smbclient: protect all libsmbclient calls with a mutexMax Kellermann2014-02-061-0/+9
| | | | | libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.
* input/smbclient: move code to lib/smbclient/Init.cxxMax Kellermann2014-01-251-19/+2
|
* Input*: move to input/Max Kellermann2014-01-241-0/+203