summaryrefslogtreecommitdiffstats
path: root/source3/include/libsmbclient.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some blank line endingsVolker Lendecke2013-06-211-167/+167
* libsmbclient: Fix typosVolker Lendecke2013-06-141-4/+4
* Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison2013-06-111-0/+14
* s3-libsmbclient: Add OptionUseNTHashVolker Lendecke2012-06-121-0/+8
* libsmbclient: Fix a typoVolker Lendecke2011-03-091-1/+1
* [Bug 7345] Incomplete description of function return values in libsmbclient.hDerrell Lipman2010-04-111-8/+14
* s3-libsmbclient: Add smbc_setOptionUseCCache()Volker Lendecke2010-01-241-0/+11
* Correct typos; semicolons instead of commasDerrell Lipman2009-05-111-7/+7
* Provide a libsmbclient interface for programs requiring threadsDerrell Lipman2009-05-101-0/+109
* Make char* parameters constDerrell Lipman2009-02-231-4/+4
* Change smbc_set_credentials_with_fallback() (unreleased) to useJeremy Allison2009-02-201-3/+3
* Make libsmbclient work with DFSBo Yang2009-02-201-0/+12
* enums are traditionally signed. Avoid use of high bit in bit flags.Derrell Lipman2009-02-141-3/+3
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-141-20/+5
* s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty2009-02-131-5/+20
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-121-0/+75
* 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/+9
* The buf in the smbclient write function should be const.Andreas Schneider2008-07-161-2/+2
* Fix typos.Derrell Lipman2008-07-161-1/+1
* [BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman2008-07-081-0/+27
* Add documentation for kerberos support in libsmbclient.Andreas Schneider2008-06-231-0/+10
* Remove prototype of unimplemented smbc_chown() function.Derrell Lipman2008-06-181-26/+0
* use constant name less likely to cause conflictDerrell Lipman2008-03-031-50/+50
* Missed a few 'deprecated' markersDerrell Lipman2008-03-031-2/+2
* Continued revamping of libsmbclient.Derrell Lipman2008-03-031-126/+121
* fixed missing white spaceDerrell Lipman2008-03-021-0/+1
* change variable name from f to fn for function pointersDerrell Lipman2008-03-011-37/+37
* Comment was in wrong placeDerrell Lipman2008-03-011-4/+3
* Mark smbc_option_{get,set} as deprecatedDerrell Lipman2008-03-011-23/+3
* Additional revamped libsmbclient documentationDerrell Lipman2008-03-011-81/+320
* Modified revamp of the libsmbclient interface.Derrell Lipman2008-03-011-1/+281
* Initial revamp of the libsmbclient interface.Derrell Lipman2008-03-011-203/+292
* add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman2008-02-261-0/+31
* Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman2008-01-131-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.Derrell Lipman2007-10-101-9/+11
* r18013: Fix for "bug" (enhancement) 3684.Derrell Lipman2007-10-101-0/+14
* r16550: Fix bug 3866. Thanks for the report!Derrell Lipman2007-10-101-1/+1
* r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500Derrell Lipman2007-10-101-10/+86
* r11719: Remove silly #define of close -> close_fn as this borksJeremy Allison2007-10-101-7/+0
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2007-10-101-0/+5
* r9540: correct comments in struct smbc_dirent (fixes bug 3030)Derrell Lipman2007-10-101-4/+4
* r8093: Next round. Now it compiles with --enable-socket-wrapper.Volker Lendecke2007-10-101-1/+1
* r5916: Only one C++ guard is necessary, not one around each smbc function.Tim Potter2007-10-101-261/+34
* r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX s...Gerald Carter2007-10-101-5/+63
* r5735: rest of derrel's patch for BUG 2308; had to move the options structure...Gerald Carter2007-10-101-1/+87
* r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison2007-10-101-0/+6
* r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. AlsoRichard Sharpe2007-10-101-29/+264