summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2-4/+4
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2-4/+4
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2-4/+4
2008-01-10Remove unused string.Günther Deschner1-2/+2
2008-01-09Fix build warning for libsmbclient example.Günther Deschner1-0/+2
2008-01-08Fix returns in void functions.Michael Adam1-2/+2
2008-01-08Fix examples/VFS after VFS API changes.Michael Adam2-33/+33
2008-01-07Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2-4/+4