summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2011-05-18Make protocol version 2 the default protocol, and only run on version 1 if V1...Holger Hetterich1-6/+5
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett4-4/+4
2011-05-18s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4Björn Baumbach1-0/+1
2011-05-16Ensure we always write the correct incoming mid into the share modeJeremy Allison1-2/+4
2011-05-16gpfs.so: Add gpfs:syncio optionGregor Beck1-0/+13
2011-05-13lib/util/charset Move built-in charset modules to the top levelAndrew Bartlett5-1033/+0
2011-05-06s3: only include tdb headers where needed.Günther Deschner3-0/+3
2011-05-06Fix broken interface to set_namearray() - don't modify incoming string.Jeremy Allison1-1/+1
2011-05-06Fixup use of const.Jeremy Allison1-2/+2
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison8-23/+23
2011-05-06Change the char * pointers in the struct to const char * (which is how they'r...Jeremy Allison1-19/+18
2011-05-04Remove magic numbers. Standardize on macro. Move from safe_strcat to strlcat.Jeremy Allison1-7/+7
2011-05-04Cope with +1 change on moving from safe_strcat to strlcat.Jeremy Allison1-3/+3
2011-05-04s3-waf: add vfs_gpfs_hsm_notify to the build.Günther Deschner1-0/+8
2011-05-04vfs_gpfs: Properly notify the offline->online changesVolker Lendecke1-0/+110
2011-05-04vfs_gpfs: Block sendfile for offline filesVolker Lendecke1-0/+12
2011-05-04vfs_gpfs: Store the winattrs in st.vfs_privateVolker Lendecke1-5/+12
2011-05-04s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static.Günther Deschner1-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett1-3/+3
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2-2/+2
2011-04-26s3:vfs use gpfs_lib_initChristian Ambach3-0/+22
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner20-24/+20
2011-04-20s3-build: move MAP_FILE define to the only place used.Günther Deschner1-0/+4
2011-04-20s3-smbd: fix the AIX 5.3 build.Günther Deschner2-0/+5
2011-04-18s3: Fix the build of vfs_gpfs.cVolker Lendecke1-0/+1
2011-04-14Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...Jeremy Allison1-3/+27
2011-04-14s3-includes: move readahead prototype to its only user.Günther Deschner1-0/+4
2011-04-14s3: only include smb profiling where needed.Günther Deschner2-1/+2
2011-04-14s3-includes: only include acl prototypes when needed.Günther Deschner5-2/+7
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