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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
libsmbclient
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-19
examples/libsmbclient: Fix CID #1273089 Resource leak
Günther Deschner
1
-1
/
+3
2024-07-08
examples: Initialize char arrays
Andreas Schneider
1
-2
/
+2
2024-06-30
examples: Make sure the array is probably initialized
Andreas Schneider
1
-1
/
+1
2024-06-28
examples: Initialize char arrays
Andreas Schneider
1
-2
/
+2
2023-10-12
examples: Enable posix for teststat
Volker Lendecke
1
-0
/
+2
2023-10-12
examples: Print file type as part of teststat
Volker Lendecke
1
-4
/
+31
2023-09-25
examples: Slightly modernize printfs in teststat
Volker Lendecke
1
-8
/
+14
2023-09-25
examples: Use explicit SMBCCTX
Volker Lendecke
1
-2
/
+12
2023-03-28
examples: Fix code spelling
Andreas Schneider
1
-1
/
+1
2022-08-26
examples: A tiny bit of README.Coding for teststat.c
Volker Lendecke
1
-17
/
+12
2022-08-26
examples: Make libsmbclient samples look a *bit* less ugly
Volker Lendecke
19
-1921
/
+1916
2020-05-08
Fix clang 9 missing-field-initializer warnings
Gary Lockyer
1
-3
/
+1
2019-09-01
Spelling fixes s/wont /won't /
Mathieu Parent
1
-1
/
+1
2019-01-28
examples: Use C99 initializer for poptOption in testacl
Andreas Schneider
1
-26
/
+74
2019-01-28
examples: Reformat testacl libsmbclient example
Andreas Schneider
1
-270
/
+270
2017-02-22
fix spelling of 'unchangeable'
Edward Betts
1
-1
/
+1
2016-05-13
examples:smbclient:write: fix O3 error unused result of fgets
Michael Adam
1
-2
/
+10
2016-05-13
examples:smbclient:read: fix O3 error unused result of fgets
Michael Adam
1
-1
/
+5
2016-05-13
examples:smbclient:fstatvfs: fix O3 error unused result of fgets
Michael Adam
1
-1
/
+5
2016-05-13
examples:smbclient:statvfs: fix O3 error unused result of fgets
Michael Adam
1
-1
/
+5
2016-05-13
examples:smbclient:notify: fix O3 error unused result from fgets
Michael Adam
1
-1
/
+5
2016-05-13
examples:smbclient:testacl3: fix O3 error unused result from fgets
Michael Adam
1
-1
/
+5
2016-03-22
examples: Remove all uses of strcpy in examples (except for validchr.c).
Jeremy Allison
5
-8
/
+13
2015-10-28
examples: Fix unchecked result warnings
Volker Lendecke
1
-3
/
+13
2015-09-07
libsmbclient: Fix 32-bit problems
Volker Lendecke
3
-24
/
+24
2015-07-10
libsmb: Implement smbc_notify
Volker Lendecke
2
-0
/
+79
2015-02-25
Fix the developer O3 build
Volker Lendecke
1
-1
/
+1
2014-04-02
examples/libsmbclient: avoid some compiler warnings
Stefan Metzmacher
3
-15
/
+18
2013-03-15
examples/libsmbclient: Cast mode_t to unsigned int for GNU/Solaris build
Andrew Bartlett
1
-2
/
+2
2012-11-20
examples: fix build on AIX6
Christian Ambach
2
-0
/
+4
2012-04-05
vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples Makefile
Andrew Bartlett
1
-1
/
+1
2012-02-22
examples/testsmbc.c - substitute deprecated function "bzero" with "memset"
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-02-22
examples/testsmbc.c - quiet implicit cast warnings on OpenSolaris
Matthias Dieter Wallnöfer
1
-2
/
+2
2012-02-22
examples/testsmbc.c - remove unused function "print_list_fn"
Matthias Dieter Wallnöfer
1
-16
/
+0
2012-02-22
examples/testsmbc.c - remove unused variables
Matthias Dieter Wallnöfer
1
-2
/
+2
2012-02-09
smbwrapper: Remove smbwrapper
Andrew Bartlett
17
-4522
/
+0
2012-01-27
build: Add missing dependencies on popt
Amitay Isaacs
1
-1
/
+1
2012-01-01
examples: malloc is declared in <stdlib.h>
Volker Lendecke
1
-1
/
+0
2011-10-28
examples: rework wscript to use a loop
Andrew Bartlett
1
-84
/
+23
2011-10-20
examples: compile libsmbclient tests using just SAMBA_BINARY
Andrew Bartlett
1
-17
/
+17
2011-10-20
Fix a boatload of warnings in the examples.
Jeremy Allison
15
-163
/
+48
2011-10-19
s3-waf: make sure we always compile (not install) our libsmbclient testcode.
Günther Deschner
2
-0
/
+87
2010-11-02
s3-libsmbclient-examples Add tests for debug behaviour.
Andrew Bartlett
1
-1
/
+16
2010-04-13
examples: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2009-06-18
s4: Call va_end() after all va_start()/va_copy() calls.
Andrew Kroeger
1
-5
/
+9
2009-03-27
Ensure parameter types match format string
Derrell Lipman
4
-18
/
+38
2009-02-14
[Bug 6069] Add a fstatvfs function for libsmbclient
Derrell Lipman
2
-2
/
+4
2009-02-13
s3 libsmbclient: Fix fstatvfs to be more portable
Tim Prouty
2
-4
/
+2
2009-02-12
[Bug 6069] Add a fstatvfs function for libsmbclient
Derrell Lipman
3
-0
/
+228
2008-09-17
examples/libsmbclient: fix Makefile after merged build patch changes.
Michael Adam
1
-18
/
+18
[next]