summaryrefslogtreecommitdiff
path: root/examples/libsmbclient
AgeCommit message (Expand)AuthorFilesLines
2013-03-15examples/libsmbclient: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+2
2012-11-20examples: fix build on AIX6Christian Ambach2-0/+4
2012-04-05vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples MakefileAndrew Bartlett1-1/+1
2012-02-22examples/testsmbc.c - substitute deprecated function "bzero" with "memset"Matthias Dieter Wallnöfer1-1/+1
2012-02-22examples/testsmbc.c - quiet implicit cast warnings on OpenSolarisMatthias Dieter Wallnöfer1-2/+2
2012-02-22examples/testsmbc.c - remove unused function "print_list_fn"Matthias Dieter Wallnöfer1-16/+0
2012-02-22examples/testsmbc.c - remove unused variablesMatthias Dieter Wallnöfer1-2/+2
2012-02-09smbwrapper: Remove smbwrapperAndrew Bartlett17-4522/+0
2012-01-27build: Add missing dependencies on poptAmitay Isaacs1-1/+1
2012-01-01examples: malloc is declared in <stdlib.h>Volker Lendecke1-1/+0
2011-10-28examples: rework wscript to use a loopAndrew Bartlett1-84/+23
2011-10-20examples: compile libsmbclient tests using just SAMBA_BINARYAndrew Bartlett1-17/+17
2011-10-20Fix a boatload of warnings in the examples.Jeremy Allison15-163/+48
2011-10-19s3-waf: make sure we always compile (not install) our libsmbclient testcode.Günther Deschner2-0/+87
2010-11-02s3-libsmbclient-examples Add tests for debug behaviour.Andrew Bartlett1-1/+16
2010-04-13examples: Fix typo in comment.Karolin Seeger1-1/+1
2009-06-18s4: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger1-5/+9
2009-03-27Ensure parameter types match format stringDerrell Lipman4-18/+38
2009-02-14[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2-2/+4
2009-02-13s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty2-4/+2
2009-02-12[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman3-0/+228
2008-09-17examples/libsmbclient: fix Makefile after merged build patch changes.Michael Adam1-18/+18
2008-09-17examples/libsmbclient: adapt to new samba3 source dir "source3/Michael Adam2-3/+3
2008-08-21libsmbclient examples: source/bin to the library search path for smbwrapper b...Michael Adam1-1/+1
2008-08-21libsmbclient examples: add Makefile.internal.in for building from a samba sourceMichael Adam1-0/+138
2008-08-21libsmbclient examples: fix prototype for readlinkMichael Adam1-1/+1
2008-08-12Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2-0/+21
2008-06-23Add krb5 support for the testbrowse example.Andreas Schneider2-1/+15
2008-06-17man pages: Move 'smbsh' man page to the examples directory.Karolin Seeger3-0/+475
2008-05-30Working on bug #5475Derrell Lipman1-14/+34
2008-05-30Update libsmbclient examples to match new librariesDerrell Lipman2-2/+2
2008-03-03Missed a few 'deprecated' markersDerrell Lipman1-1/+1
2008-03-03Continued revamping of libsmbclient.Derrell Lipman2-3/+3
2008-03-02Remove use of deprecated functionDerrell Lipman5-8/+8
2008-03-01Additional revamped libsmbclient documentationDerrell Lipman1-13/+4
2008-03-01Initial revamp of the libsmbclient interface.Derrell Lipman3-14/+21
2008-02-26add a test program for the new ftruncate functionalityDerrell Lipman2-0/+87
2008-01-17Add a program to test repeated calls to smbc_getxattr().Derrell Lipman2-0/+67
2008-01-17Add some additional libsmbclient test programs.Derrell Lipman3-1/+158
2008-01-16Modify testread example to loop using same context.Derrell Lipman1-42/+34
2008-01-16Replace GetTimeOfDay() with gettimeofday() in example program.Derrell Lipman1-3/+2
2008-01-16Add a (very!) trivial cache to the example authentication callback.Derrell Lipman1-1/+21
2008-01-13Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman1-1/+26
2008-01-13Fix compile and linking errors since last this code was testedDerrell Lipman3-2/+3
2008-01-10Remove unused string.Günther Deschner1-2/+2
2008-01-09Fix build warning for libsmbclient example.Günther Deschner1-0/+2
2007-10-10r24388: - ACL retrieval provided incomplete information because the buffer po...Derrell Lipman1-4/+6
2007-10-10r23785: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell10-20/+10
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison10-10/+10
2007-10-10r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqe...Derrell Lipman2-0/+83