Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-09-17 | examples/libsmbclient: adapt to new samba3 source dir "source3/ | Michael Adam | 2 | -3/+3 |
2008-08-21 | libsmbclient examples: source/bin to the library search path for smbwrapper b... | Michael Adam | 1 | -1/+1 |
2008-08-21 | libsmbclient examples: add Makefile.internal.in for building from a samba source | Michael Adam | 1 | -0/+138 |
2008-08-21 | libsmbclient examples: fix prototype for readlink | Michael Adam | 1 | -1/+1 |
2008-08-12 | Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX. | Jeremy Allison | 2 | -0/+21 |
2008-06-23 | Add krb5 support for the testbrowse example. | Andreas Schneider | 2 | -1/+15 |
2008-06-17 | man pages: Move 'smbsh' man page to the examples directory. | Karolin Seeger | 3 | -0/+475 |
2008-05-30 | Working on bug #5475 | Derrell Lipman | 1 | -14/+34 |
2008-05-30 | Update libsmbclient examples to match new libraries | Derrell Lipman | 2 | -2/+2 |
2008-03-03 | Missed a few 'deprecated' markers | Derrell Lipman | 1 | -1/+1 |
2008-03-03 | Continued revamping of libsmbclient. | Derrell Lipman | 2 | -3/+3 |
2008-03-02 | Remove use of deprecated function | Derrell Lipman | 5 | -8/+8 |
2008-03-01 | Additional revamped libsmbclient documentation | Derrell Lipman | 1 | -13/+4 |
2008-03-01 | Initial revamp of the libsmbclient interface. | Derrell Lipman | 3 | -14/+21 |
2008-02-26 | add a test program for the new ftruncate functionality | Derrell Lipman | 2 | -0/+87 |
2008-01-17 | Add a program to test repeated calls to smbc_getxattr(). | Derrell Lipman | 2 | -0/+67 |
2008-01-17 | Add some additional libsmbclient test programs. | Derrell Lipman | 3 | -1/+158 |
2008-01-16 | Modify testread example to loop using same context. | Derrell Lipman | 1 | -42/+34 |
2008-01-16 | Replace GetTimeOfDay() with gettimeofday() in example program. | Derrell Lipman | 1 | -3/+2 |
2008-01-16 | Add a (very!) trivial cache to the example authentication callback. | Derrell Lipman | 1 | -1/+21 |
2008-01-13 | Fix smbc_listxattr() and friends (bug #5189) | Derrell Lipman | 1 | -1/+26 |
2008-01-13 | Fix compile and linking errors since last this code was tested | Derrell Lipman | 3 | -2/+3 |
2008-01-10 | Remove unused string. | Günther Deschner | 1 | -2/+2 |
2008-01-09 | Fix build warning for libsmbclient example. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r24388: - ACL retrieval provided incomplete information because the buffer po... | Derrell Lipman | 1 | -4/+6 |
2007-10-10 | r23785: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 10 | -20/+10 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 10 | -10/+10 |
2007-10-10 | r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqe... | Derrell Lipman | 2 | -0/+83 |
2007-10-10 | r22130: - Ensure that the libsmbclient example programs link with the libsmbc... | Derrell Lipman | 1 | -10/+11 |