r23508: Fix sync_file() to return NTSTATUS and return this
[sfrench/samba-autobuild/.git] / source / modules /
2007-10-10 James Peachr23423: Use the correct structure types in the NT_ACL...
2007-10-10 James Peachr23396: Make VFS callbacks static. Mark operations...
2007-10-10 Alexander Bokovoyr23302: Refactor vfs_gpfs module, fix problems with...
2007-10-10 Volker Lendecker23228: Merge cleanup to the gpfs module from Tridge...
2007-10-10 Jeremy Allisonr23105: Add lchown to the vfs layer. We need this in...
2007-10-10 James Peachr23098: Fix the case of the #include statements so...
2007-10-10 Volker Lendecker23068: Fix some uninitialized variables in the solaris...
2007-10-10 Michael Adamr22918: Attempt to fix the build of the tru64acl module.
2007-10-10 Volker Lendecker22907: Fix the build with --enable-profiling-data
2007-10-10 Jeremy Allisonr22872: Add vfs_zfsacl module from Jiri Sasek <Jiri...
2007-10-10 Michael Adamr22777: Fix for [Bug 4543] - POSIX ACL support on FreeBSD.
2007-10-10 Jeremy Allisonr22675: Simo's patch for 0 size allocation. Still need
2007-10-10 Michael Adamr22615: fix prototype
2007-10-10 Jeremy Allisonr22592: Fix TALLOC_SIZE to be consistent.
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Michael Adamr22529: Add implementation of HP-UX ACLs in the new...
2007-10-10 James Peachr22413: Simplify the build rules for plugin modules...
2007-10-10 Jim McDonoughr22148: Fix gpfs module on posix-acl test. Adds gpfsac...
2007-10-10 Volker Lendecker22147: Next try
2007-10-10 Volker Lendecker22146: Attempt to fix the build
2007-10-10 Jeremy Allisonr22132: I hate inefficiency. Don't call conv_str_size()
2007-10-10 Jeremy Allisonr22111: Allow readahead params to use size suffixes...
2007-10-10 Jeremy Allisonr22105: Added vfs_readahead module that appears to...
2007-10-10 James Peachr22094: Clarify that SMB_VFS_LOCK should not be used...
2007-10-10 Jeremy Allisonr22080: Fix directory recycle module bug #4486.
2007-10-10 Jeremy Allisonr21956: Fix bug reported by don.mccall@hp.com for platforms
2007-10-10 James Peachr21950: After discussion with the Apple and Linux clien...
2007-10-10 Alexander Bokovoyr21885: Chown logic should be activated only if nfs4...
2007-10-10 Jeremy Allisonr21877: Missed one line.
2007-10-10 Jeremy Allisonr21874: Fix missing notify function. Thanks to Thomas...
2007-10-10 James Peachr21767: Revert all the bits I accidentally committed...
2007-10-10 James Peachr21766: Fix compiler warning.
2007-10-10 Jeremy Allisonr21764: Fix warning in debug comment.
2007-10-10 James Peachr21757: Add SMB_VFS_CHFLAGS operation.
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Jeremy Allisonr21664: Fix #4425 - patch from Jason Mader <jason@ncac...
2007-10-10 James Peachr21647: Allow unit on for size parameters.
2007-10-10 Jeremy Allisonr21646: Patch from SATOH Fumiyasu <fumiyas@osstech...
2007-10-10 Jeremy Allisonr21609: Fix memory leaks in error code paths (and one...
2007-10-10 Jim McDonoughr21339: Fix the non-linux build. This is more evidence...
2007-10-10 Jim McDonoughr21324: Add linux setlease to the vfs layer. Next...
2007-10-10 Gerald Carterr21151: applying patches for CVE-2007-045[34]
2007-10-10 Volker Lendecker21127: Add a mitigating comment ;-))
2007-10-10 Volker Lendecker21111: Reorganize the change notify params a bit....
2007-10-10 Volker Lendecker21109: Send notify_fam.c through the VFS. Lets see...
2007-10-10 Volker Lendecker21108: Send sys_notify_watch through the VFS, FAM...
2007-10-10 Jim McDonoughr21004: Patch from Mathias Dietz <MDIETZ@de.ibm.com...
2007-10-10 Jim McDonoughr20717: Merge sharemode patch from Mathias Dietz <MDIET...
2007-10-10 James Peachr20500: Fix compiler warnings.
2007-10-10 Herb Lewisr20268: merge -r 20261:20263 from samba_3_0_24
2007-10-10 Herb Lewisr20261: merge 20260 from samba_3_0_24
2007-10-10 James Peachr20235: Don't use realloc directly.
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Jim McDonoughr20089: Put gpfs acl function into vfs_gpfs module...
2007-10-10 Volker Lendecker20048: Fix vfs_full_audit after Jims kernel_flock...
2007-10-10 Jim McDonoughr19826: Fix typo
2007-10-10 Jim McDonoughr19647: Add some GPFS support in a vfs mod. Also adds...
2007-10-10 Volker Lendecker18785: Check in Peter Somogyis build fix
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Jeremy Allisonr18719: Compile fix from Peter Somogyi.
2007-10-10 Jeremy Allisonr18603: Add in the NFSv4 ACL mapping code from IBM.
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Jeremy Allisonr17367: Reverting the ab code. Note I'm not saying...
2007-10-10 Alexander Bokovoyr17358: Re-add JFS2 NFS4 ACLs support, move readme...
2007-10-10 Alexander Bokovoyr17354: Revert -r 17353 per Volker request while gpfs...
2007-10-10 Alexander Bokovoyr17353: Add support for JFS2 NFS4/AIXC and GPFS acls...
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Jim McDonoughr17179: Merge the vl-posixacls tmp branch into mainline. It
2007-10-10 Volker Lendecker17039: Eliminate snum from enumshares and getshareinfo...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker16411: Fix compilation of vfs_afsacl, thanks to Greszl...
2007-10-10 Volker Lendecker15910: vfs_full_audit does not need current_user
2007-10-10 Volker Lendecker15909: Implement recycle:subdir_mode
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr14333: Fix coverity #77, ensure we can't exit after...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13384: Adding in some more SuSE patches
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Simo Sorcer13224: better to cast the return too
2007-10-10 Simo Sorcer13222: Never assume mode_t is of type int.
2007-10-10 Jeremy Allisonr13028: Fix for #3419 - vfs_full_audit *never* worked
2007-10-10 Jeremy Allisonr12279: unix_mask_match has been broken for *ever*...
2007-10-10 Volker Lendecker12051: Merge across the lookup_name and lookup_sid...
2007-10-10 Volker Lendecker11585: Implement the possibility to have AFS users...
2007-10-10 Jeremy Allisonr11232: Added ab's POSIX statvfs vfs call. Sorry for...
2007-10-10 Gerald Carterr10819: merging a couple of fixes from trunk
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Deryck Hodger10619: Allow syslog facility and priority to be set via
2007-10-10 Volker Lendecker10239: Fix cut&paste error
2007-10-10 John Terpstrar10106: Fix typos. Oops, more fixes.
2007-10-10 John Terpstrar10105: Fix typos. Oops, modules are called objects.
2007-10-10 Stefan Metzmacherr10061: add some description to the default_quota module
2007-10-10 Jeremy Allisonr9483: Changed DIR to SMB_STRUCT_DIR because of the...
2007-10-10 Volker Lendecker8366: Root-level files don't have a slash, but acls...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Volker Lendecker8029: Fix bug 2841. Thanks to Brett Trotter.
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Volker Lendecker7904: Fix a memleak in vfs_afsacl
2007-10-10 Volker Lendecker7902: Fix the build
next