summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2011-04-11s3-modules: Fix debug messageBjörn Baumbach1-1/+1
2011-04-09Fix bug 8072 - PANIC: create_file_acl_common frees handle two times.Jeremy Allison1-51/+48
2011-04-06lib/crypto: rename the SHA256_ functions to samba_SHA256_Andrew Tridgell1-3/+3
2011-04-05Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison1-2/+2
2011-04-05s3/vfs_gpfs: s/syncops/gpfsBjörn Jacke1-1/+1
2011-04-02Fix bug #7987 - ACL can get lost when files are being renamed.Jeremy Allison3-1/+49
2011-03-30SMBTA: make vfs_smb_traffic_analyzer aware of the sendfile and recvfile funct...Holger Hetterich1-1/+41
2011-03-30s3-vfs: try to fix build of aio_fork module.Günther Deschner1-1/+2
2011-03-30s3-vfs acl modules: more non-linux build fixes.Günther Deschner7-1/+7
2011-03-30s3-vfs_solarisacl: try to fix the solaris build.Günther Deschner1-0/+1
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner5-0/+5
2011-03-30s3-auth: vfs modules need auth.hGünther Deschner7-0/+7
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner62-0/+63
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-build: only include transfer_file.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner24-0/+24
2011-03-30s3-includes: only include system/shmem.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/syslog.h when needed.Günther Deschner3-0/+3
2011-03-27s3: Fix Coverity ID 2226: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-03-27s3: Fix Coverity ID 585: NEGATIVE_RETURNSVolker Lendecke1-1/+1
2011-03-14s3: Fix the talloc hierarchy in shadow_copy2_connectpathVolker Lendecke1-2/+9
2011-03-14s3: This module needs rewriting...Volker Lendecke1-1/+1
2011-03-02s3: Pass the aio_force operation through vfs_gpfsVolker Lendecke1-0/+7
2011-03-02s3: Ask GPFS for the IS_OFFLINE operationVolker Lendecke1-0/+31
2011-03-02s3: Announce HSM in the gpfs moduleVolker Lendecke1-0/+23
2011-03-02s3: Pass smb_filename through the set_offline vfs opVolker Lendecke4-3/+26
2011-03-02s3: Pass smb_filename through the is_offline vfs opVolker Lendecke4-5/+40
2011-03-02s3: Fix operation names in vfs_full_audit.cVolker Lendecke1-2/+2
2011-03-02s3: GPFS can't deal with mangled namesVolker Lendecke1-0/+7
2011-02-28Fix some typesJelmer Vernooij1-1/+1
2011-02-28s3: Survive an idle child that was killedChristian Ambach1-0/+6
2011-02-26s3: Improve a dbg msg in aio_forkVolker Lendecke1-4/+7
2011-02-25s3: Fix a 64-bit warning in vfs_gpfs.cVolker Lendecke1-1/+2
2011-02-25s3-vfs: make syncops_connect in modules/vfs_syncops.c static.Günther Deschner1-2/+2
2011-02-23Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison1-1/+3
2011-02-23s3-proto: remove some prototypes of non-existing functions.Günther Deschner1-3/+0
2011-02-23s3: Improve an error msg in vfs_gpfsVolker Lendecke1-1/+2
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett8-27/+27
2011-02-19vfs_smb_traffic_analyzer shall also transfer the clients IP address.Holger Hetterich2-4/+7
2011-02-18s3:vfs:syncops add option to disable metasync per shareChristian Ambach1-4/+14
2011-02-18lib/util/charset Use top level iconv.c in source3Andrew Bartlett3-5/+13
2011-02-18s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell1-58/+58
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2-3/+3
2011-02-09Correctly plumb in VFS_FDOPENDIR.Jeremy Allison1-0/+1
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison7-0/+203
2011-02-08If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2-2/+2
2011-02-05Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison1-4/+4
2011-02-02s3: Remove superfluous ;Günther Deschner2-4/+4
2011-02-01s3: Fix bug 7940 -- fall back for utimes callsVolker Lendecke1-4/+14
2011-01-31s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.Günther Deschner1-1/+1