summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-057-122/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-0517-107/+107
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-0512-41/+41
* build: Remove sys_rewinddir wrapperAndrew Bartlett2012-04-052-2/+2
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-052-2/+2
* build: Remove sys_telldir wrapperAndrew Bartlett2012-04-052-2/+2
* build: Remove sys_seekdir wrapperAndrew Bartlett2012-04-052-2/+2
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-053-3/+3
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-052-2/+2
* build: Remove sys_open wrapperAndrew Bartlett2012-04-052-4/+4
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_ftruncate wrapperAndrew Bartlett2012-04-051-4/+4
* Remove off64_t declarationsAndrew Bartlett2012-04-052-2/+2
* s3-vfs: initial work on posix:eadb moduleAndrew Bartlett2012-04-032-0/+441
* s3-aio-fork: Fix a segfault in vfs_aio_forkVolker Lendecke2012-03-311-7/+9
* s3-aio-fork: Fix aio_suspend event hierarchyVolker Lendecke2012-03-311-10/+8
* s3-aio-fork: Fix an alignment warning on OS/XVolker Lendecke2012-03-311-2/+2
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-303-8/+21
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-264-11/+17
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-243-3/+3
* s3:vfs_gpfs: fix some compiler warningsChristian Ambach2012-03-222-4/+4
* s3:vfs_gpfs: remove fallback to linux_setleaseChristian Ambach2012-03-221-6/+0
* s3:vfs_gpfs: correct use of profiling macrosChristian Ambach2012-03-221-4/+5
* s3:vfs_gpfs: Implement fallocate callback for GPFSChristof Schmitt2012-03-223-0/+54
* s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotasChristof Schmitt2012-03-221-0/+129
* s3:vfs_gpfs: add GPFS api calls for quota and free space reportingChristof Schmitt2012-03-222-0/+80
* s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-commentMichael Adam2012-03-221-1/+1
* s3: Remove "conn" from sys_notify_contextVolker Lendecke2012-03-211-1/+1
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-214-4/+11
* Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...Jeremy Allison2012-03-171-5/+20
* s3: Improve statvfs supportBrad Smith2012-03-111-6/+6
* s3: Further fix for bug 8777Brad Smith2012-03-021-1/+1
* s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith2012-02-251-1/+1
* s3:vfs_gpfs:quieten an expectable warning messageChristian Ambach2012-02-101-1/+5
* s3:vfs_gpfs: fix a compiler warningChristian Ambach2012-02-101-1/+2
* s3:vfs_gpfs:Fix query of creation time from GPFSChristof Schmitt2012-02-101-0/+3
* s3:vfs_gpfs: make "gpfs:getrealfilename" a per share optionStefan Metzmacher2012-02-102-7/+15
* s3:vfs_gpfs: make "gpfs:ftruncate" a per share optionStefan Metzmacher2012-02-102-3/+14
* s3:vfs_gpfs: make "gpfs:winattr" a per share optionStefan Metzmacher2012-02-102-5/+73
* s3:vfs_gpfs: be less verbose in get/set_xattr functionsStefan Metzmacher2012-02-101-2/+2
* Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...Jeremy Allison2012-02-031-1/+36
* s3-xattr_tdb: Fix listxattrVolker Lendecke2012-02-021-1/+1
* s3: Simplify streams_depot a bitVolker Lendecke2012-02-021-14/+5
* s3: Add rmdir operation to streams_depotVolker Lendecke2012-02-011-0/+47
* Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the defau...Jeremy Allison2012-01-261-2/+16
* s3: Fix a panic in aio_pthreadVolker Lendecke2012-01-251-1/+1
* s3: improve the code in the AES encryption.Matthieu Patou2012-01-251-8/+8
* s3: Fix bug #8674.Jeremy Allison2012-01-251-2/+1
* s3-aio-pthread: num threads should be intVolker Lendecke2012-01-181-4/+2
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-183-3/+6