summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2008-01-14Fix bug #5171 (perl syntax error) found by Jason Filley <jason@snakelegs.org>Michael Adam1-1/+1
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
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2-4/+4
2008-01-07Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change.Michael Adam2-7/+7
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2-4/+4
2007-11-09Fix typoKarolin Seeger1-1/+1
2007-11-09The FSF has moved around a lot. This fixes their Mass Ave address.Michael Adam2-4/+2
2007-11-09Find and fix more GPL2 -> GPL3.Michael Adam2-2/+2
2007-11-09r23714: This script allows for adding lists of users (or other objects)Michael Adam1-0/+167
2007-11-09r23711: Refactor the actual creation of object into its own small function.Michael Adam1-7/+10
2007-11-09r23706: Add a script to create domainusers,-groups and -aliases.Michael Adam1-0/+155
2007-10-29Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2-0/+25
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison3-9/+9
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter40-5901/+0
2007-10-10r25127: Add ol-schema-migrate.pl to the repo.Simo Sorce2-8/+402
2007-10-10r25090: Fix a syntax error just introduced into the LDAP schema.Michael Adam1-2/+2
2007-10-10r25088: Change the objectclass sambaTrustedDomainPassword toMichael Adam1-1/+13
2007-10-10r25057: Add a schema file ready to be used in Fedora/RedHat Directory ServerSimo Sorce1-0/+156
2007-10-10r24388: - ACL retrieval provided incomplete information because the buffer po...Derrell Lipman1-4/+6
2007-10-10r24123: add file_id_create() to some vfs modulesStefan Metzmacher2-2/+17
2007-10-10r23827: Fix schema dump.Günther Deschner1-5/+6
2007-10-10r23818: support LDAP_SERVER_SEARCH_OPTIONS_OID in adssearch.Günther Deschner1-0/+22
2007-10-10r23817: Dump some more guids in adssearch.pl.Günther Deschner1-0/+2
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell52-108/+53
2007-10-10r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2-6/+2
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING fileAndrew Tridgell1-289/+624
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell2-2/+2
2007-10-10r23785: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell11-22/+11
2007-10-10r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison36-37/+37
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison28-28/+28
2007-10-10r23767: Add GTYPE_SECURITY_UNIVERSAL_GROUP to adsearch.pl as well.Günther Deschner1-0/+1
2007-10-10r23714: but now:Michael Adam1-0/+167
2007-10-10r23713: Oops accidentially checked in the wrong file - sorry!Michael Adam1-17/+0
2007-10-10r23712: This script allows for adding lists of users (or other objects)Michael Adam1-0/+17
2007-10-10r23711: Refactor the actual creation of object into its own small function.Michael Adam1-7/+10