summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3 onefs: Add the OneFS implementation of SMB_VFS_GET_ALLOC_SIZETim Prouty2009-01-291-0/+27
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-295-11/+63
* s3:smbd: convert aio to use tevent_signalStefan Metzmacher2009-01-271-2/+1
* Modify OneFS module to support new NTIMES interfacestodd stecher2009-01-233-42/+124
* Extend NTIMES to allow setting create_timetodd stecher2009-01-236-20/+24
* s3: OneFS unmappable sids support.Dan Sledz2009-01-233-67/+183
* Apply same logic fix for #4308 Excel save operation corrupts file ACLsJeremy Allison2009-01-221-47/+37
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-221-2/+0
* s3/vfs_extd_audit: Don't ignore "syslog = 0".Karolin Seeger2009-01-211-59/+86
* s3:vfs_fileid: readd "fileid:algorithm" as option.Stefan Metzmacher2009-01-161-1/+7
* s3: Remove an incorrect constTim Prouty2009-01-151-1/+1
* s3:vfs_xattr_tdb: don't leak state_path() to talloc_tos in xattr_tdb_init().Michael Adam2009-01-161-4/+9
* s3:vfs_acl_tdb: don't leak state_path() to talloc_tos() in acl_tdb_init()Michael Adam2009-01-161-0/+2
* Covert several persistant tdb files to use state_path() instead of lock_path()Steven Danneman2009-01-122-2/+2
* s3: Fix uninitialized variable in OneFS streamsTim Prouty2009-01-111-2/+5
* s3: Add OneFS alternate data streams implementationTim Prouty2009-01-114-14/+673
* s3: General cleanup of the open path in the OneFS vfs moduleTim Prouty2009-01-115-27/+17
* s3: Remove rendundant op_tuple entry in xattr streamsTim Prouty2009-01-091-2/+0
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-4/+2
* Use talloc_tos in vfs_full_audit.c:do_logVolker Lendecke2009-01-051-2/+2
* Fix a bad memleak in vfs_full_auditVolker Lendecke2009-01-051-1/+4
* Add create_file to vfs_op_namesVolker Lendecke2009-01-051-0/+1
* Fix bug 6012: Add "get_real_filename" to full_auditVolker Lendecke2009-01-051-0/+25
* s3: Remove a few unnecessary checks from the streams depot module and fix to ...Tim Prouty2009-01-041-12/+18
* s3: Remove a few unnecessary checks from the streams xattr moduleTim Prouty2009-01-041-11/+0
* Async wrapper for open_socket_out_send/recvVolker Lendecke2009-01-041-2/+3
* open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-1/+1
* s3: Fix caller of print_fsp_openTim Prouty2008-12-311-3/+3
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-312-6/+15
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-314-13/+5
* Use parent_dirname_talloc instead of parent_dirname in vfswrap_mkdirVolker Lendecke2008-12-311-1/+6
* Try to fix the build by fixing some typos in the vfs codeKai Blin2008-12-261-3/+3
* Fix bug #5990 - strict allocate should be checked before ftruncateJeremy Allison2008-12-251-0/+14
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2008-12-181-0/+28
|\
| * s3: Add statvfs implementation to the onefs vfs moduleAravind Srinivasan2008-12-171-0/+28
* | Comment out the parent inheritance code (this is incorrect) as wasJeremy Allison2008-12-182-0/+4
|/
* s3: Fix a few build warningsTim Prouty2008-12-152-524/+891
* Make use of smbd_gpfs_get_realfilename_path in unix_convertVolker Lendecke2008-12-102-0/+86
* Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke2008-12-101-55/+50
* s3:modules/gpfs: Fix nonempty blank linesVolker Lendecke2008-12-101-2/+2
* Revert "Fix some merge omissions for GPFS"Volker Lendecke2008-12-102-16/+7
* Revert "Fix nonempty blank lines in vfs_gpfs.c"Volker Lendecke2008-12-101-50/+55
* Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert"Volker Lendecke2008-12-102-86/+0
* Revert "Fix the build"Volker Lendecke2008-12-101-0/+9
* Fix the buildVolker Lendecke2008-12-101-9/+0
* Make use of smbd_gpfs_get_realfilename_path in unix_convertVolker Lendecke2008-12-102-0/+86
* Fix nonempty blank lines in vfs_gpfs.cVolker Lendecke2008-12-101-55/+50
* Fix some merge omissions for GPFSVolker Lendecke2008-12-102-7/+16
* Pass the get_real_filename operation through the VFSVolker Lendecke2008-12-101-0/+12
* s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2008-12-091-3/+2