summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-3024-0/+24
* s3-includes: only include system/shmem.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/syslog.h when needed.Günther Deschner2011-03-303-0/+3
* s3: Fix Coverity ID 2226: RESOURCE_LEAKVolker Lendecke2011-03-271-0/+1
* s3: Fix Coverity ID 585: NEGATIVE_RETURNSVolker Lendecke2011-03-271-1/+1
* s3: Fix the talloc hierarchy in shadow_copy2_connectpathVolker Lendecke2011-03-141-2/+9
* s3: This module needs rewriting...Volker Lendecke2011-03-141-1/+1
* s3: Pass the aio_force operation through vfs_gpfsVolker Lendecke2011-03-021-0/+7
* s3: Ask GPFS for the IS_OFFLINE operationVolker Lendecke2011-03-021-0/+31
* s3: Announce HSM in the gpfs moduleVolker Lendecke2011-03-021-0/+23
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-024-3/+26
* s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2011-03-024-5/+40
* s3: Fix operation names in vfs_full_audit.cVolker Lendecke2011-03-021-2/+2
* s3: GPFS can't deal with mangled namesVolker Lendecke2011-03-021-0/+7
* Fix some typesJelmer Vernooij2011-02-281-1/+1
* s3: Survive an idle child that was killedChristian Ambach2011-02-281-0/+6
* s3: Improve a dbg msg in aio_forkVolker Lendecke2011-02-261-4/+7
* s3: Fix a 64-bit warning in vfs_gpfs.cVolker Lendecke2011-02-251-1/+2
* s3-vfs: make syncops_connect in modules/vfs_syncops.c static.Günther Deschner2011-02-251-2/+2
* Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison2011-02-231-1/+3
* s3-proto: remove some prototypes of non-existing functions.Günther Deschner2011-02-231-3/+0
* s3: Improve an error msg in vfs_gpfsVolker Lendecke2011-02-231-1/+2
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-228-27/+27
* vfs_smb_traffic_analyzer shall also transfer the clients IP address.Holger Hetterich2011-02-192-4/+7
* s3:vfs:syncops add option to disable metasync per shareChristian Ambach2011-02-181-4/+14
* lib/util/charset Use top level iconv.c in source3Andrew Bartlett2011-02-183-5/+13
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-181-58/+58
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-102-3/+3
* Correctly plumb in VFS_FDOPENDIR.Jeremy Allison2011-02-091-0/+1
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-097-0/+203
* If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2011-02-082-2/+2
* Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison2011-02-051-4/+4
* s3: Remove superfluous ;Günther Deschner2011-02-022-4/+4
* s3: Fix bug 7940 -- fall back for utimes callsVolker Lendecke2011-02-011-4/+14
* s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.Günther Deschner2011-01-311-1/+1
* s3: On FreeBSD, compile zfsacl if sunacl.h is aroundVolker Lendecke2011-01-301-0/+4
* s3-modules: Fixed the for-loop code block.Andreas Schneider2011-01-261-0/+1
* s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAMEMichael Adam2011-01-211-2/+2
* s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshotVolker Lendecke2011-01-211-0/+4
* s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)Rusty Russell2011-01-211-1/+11
* Make processing of incoming stream rename paths common between reply_mv and n...Jeremy Allison2011-01-201-19/+1
* s3:vfs aio_fork children do not go awayChristian Ambach2011-01-141-1/+13
* s3:vfs fix children cleanup in aio_forkChristian Ambach2011-01-141-0/+1
* Fix bug #7909 - map SYNCHRONIZE acl permission statically in zfs_acl vfs module.Paul B. Henson2011-01-132-1/+6
* s3: Fix some warnings in the zfsacl moduleVolker Lendecke2011-01-081-15/+15
* Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison2010-12-211-1/+1
* Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison2010-12-211-2/+3
* s3: Did I say this module is from hell?Volker Lendecke2010-12-191-1/+1
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-184-23/+34
* s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, tooBjörn Jacke2010-12-171-2/+8