Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-15 | s3:libsmb: we need to include "includes.h" as first header to let code build ↵ | Stefan Metzmacher | 1 | -1/+1 | |
on all platforms This should fix the Tru64 build. metze | |||||
2009-05-10 | Provide a libsmbclient interface for programs requiring threads | Derrell Lipman | 1 | -0/+49 | |
- This adds two functions: smbc_thread_posix() which provides access to the internal threading implementation using pthread; and smbc_thread_impl() where the user provides each of the functions required by Samba, to give access to the thread implementation's native capabilities. Derrell |