summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* s3-examples: Fix Bug #6205. Correct sample smb.conf share configuration.Günther Deschner2009-04-171-1/+1
* examples: Avoid bashism in perfcount.init.Karolin Seeger2009-01-281-3/+3
* Revert "examples: Avoid bashism in perfcount.init."Karolin Seeger2009-01-281-1/+1
* examples: Avoid bashism in perfcount.init.Karolin Seeger2009-01-281-3/+3
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-151-1/+1
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-132-0/+21
* Remove test changes added in error.Jeremy Allison2008-07-251-6/+1
* Use sys_getgrnam not getgrnam. Pointed out by Herb.Jeremy Allison2008-07-251-2/+7
* Add krb5 support for the testbrowse example.Andreas Schneider2008-06-242-1/+15
* man pages: Move 'smbsh' man page to the examples directory.Karolin Seeger2008-06-173-0/+475
* Fix location of smbldap-toolsVolker Lendecke2008-06-021-1/+1
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-05-072-4/+4
* Missed a few 'deprecated' markersDerrell Lipman2008-03-041-1/+1
* Continued revamping of libsmbclient.Derrell Lipman2008-03-042-3/+3
* Remove use of deprecated functionDerrell Lipman2008-03-045-8/+8
* Additional revamped libsmbclient documentationDerrell Lipman2008-03-041-13/+4
* Initial revamp of the libsmbclient interface.Derrell Lipman2008-03-043-14/+21
* Add mount.cifs as a wrapper for mount.cifs.Karolin Seeger2008-02-281-0/+115
* add a test program for the new ftruncate functionalityDerrell Lipman2008-02-262-0/+87
* Dump msDS-SupportedEncryptionTypes in adssearch.Günther Deschner2008-01-281-1/+15
* Add a program to test repeated calls to smbc_getxattr().Derrell Lipman2008-01-172-0/+67
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman2008-01-172-11/+4
|\
| * Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-172-7/+0
| * Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-172-4/+4
* | Add some additional libsmbclient test programs.Derrell Lipman2008-01-173-1/+158
|/
* Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-162-2/+54
* Modify testread example to loop using same context.Derrell Lipman2008-01-161-42/+34
* Replace GetTimeOfDay() with gettimeofday() in example program.Derrell Lipman2008-01-161-3/+2
* Add a (very!) trivial cache to the example authentication callback.Derrell Lipman2008-01-161-1/+21
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-151-1/+1
|\
| * Fix bug #5171 (perl syntax error) found by Jason Filley <jason@snakelegs.org>Michael Adam2008-01-141-1/+1
* | Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman2008-01-131-1/+26
* | Fix compile and linking errors since last this code was testedDerrell Lipman2008-01-133-2/+3
|/
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-112-4/+4
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-112-4/+4
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-102-4/+4
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-102-4/+4
* Remove unused string.Günther Deschner2008-01-101-2/+2
* Fix build warning for libsmbclient example.Günther Deschner2008-01-091-0/+2
* Fix returns in void functions.Michael Adam2008-01-081-2/+2
* Fix examples/VFS after VFS API changes.Michael Adam2008-01-082-33/+33
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-072-4/+4
* Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change.Michael Adam2008-01-072-7/+7