summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Make protocol version 2 the default protocol, and only run on version 1 if V1...Holger Hetterich2011-05-181-6/+5
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-184-4/+4
* s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4Björn Baumbach2011-05-181-0/+1
* Ensure we always write the correct incoming mid into the share modeJeremy Allison2011-05-161-2/+4
* gpfs.so: Add gpfs:syncio optionGregor Beck2011-05-161-0/+13
* lib/util/charset Move built-in charset modules to the top levelAndrew Bartlett2011-05-135-1033/+0
* s3: only include tdb headers where needed.Günther Deschner2011-05-063-0/+3
* Fix broken interface to set_namearray() - don't modify incoming string.Jeremy Allison2011-05-061-1/+1
* Fixup use of const.Jeremy Allison2011-05-061-2/+2
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-068-23/+23
* Change the char * pointers in the struct to const char * (which is how they'r...Jeremy Allison2011-05-061-19/+18
* Remove magic numbers. Standardize on macro. Move from safe_strcat to strlcat.Jeremy Allison2011-05-041-7/+7
* Cope with +1 change on moving from safe_strcat to strlcat.Jeremy Allison2011-05-041-3/+3
* s3-waf: add vfs_gpfs_hsm_notify to the build.Günther Deschner2011-05-041-0/+8
* vfs_gpfs: Properly notify the offline->online changesVolker Lendecke2011-05-041-0/+110
* vfs_gpfs: Block sendfile for offline filesVolker Lendecke2011-05-041-0/+12
* vfs_gpfs: Store the winattrs in st.vfs_privateVolker Lendecke2011-05-041-5/+12
* s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static.Günther Deschner2011-05-041-2/+2
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-292-2/+2
* s3:vfs use gpfs_lib_initChristian Ambach2011-04-263-0/+22
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-2120-24/+20
* s3-build: move MAP_FILE define to the only place used.Günther Deschner2011-04-201-0/+4
* s3-smbd: fix the AIX 5.3 build.Günther Deschner2011-04-202-0/+5
* s3: Fix the build of vfs_gpfs.cVolker Lendecke2011-04-181-0/+1
* Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...Jeremy Allison2011-04-141-3/+27
* s3-includes: move readahead prototype to its only user.Günther Deschner2011-04-141-0/+4
* s3: only include smb profiling where needed.Günther Deschner2011-04-142-1/+2
* s3-includes: only include acl prototypes when needed.Günther Deschner2011-04-145-2/+7
* s3-modules: Fix debug messageBjörn Baumbach2011-04-111-1/+1
* Fix bug 8072 - PANIC: create_file_acl_common frees handle two times.Jeremy Allison2011-04-091-51/+48
* lib/crypto: rename the SHA256_ functions to samba_SHA256_Andrew Tridgell2011-04-061-3/+3
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2011-04-051-2/+2
* s3/vfs_gpfs: s/syncops/gpfsBjörn Jacke2011-04-051-1/+1
* Fix bug #7987 - ACL can get lost when files are being renamed.Jeremy Allison2011-04-023-1/+49
* SMBTA: make vfs_smb_traffic_analyzer aware of the sendfile and recvfile funct...Holger Hetterich2011-03-301-1/+41
* s3-vfs: try to fix build of aio_fork module.Günther Deschner2011-03-301-1/+2
* s3-vfs acl modules: more non-linux build fixes.Günther Deschner2011-03-307-1/+7
* s3-vfs_solarisacl: try to fix the solaris build.Günther Deschner2011-03-301-0/+1
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-305-0/+5
* s3-auth: vfs modules need auth.hGünther Deschner2011-03-307-0/+7
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-3062-0/+63
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-build: only include transfer_file.h where needed.Günther Deschner2011-03-301-0/+1
* 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