summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_setget.c
Commit message (Expand)AuthorAgeFilesLines
* s3: libsmb: Added new API smbc_readdirplus2()Jeremy Allison2019-10-301-0/+10
* s3:libsmbclient: Fix a typoAndreas Schneider2018-09-111-1/+1
* s3:libsmbclient: Add function to set protocol levelsAndreas Schneider2018-09-051-0/+18
* s3:libsmbclient: Use const for setting and getting stringsAndreas Schneider2018-05-171-5/+5
* s3: libsmbclient: Add new function SMBC_readdirplus_ctx().Puran Chand2018-05-051-0/+10
* Added smbc_SetConfiguration which lets the user set the smb.conf for libsmbcl...Puran Chand2018-01-211-0/+15
* Added smbc_SetLogCallback which lets third party code to capture libsmbclient...Puran Chand2017-12-101-0/+8
* libsmbclient: Use const for the userAndreas Schneider2017-10-271-1/+1
* libsmb: Implement smbc_notifyVolker Lendecke2015-07-101-0/+12
* s3: libsmbclient: Add server-side copy supportRoss Lagerwall2015-05-291-0/+12
* s3:libsmb: fix some function header comments.Michael Adam2014-11-201-3/+3
* libsmb: Provide a talloc_stackframe() to external users of libsmb_setget.cAndrew Bartlett2014-04-021-2/+15
* Fix some blank line endingsVolker Lendecke2013-06-211-3/+3
* Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison2013-06-111-0/+19
* s3-libsmbclient: Add OptionUseNTHashVolker Lendecke2012-06-121-0/+18
* s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett2010-11-021-1/+10
* s3-libsmbclient Add comments to describe the behaviour of DEBUG()Andrew Bartlett2010-11-021-2/+10
* s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett2010-11-021-1/+3
* s3-libsmbclient: Add smbc_setOptionUseCCache()Volker Lendecke2010-01-241-0/+18
* Second part of bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX...Jeremy Allison2010-01-151-3/+9
* Fix bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX calls.Jeremy Allison2010-01-151-3/+6
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-211-3/+3
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-121-0/+24
* Determine case sensitivity based on file system attributes.Derrell Lipman2009-01-171-2/+14
* Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman2009-01-161-0/+14
* Continued revamping of libsmbclient.Derrell Lipman2008-03-031-0/+905