Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 3 | -12/+12 |
2007-10-10 | r22529: Add implementation of HP-UX ACLs in the new vfs-module framework. | Michael Adam | 1 | -56/+1137 |
2007-10-10 | r22413: Simplify the build rules for plugin modules. Add support for per-plat... | James Peach | 1 | -0/+1 |
2007-10-10 | r22148: Fix gpfs module on posix-acl test. Adds gpfsacl_sys_set_fd (calls | Jim McDonough | 1 | -2/+1 |
2007-10-10 | r22147: Next try | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22146: Attempt to fix the build | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22132: I hate inefficiency. Don't call conv_str_size() | Jeremy Allison | 1 | -41/+88 |
2007-10-10 | r22111: Allow readahead params to use size suffixes as K,M, etc. | Jeremy Allison | 1 | -4/+28 |
2007-10-10 | r22105: Added vfs_readahead module that appears to do wonderful things | Jeremy Allison | 1 | -0/+117 |
2007-10-10 | r22094: Clarify that SMB_VFS_LOCK should not be used to get lock status. | James Peach | 1 | -0/+3 |
2007-10-10 | r22080: Fix directory recycle module bug #4486. | Jeremy Allison | 1 | -16/+37 |
2007-10-10 | r21956: Fix bug reported by don.mccall@hp.com for platforms | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21950: After discussion with the Apple and Linux client maintainers, | James Peach | 1 | -0/+4 |
2007-10-10 | r21885: Chown logic should be activated only if nfs4:chown=yes | Alexander Bokovoy | 1 | -24/+26 |
2007-10-10 | r21877: Missed one line. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r21874: Fix missing notify function. Thanks to Thomas Bork <tombork@web.de> | Jeremy Allison | 1 | -0/+26 |
2007-10-10 | r21767: Revert all the bits I accidentally committed in r21766. | James Peach | 1 | -1/+2 |
2007-10-10 | r21766: Fix compiler warning. | James Peach | 1 | -2/+1 |
2007-10-10 | r21764: Fix warning in debug comment. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r21757: Add SMB_VFS_CHFLAGS operation. | James Peach | 2 | -0/+25 |
2007-10-10 | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 5 | -26/+47 |
2007-10-10 | r21664: Fix #4425 - patch from Jason Mader <jason@ncac.gwu.edu>. | Jeremy Allison | 1 | -2/+3 |
2007-10-10 | r21647: Allow unit on for size parameters. | James Peach | 1 | -2/+4 |
2007-10-10 | r21646: Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> | Jeremy Allison | 1 | -5/+22 |
2007-10-10 | r21609: Fix memory leaks in error code paths (and one in winbindd_group.c). | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r21339: Fix the non-linux build. This is more evidence that this needs to be | Jim McDonough | 1 | -0/+2 |
2007-10-10 | r21324: Add linux setlease to the vfs layer. Next round, as Volker points out, | Jim McDonough | 3 | -0/+66 |
2007-10-10 | r21151: applying patches for CVE-2007-045[34] | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r21127: Add a mitigating comment ;-)) | Volker Lendecke | 1 | -0/+8 |
2007-10-10 | r21111: Reorganize the change notify params a bit. We now have the per-share | Volker Lendecke | 1 | -3/+7 |
2007-10-10 | r21109: Send notify_fam.c through the VFS. Lets see how the build farm likes ... | Volker Lendecke | 1 | -0/+302 |
2007-10-10 | r21108: Send sys_notify_watch through the VFS, FAM is next | Volker Lendecke | 1 | -0/+17 |
2007-10-10 | r21004: Patch from Mathias Dietz <MDIETZ@de.ibm.com> to fix multi-node | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r20717: Merge sharemode patch from Mathias Dietz <MDIETZ@de.ibm.com>. | Jim McDonough | 1 | -4/+9 |
2007-10-10 | r20500: Fix compiler warnings. | James Peach | 1 | -7/+7 |
2007-10-10 | r20268: merge -r 20261:20263 from samba_3_0_24 | Herb Lewis | 1 | -0/+1 |
2007-10-10 | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 25 | -3/+28 |
2007-10-10 | r20235: Don't use realloc directly. | James Peach | 1 | -1/+1 |
2007-10-10 | r20124: clean up nested extern declaration warnings | Herb Lewis | 2 | -2/+4 |
2007-10-10 | r20089: Put gpfs acl function into vfs_gpfs module. Thanks to Gomati Mohanan | Jim McDonough | 2 | -0/+658 |
2007-10-10 | r20048: Fix vfs_full_audit after Jims kernel_flock addition | Volker Lendecke | 1 | -0/+20 |
2007-10-10 | r19826: Fix typo | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to | Jim McDonough | 3 | -0/+310 |
2007-10-10 | r18785: Check in Peter Somogyis build fix | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 3 | -9/+9 |
2007-10-10 | r18719: Compile fix from Peter Somogyi. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r18603: Add in the NFSv4 ACL mapping code from IBM. | Jeremy Allison | 5 | -0/+1433 |
2007-10-10 | r18271: Big change: | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r17367: Reverting the ab code. Note I'm not saying this | Jeremy Allison | 3 | -1352/+0 |
2007-10-10 | r17358: Re-add JFS2 NFS4 ACLs support, move readme for it into AIX-specific e... | Alexander Bokovoy | 3 | -0/+1352 |