summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2009-04-06s3-examples: Fix Bug #6205. Correct sample smb.conf share configuration.Günther Deschner1-1/+1
2009-03-27Ensure parameter types match format stringDerrell Lipman4-18/+38
2009-02-24s3:example/VFS: fix the buildStefan Metzmacher2-4/+8
2009-02-19s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2-3/+3
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
2009-02-05examples/VFS: fix the configure and make with the new directory layoutStefan Metzmacher4-15/+17
2009-01-23Extend NTIMES to allow setting create_timetodd stecher2-4/+4
2009-01-05examples: Avoid bashism in perfcount.init.Karolin Seeger1-3/+3
2009-01-05Revert "examples: Avoid bashism in perfcount.init."Karolin Seeger1-1/+1
2009-01-05examples: Avoid bashism in perfcount.init.Karolin Seeger1-3/+3
2008-10-10pam_winbind: re-add mkhomedir option.Günther Deschner1-0/+3
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2-2/+2
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-14Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison1-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-06-02Fix location of smbldap-toolsVolker Lendecke1-1/+1
2008-05-30Working on bug #5475Derrell Lipman1-14/+34
2008-05-30Update libsmbclient examples to match new librariesDerrell Lipman2-2/+2
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2-15/+0
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2-4/+4
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-28Add mount.cifs as a wrapper for mount.cifs.Karolin Seeger1-0/+115
2008-02-26add a test program for the new ftruncate functionalityDerrell Lipman2-0/+87
2008-01-28Dump msDS-SupportedEncryptionTypes in adssearch.Günther Deschner1-1/+15
2008-01-17Add a program to test repeated calls to smbc_getxattr().Derrell Lipman2-0/+67
2008-01-17Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman2-11/+4
2008-01-17Add some additional libsmbclient test programs.Derrell Lipman3-1/+158
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2-7/+0
2008-01-17Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2-4/+4
2008-01-16Fix the mess that ab just made of the new VFS code.Jeremy Allison2-2/+54
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-15Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman1-1/+1
2008-01-14Fix bug #5171 (perl syntax error) found by Jason Filley <jason@snakelegs.org>Michael Adam1-1/+1
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-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2-4/+4