index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
/
libsmbclient.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bug 7345] Incomplete description of function return values in libsmbclient.h
Derrell Lipman
2010-04-11
1
-8
/
+14
*
s3-libsmbclient: Add smbc_setOptionUseCCache()
Volker Lendecke
2010-01-24
1
-0
/
+11
*
Correct typos; semicolons instead of commas
Derrell Lipman
2009-05-11
1
-7
/
+7
*
Provide a libsmbclient interface for programs requiring threads
Derrell Lipman
2009-05-10
1
-0
/
+109
*
Make char* parameters const
Derrell Lipman
2009-02-23
1
-4
/
+4
*
Change smbc_set_credentials_with_fallback() (unreleased) to use
Jeremy Allison
2009-02-20
1
-3
/
+3
*
Make libsmbclient work with DFS
Bo Yang
2009-02-20
1
-0
/
+12
*
enums are traditionally signed. Avoid use of high bit in bit flags.
Derrell Lipman
2009-02-14
1
-3
/
+3
*
[Bug 6069] Add a fstatvfs function for libsmbclient
Derrell Lipman
2009-02-14
1
-20
/
+5
*
s3 libsmbclient: Fix fstatvfs to be more portable
Tim Prouty
2009-02-13
1
-5
/
+20
*
[Bug 6069] Add a fstatvfs function for libsmbclient
Derrell Lipman
2009-02-12
1
-0
/
+75
*
Determine case sensitivity based on file system attributes.
Derrell Lipman
2009-01-17
1
-2
/
+14
*
Treat file names in POSIX-like case-sensitive fashion by default
Derrell Lipman
2009-01-16
1
-0
/
+9
*
The buf in the smbclient write function should be const.
Andreas Schneider
2008-07-16
1
-2
/
+2
*
Fix typos.
Derrell Lipman
2008-07-16
1
-1
/
+1
*
[BUG 5580] Allow access to DFS shares via libsmbclient
Derrell Lipman
2008-07-08
1
-0
/
+27
*
Add documentation for kerberos support in libsmbclient.
Andreas Schneider
2008-06-23
1
-0
/
+10
*
Remove prototype of unimplemented smbc_chown() function.
Derrell Lipman
2008-06-18
1
-26
/
+0
*
use constant name less likely to cause conflict
Derrell Lipman
2008-03-03
1
-50
/
+50
*
Missed a few 'deprecated' markers
Derrell Lipman
2008-03-03
1
-2
/
+2
*
Continued revamping of libsmbclient.
Derrell Lipman
2008-03-03
1
-126
/
+121
*
fixed missing white space
Derrell Lipman
2008-03-02
1
-0
/
+1
*
change variable name from f to fn for function pointers
Derrell Lipman
2008-03-01
1
-37
/
+37
*
Comment was in wrong place
Derrell Lipman
2008-03-01
1
-4
/
+3
*
Mark smbc_option_{get,set} as deprecated
Derrell Lipman
2008-03-01
1
-23
/
+3
*
Additional revamped libsmbclient documentation
Derrell Lipman
2008-03-01
1
-81
/
+320
*
Modified revamp of the libsmbclient interface.
Derrell Lipman
2008-03-01
1
-1
/
+281
*
Initial revamp of the libsmbclient interface.
Derrell Lipman
2008-03-01
1
-203
/
+292
*
add smbc_ftruncate() to emulate POSIX ftruncate()
Derrell Lipman
2008-02-26
1
-0
/
+31
*
Fix smbc_listxattr() and friends (bug #5189)
Derrell Lipman
2008-01-13
1
-1
/
+1
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.
Derrell Lipman
2007-10-10
1
-9
/
+11
*
r18013: Fix for "bug" (enhancement) 3684.
Derrell Lipman
2007-10-10
1
-0
/
+14
*
r16550: Fix bug 3866. Thanks for the report!
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500
Derrell Lipman
2007-10-10
1
-10
/
+86
*
r11719: Remove silly #define of close -> close_fn as this borks
Jeremy Allison
2007-10-10
1
-7
/
+0
*
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
2007-10-10
1
-0
/
+5
*
r9540: correct comments in struct smbc_dirent (fixes bug 3030)
Derrell Lipman
2007-10-10
1
-4
/
+4
*
r8093: Next round. Now it compiles with --enable-socket-wrapper.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r5916: Only one C++ guard is necessary, not one around each smbc function.
Tim Potter
2007-10-10
1
-261
/
+34
*
r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX s...
Gerald Carter
2007-10-10
1
-5
/
+63
*
r5735: rest of derrel's patch for BUG 2308; had to move the options structure...
Gerald Carter
2007-10-10
1
-1
/
+87
*
r4970: Fix for bug 2092, allowing fallback after kerberos and allow
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. Also
Richard Sharpe
2007-10-10
1
-29
/
+264
*
Add prototype for smbc_remove_unused_server() to fix compiler warning.
Tim Potter
2003-11-02
1
-0
/
+11
*
Commit Derrell's changes to libsmbclient plus a small change to configure.in
Richard Sharpe
2003-10-24
1
-0
/
+864
*
Add support for the new modules system to auth/ (merge from HEAD)
Jelmer Vernooij
2003-04-16
1
-6
/
+5
*
Now that I am running config.developer, I decided to get rif of some warnings:
Richard Sharpe
2003-01-13
1
-97
/
+160
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-1
/
+1
[next]