summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Fix build warning for libsmbclient example.Günther Deschner2008-01-091-0/+2
* Fix returns in void functions.Michael Adam2008-01-081-2/+2
* Fix examples/VFS after VFS API changes.Michael Adam2008-01-082-33/+33
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-072-4/+4
* Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change.Michael Adam2008-01-072-7/+7
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-072-4/+4
* Fix typoKarolin Seeger2007-11-091-1/+1
* The FSF has moved around a lot. This fixes their Mass Ave address.Michael Adam2007-11-092-4/+2
* Find and fix more GPL2 -> GPL3.Michael Adam2007-11-092-2/+2
* r23714: This script allows for adding lists of users (or other objects)Michael Adam2007-11-091-0/+167
* r23711: Refactor the actual creation of object into its own small function.Michael Adam2007-11-091-7/+10
* r23706: Add a script to create domainusers,-groups and -aliases.Michael Adam2007-11-091-0/+155
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-292-0/+25
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-183-9/+9
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-1040-5901/+0
* r25127: Add ol-schema-migrate.pl to the repo.Simo Sorce2007-10-102-8/+402
* r25090: Fix a syntax error just introduced into the LDAP schema.Michael Adam2007-10-101-2/+2
* r25088: Change the objectclass sambaTrustedDomainPassword toMichael Adam2007-10-101-1/+13
* r25057: Add a schema file ready to be used in Fedora/RedHat Directory ServerSimo Sorce2007-10-101-0/+156
* r24388: - ACL retrieval provided incomplete information because the buffer po...Derrell Lipman2007-10-101-4/+6
* r24123: add file_id_create() to some vfs modulesStefan Metzmacher2007-10-102-2/+17
* r23827: Fix schema dump.Günther Deschner2007-10-101-5/+6
* r23818: support LDAP_SERVER_SEARCH_OPTIONS_OID in adssearch.Günther Deschner2007-10-101-0/+22
* r23817: Dump some more guids in adssearch.pl.Günther Deschner2007-10-101-0/+2
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-1052-108/+53
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-10-102-6/+2
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING fileAndrew Tridgell2007-10-101-289/+624
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-102-2/+2
* r23785: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1011-22/+11
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-1036-37/+37
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1028-28/+28
* r23767: Add GTYPE_SECURITY_UNIVERSAL_GROUP to adsearch.pl as well.Günther Deschner2007-10-101-0/+1
* r23714: but now:Michael Adam2007-10-101-0/+167
* r23713: Oops accidentially checked in the wrong file - sorry!Michael Adam2007-10-101-17/+0
* r23712: This script allows for adding lists of users (or other objects)Michael Adam2007-10-101-0/+17
* r23711: Refactor the actual creation of object into its own small function.Michael Adam2007-10-101-7/+10