summaryrefslogtreecommitdiff
path: root/source3/include/libsmbclient.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-21Fix some blank line endingsVolker Lendecke1-167/+167
2013-06-14libsmbclient: Fix typosVolker Lendecke1-4/+4
2013-06-11Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison1-0/+14
2012-06-12s3-libsmbclient: Add OptionUseNTHashVolker Lendecke1-0/+8
2011-03-09libsmbclient: Fix a typoVolker Lendecke1-1/+1
2010-04-11[Bug 7345] Incomplete description of function return values in libsmbclient.hDerrell Lipman1-8/+14
2010-01-24s3-libsmbclient: Add smbc_setOptionUseCCache()Volker Lendecke1-0/+11
2009-05-11Correct typos; semicolons instead of commasDerrell Lipman1-7/+7
2009-05-10Provide a libsmbclient interface for programs requiring threadsDerrell Lipman1-0/+109
2009-02-23Make char* parameters constDerrell Lipman1-4/+4
2009-02-20Change smbc_set_credentials_with_fallback() (unreleased) to useJeremy Allison1-3/+3
2009-02-20Make libsmbclient work with DFSBo Yang1-0/+12
2009-02-14enums are traditionally signed. Avoid use of high bit in bit flags.Derrell Lipman1-3/+3
2009-02-14[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-20/+5
2009-02-13s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty1-5/+20
2009-02-12[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-0/+75
2009-01-17Determine case sensitivity based on file system attributes.Derrell Lipman1-2/+14
2009-01-16Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman1-0/+9
2008-07-16The buf in the smbclient write function should be const.Andreas Schneider1-2/+2
2008-07-16Fix typos.Derrell Lipman1-1/+1
2008-07-08[BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman1-0/+27
2008-06-23Add documentation for kerberos support in libsmbclient.Andreas Schneider1-0/+10
2008-06-18Remove prototype of unimplemented smbc_chown() function.Derrell Lipman1-26/+0
2008-03-03use constant name less likely to cause conflictDerrell Lipman1-50/+50
2008-03-03Missed a few 'deprecated' markersDerrell Lipman1-2/+2
2008-03-03Continued revamping of libsmbclient.Derrell Lipman1-126/+121
2008-03-02fixed missing white spaceDerrell Lipman1-0/+1
2008-03-01change variable name from f to fn for function pointersDerrell Lipman1-37/+37
2008-03-01Comment was in wrong placeDerrell Lipman1-4/+3
2008-03-01Mark smbc_option_{get,set} as deprecatedDerrell Lipman1-23/+3
2008-03-01Additional revamped libsmbclient documentationDerrell Lipman1-81/+320
2008-03-01Modified revamp of the libsmbclient interface.Derrell Lipman1-1/+281
2008-03-01Initial revamp of the libsmbclient interface.Derrell Lipman1-203/+292
2008-02-26add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman1-0/+31
2008-01-13Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.Derrell Lipman1-9/+11
2007-10-10r18013: Fix for "bug" (enhancement) 3684.Derrell Lipman1-0/+14
2007-10-10r16550: Fix bug 3866. Thanks for the report!Derrell Lipman1-1/+1
2007-10-10r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500Derrell Lipman1-10/+86
2007-10-10r11719: Remove silly #define of close -> close_fn as this borksJeremy Allison1-7/+0
2007-10-10r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison1-0/+5
2007-10-10r9540: correct comments in struct smbc_dirent (fixes bug 3030)Derrell Lipman1-4/+4
2007-10-10r8093: Next round. Now it compiles with --enable-socket-wrapper.Volker Lendecke1-1/+1
2007-10-10r5916: Only one C++ guard is necessary, not one around each smbc function.Tim Potter1-261/+34
2007-10-10r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX s...Gerald Carter1-5/+63
2007-10-10r5735: rest of derrel's patch for BUG 2308; had to move the options structure...Gerald Carter1-1/+87
2007-10-10r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison1-0/+6
2007-10-10r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. AlsoRichard Sharpe1-29/+264