summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison2012-06-211-5/+0
* s3:vfs_gpfs: add "gpfs:acl" optionBjörn Baumbach2012-06-151-0/+81
* s3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+10
* s3:vfs:scannedonly: fix use of non-existent word (existant)Michael Adam2012-06-121-5/+5
* s3: Make vfswrap_audit_file staticVolker Lendecke2012-06-121-5/+5
* s3: Fix Coverity ID 703870 Uninitialized scalar variableVolker Lendecke2012-06-111-0/+1
* s3: Save errno around a TALLOC_FREEVolker Lendecke2012-06-111-0/+3
* s3: Fix Coverity ID 703871 Unused pointer valueVolker Lendecke2012-06-111-0/+4
* s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.cStefan Metzmacher2012-06-061-1/+0
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-021-8/+8
* s3: Same fix as 8576256, this time for fgetxattrVolker Lendecke2012-06-021-1/+1
* s3:vfs_hpuxacl: remove unused file_find_fd() callsStefan Metzmacher2012-05-311-18/+2
* s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher2012-05-241-1/+3
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-232-5/+5
* s3: Fix vfs_xattr_tdb.cVolker Lendecke2012-05-211-1/+1
* Check the return from create_acl_blobRichard Sharpe2012-05-171-4/+6
* s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher2012-05-1616-9560/+0
* Fix the overwriting of errno before use in a DEBUG statement and use the retu...Richard Sharpe2012-05-162-5/+8
* s3-vfs: Show the invalid ACL when we say it is invalid for setAndrew Bartlett2012-05-091-2/+4
* s3:vfs/gpfs: Have inherited deny ACE's show up in ACLsAlexander Werth2012-05-081-2/+2
* s3:vfs/shadow_copy2 fix some compiler warningsChristian Ambach2012-05-081-4/+3
* s3:vfs/shadow_copy2 make descending sort order the defaultChristian Ambach2012-05-081-1/+1
* Add an audit file VFS routine so we can handle auditing with SACLs.Richard Sharpe2012-04-281-0/+10
* s3: Fix Coverity ID 2682: NULL_RETURNSVolker Lendecke2012-04-191-0/+4
* s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot failAndrew Bartlett2012-04-191-8/+0
* s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blobAndrew Bartlett2012-04-181-2/+41
* s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdbAndrew Bartlett2012-04-182-427/+4
* Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison2012-04-123-0/+15
* Fix the same bug reported by Kirill Malkin <kirill.malkin@starboardstorage.co...Jeremy Allison2012-04-121-4/+24
* s3: Fix a typoVolker Lendecke2012-04-121-1/+1
* Simplify the logic around doing an immediate event reschedule.Jeremy Allison2012-04-111-23/+7
* build: Add tevent deps for users of tevent callsAndrew Bartlett2012-04-111-3/+3
* Add a new module, aio_linux which implements Linux kernel aio support. Docs t...Jeremy Allison2012-04-112-0/+740
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-0/+19
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-19/+22
* s3: Move the aio signal init to the vfs moduleVolker Lendecke2012-04-091-0/+8
* Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ...Jeremy Allison2012-04-061-0/+13
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-0620-104/+104
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-057-117/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-057-127/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-056-87/+0
* 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