summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* s3-ldap: Fix Bug #5879. Update LDAP schema for Netscape DS 5.Günther Deschner2009-08-171-1/+6
* s3-examples: make sure to match correct key name in adssearch.Günther Deschner2009-04-281-1/+1
* s3-examples: Fix Bug #6205. Correct sample smb.conf share configuration.Günther Deschner2009-04-151-1/+1
* Ensure parameter types match format stringDerrell Lipman2009-04-154-18/+38
* s3:example/VFS: fix the buildStefan Metzmacher2009-02-242-4/+8
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-192-3/+3
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-142-2/+4
* s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty2009-02-132-4/+2
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-123-0/+228
* examples/VFS: fix the configure and make with the new directory layoutStefan Metzmacher2009-02-054-15/+17
* Extend NTIMES to allow setting create_timetodd stecher2009-01-232-4/+4
* examples: Avoid bashism in perfcount.init.Karolin Seeger2009-01-051-3/+3
* Revert "examples: Avoid bashism in perfcount.init."Karolin Seeger2009-01-051-1/+1
* examples: Avoid bashism in perfcount.init.Karolin Seeger2009-01-051-3/+3
* pam_winbind: re-add mkhomedir option.Günther Deschner2008-10-101-0/+3
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-072-2/+2
* examples/libsmbclient: fix Makefile after merged build patch changes.Michael Adam2008-09-171-18/+18
* examples/libsmbclient: adapt to new samba3 source dir "source3/Michael Adam2008-09-172-3/+3
* libsmbclient examples: source/bin to the library search path for smbwrapper b...Michael Adam2008-08-211-1/+1
* libsmbclient examples: add Makefile.internal.in for building from a samba sourceMichael Adam2008-08-211-0/+138
* libsmbclient examples: fix prototype for readlinkMichael Adam2008-08-211-1/+1
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-141-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