summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-186-7/+7
* source3/modules/vfs_xattr_tdb.c: fix stackframe leakRusty Russell2012-07-181-1/+3
* s3-linux-aio: Fix error handlingVolker Lendecke2012-07-171-4/+2
* Add debug message when SD hash doesn't match.Jeremy Allison2012-07-171-0/+5
* Use HAVE_FSYNC, we bothered to test for it.Jeremy Allison2012-07-131-0/+2
* Linux-specific optimization in aio_open code.Jeremy Allison2012-07-131-0/+22
* Add an optimization to pthread aio writes to also do fsync if requested.Jeremy Allison2012-07-121-0/+15
* s3: make log message of FSCTL_IS_VOLUME_DIRTY more clearBjörn Jacke2012-07-121-1/+1
* s3:vfs_gpfs: fix ACL length calculationRalph Wuerthner2012-07-111-9/+4
* s3:vfs_gpfs: Check softquota before gracetimeChristof Schmitt2012-07-111-1/+2
* Add in the threaded async open engine.Jeremy Allison2012-07-111-0/+393
* Allow init_aio_threadpool() to be setup for different threadpool handles with...Jeremy Allison2012-07-031-10/+19
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-272-2/+2
* s3: Fix a typoVolker Lendecke2012-06-251-1/+1
* s3: Avoid a call to server_event_context()Volker Lendecke2012-06-251-1/+1
* s3-vfs_gpfs: Fix bug #9003, posix acl on gpfsVolker Lendecke2012-06-221-2/+2
* 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