summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Replace a // style comment with a /* */ oneVolker Lendecke2009-02-141-1/+1
* Fix some C++ warningsVolker Lendecke2009-02-141-7/+14
* s3 OneFS: Add recvfile implementationTim Prouty2009-02-133-0/+198
* Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user n...Holger Hetterich2009-02-131-5/+16
* s3 OneFS: Add vfs implementation for SMB_VFS_GET_REAL_FILE_NAMEAravind Srinivasan2009-02-131-0/+41
* s3: Test module for perfcount systemtodd stecher2009-02-131-0/+363
* OneFS implementation of BRL VFS ops:Zack Kirsch2009-02-133-2/+476
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-132-0/+114
* s3 onefs: rename custom parameter to plural to match previous usageSteven Danneman2009-02-123-5/+5
* s3 OneFS: Expand the usage of the ignore sacl parametertodd stecher2009-02-112-0/+11
* S3: Add in missing full audit entries.todd stecher2009-02-101-6/+34
* s3: OneFS bulk directory enumeration supportSteven Danneman2009-02-094-19/+690
* s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman2009-02-092-0/+23
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-098-12/+20
* s3 OneFS: Change ACLs to do a stat-only open before get/set_security_descriptorTim Prouty2009-02-091-22/+4
* s3 OneFS: Add kernel oplocks implementationTim Prouty2009-02-093-81/+134
* s3 vfs: Add a destructor to the fsp extension data APITim Prouty2009-02-094-4/+5
* S3 OneFS: Add in Isilon specific performance counter moduletodd stecher2009-02-091-0/+415
* s3 OneFS: Fake Timestampstodd stecher2009-02-093-14/+242
* Fix bug #6085 - In vfs_default.c change utime( ) call.Miguel Suarez2009-02-031-1/+1
* s3 onefs: Fix onefs ACLs to work with updated ACL syscallTim Prouty2009-01-301-1/+1
* 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