summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* s3-ldap: Fix Bug #5879. Update LDAP schema for Netscape DS 5.Günther Deschner2009-10-071-1/+6
* s3-examples: Fix Bug #6205. Correct sample smb.conf share configuration.Günther Deschner2009-04-171-1/+1
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-163-3/+104
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-161-1/+14
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-161-11/+19
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-161-0/+101
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-161-0/+5
* examples: Avoid bashism in perfcount.init.Karolin Seeger2009-01-051-3/+3
* Revert "examples: Avoid bashism in perfcount.init."Karolin Seeger2009-01-051-3/+3
* examples: Avoid bashism in perfcount.init.Karolin Seeger2009-01-051-3/+3
* pam_winbind: re-add mkhomedir option.Günther Deschner2008-11-261-0/+3
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-152-2/+2
* libsmbclient examples: source/bin to the library search path for smbwrapper b...Michael Adam2008-08-221-1/+1
* libsmbclient examples: add Makefile.internal.in for building from a samba sourceMichael Adam2008-08-221-0/+138
* libsmbclient examples: fix prototype for readlinkMichael Adam2008-08-221-1/+1
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-191-1/+1
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-122-0/+21
* Add krb5 support for the testbrowse example.Andreas Schneider2008-06-232-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
* Working on bug #5475Derrell Lipman2008-05-301-14/+34
* Update libsmbclient examples to match new librariesDerrell Lipman2008-05-302-2/+2
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-082-15/+0
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-212-4/+4
* Missed a few 'deprecated' markersDerrell Lipman2008-03-031-1/+1
* Continued revamping of libsmbclient.Derrell Lipman2008-03-032-3/+3
* Remove use of deprecated functionDerrell Lipman2008-03-025-8/+8
* Additional revamped libsmbclient documentationDerrell Lipman2008-03-011-13/+4
* Initial revamp of the libsmbclient interface.Derrell Lipman2008-03-013-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