summaryrefslogtreecommitdiff
path: root/examples/libsmbclient/testwrite.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-26examples: Make libsmbclient samples look a *bit* less uglyVolker Lendecke1-59/+59
Remove trailing whitespace, indent to tabs. Yes, this introduces long lines, but makes review with "git show -w" trivial. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2016-05-13examples:smbclient:write: fix O3 error unused result of fgetsMichael Adam1-2/+10
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Christian Ambach <ambi@samba.org>
2016-03-22examples: Remove all uses of strcpy in examples (except for validchr.c).Jeremy Allison1-1/+1
I can't figure out how to make git handle the CR/LF differences in this file. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
2011-10-20Fix a boatload of warnings in the examples.Jeremy Allison1-5/+0
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 20 02:29:52 CEST 2011 on sn-devel-104
2008-01-17Add some additional libsmbclient test programs.Derrell Lipman1-0/+69
testwrite: create or truncate a file and write to it. teststat3: compare the results from smbc_stat() and smbc_fstat() Derrell (This used to be commit 5a4a7aec761c3388b741b9b47fa6358fc71a66ce)