summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2012-04-05build: Remove sys_rewinddir wrapperAndrew Bartlett2-2/+2
2012-04-05build: Remove sys_closedir wrapperAndrew Bartlett2-2/+2
2012-04-05build: Remove sys_telldir wrapperAndrew Bartlett2-2/+2
2012-04-05build: Remove sys_seekdir wrapperAndrew Bartlett2-2/+2
2012-04-05build: Remove sys_readdir wrapperAndrew Bartlett3-3/+3
2012-04-05build: Remove sys_opendir wrapperAndrew Bartlett2-2/+2
2012-04-05build: Remove sys_open wrapperAndrew Bartlett2-4/+4
2012-04-05build: Remove sys_lseek wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_ftruncate wrapperAndrew Bartlett1-4/+4
2012-04-05Remove off64_t declarationsAndrew Bartlett2-2/+2
2012-04-03s3-vfs: initial work on posix:eadb moduleAndrew Bartlett2-0/+441
2012-03-31s3-aio-fork: Fix a segfault in vfs_aio_forkVolker Lendecke1-7/+9
2012-03-31s3-aio-fork: Fix aio_suspend event hierarchyVolker Lendecke1-10/+8
2012-03-31s3-aio-fork: Fix an alignment warning on OS/XVolker Lendecke1-2/+2
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison3-8/+21
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke4-11/+17
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij3-3/+3
2012-03-22s3:vfs_gpfs: fix some compiler warningsChristian Ambach2-4/+4
2012-03-22s3:vfs_gpfs: remove fallback to linux_setleaseChristian Ambach1-6/+0
2012-03-22s3:vfs_gpfs: correct use of profiling macrosChristian Ambach1-4/+5
2012-03-22s3:vfs_gpfs: Implement fallocate callback for GPFSChristof Schmitt3-0/+54
2012-03-22s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotasChristof Schmitt1-0/+129
2012-03-22s3:vfs_gpfs: add GPFS api calls for quota and free space reportingChristof Schmitt2-0/+80
2012-03-22s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-commentMichael Adam1-1/+1
2012-03-21s3: Remove "conn" from sys_notify_contextVolker Lendecke1-1/+1
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke4-4/+11
2012-03-17Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...Jeremy Allison1-5/+20
2012-03-11s3: Improve statvfs supportBrad Smith1-6/+6
2012-03-02s3: Further fix for bug 8777Brad Smith1-1/+1
2012-02-25s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith1-1/+1
2012-02-10s3:vfs_gpfs:quieten an expectable warning messageChristian Ambach1-1/+5
2012-02-10s3:vfs_gpfs: fix a compiler warningChristian Ambach1-1/+2
2012-02-10s3:vfs_gpfs:Fix query of creation time from GPFSChristof Schmitt1-0/+3
2012-02-10s3:vfs_gpfs: make "gpfs:getrealfilename" a per share optionStefan Metzmacher2-7/+15
2012-02-10s3:vfs_gpfs: make "gpfs:ftruncate" a per share optionStefan Metzmacher2-3/+14
2012-02-10s3:vfs_gpfs: make "gpfs:winattr" a per share optionStefan Metzmacher2-5/+73
2012-02-10s3:vfs_gpfs: be less verbose in get/set_xattr functionsStefan Metzmacher1-2/+2
2012-02-03Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...Jeremy Allison1-1/+36
2012-02-02s3-xattr_tdb: Fix listxattrVolker Lendecke1-1/+1
2012-02-02s3: Simplify streams_depot a bitVolker Lendecke1-14/+5
2012-02-01s3: Add rmdir operation to streams_depotVolker Lendecke1-0/+47
2012-01-26Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the defau...Jeremy Allison1-2/+16
2012-01-25s3: Fix a panic in aio_pthreadVolker Lendecke1-1/+1
2012-01-25s3: improve the code in the AES encryption.Matthieu Patou1-8/+8
2012-01-25s3: Fix bug #8674.Jeremy Allison1-2/+1
2012-01-18s3-aio-pthread: num threads should be intVolker Lendecke1-4/+2
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke3-3/+6
2012-01-12s3: Split a line with 1 statementsVolker Lendecke1-1/+2
2012-01-12Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison2-1/+3
2012-01-11First part of fix for bug #8673 - NT ACL issue.Jeremy Allison1-18/+31