Age | Commit message (Expand) | Author | Files | Lines |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE(). | Michael Adam | 3 | -10/+10 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK(). | Michael Adam | 3 | -6/+6 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LOCK(). | Michael Adam | 2 | -5/+5 |
2008-01-07 | Fix the build: Fix caller of strict_allocate_ftruncate(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 4 | -13/+11 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 2 | -5/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 5 | -14/+14 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 7 | -13/+13 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 2 | -5/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LSEEK(). | Michael Adam | 2 | -18/+18 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_PWRITE(). | Michael Adam | 3 | -12/+11 |
2008-01-07 | Remove unneeded parameter fd from SMB_VFS_PREAD(). | Michael Adam | 4 | -20/+18 |
2008-01-06 | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 6 | -9/+8 |
2008-01-06 | Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL(). | Michael Adam | 6 | -9/+8 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -1/+1 |
2007-12-27 | typos | Volker Lendecke | 1 | -2/+2 |
2007-12-19 | Remove unused variable 'didmsg'. | James Peach | 1 | -4/+0 |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 6 | -9/+5 |
2007-12-19 | Prepare the afs acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -43/+77 |
2007-12-19 | Prepare the aix2 acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -11/+21 |
2007-12-19 | Change aixjfs2_get_nfs4_acl() to take file name instead of fsp. | Michael Adam | 1 | -5/+5 |
2007-12-19 | Fix two debug statements: Add missing printf parameter. | Michael Adam | 1 | -2/+2 |
2007-12-19 | Reformatting: wrap long lines and remove trailing spaces. | Michael Adam | 1 | -3/+7 |
2007-12-19 | Prepare the zfs acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -9/+28 |
2007-12-19 | Prepare the gpfs acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -12/+21 |
2007-12-19 | Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant). | Michael Adam | 5 | -13/+44 |
2007-12-19 | Split smbacl4_GetFileOwner into two (f- and non-f-variant). | Michael Adam | 1 | -19/+29 |
2007-12-19 | Split get_nt_acl() into two functions: fsp- and non-fsp variant. | Michael Adam | 3 | -4/+4 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 2 | -9/+9 |
2007-12-11 | Fix warning message about data type always true. | Jeremy Allison | 1 | -2/+2 |
2007-11-20 | Extend commit module to help with NFS quotas. | David Losada Carballo | 1 | -25/+158 |
2007-11-16 | Remove pstring from modules directory. | Jeremy Allison | 5 | -310/+589 |
2007-11-15 | Fix bug #5083 (and duplicate bug #5084). | Michael Adam | 1 | -1/+1 |
2007-11-13 | Fix build of the zfs_acl module. | Michael Adam | 1 | -1/+3 |
2007-11-13 | Fix the build: correct prototype. | Michael Adam | 1 | -1/+1 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 8 | -51/+61 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -1/+2 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 1 | -1/+2 |
2007-10-29 | Add in the recvfile entry to the VFS layer with a default | Jeremy Allison | 2 | -0/+39 |
2007-10-23 | added a syncops VFS module for filesystems which do not guarantee meta-data o... | Andrew Tridgell | 1 | -0/+210 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 22 | -122/+122 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 2 | -11/+7 |
2007-10-10 | r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduce | James Peach | 1 | -1/+0 |
2007-10-10 | r25399: Excise uint - > uint32 (where appropriate) or unsigned int. | Jeremy Allison | 3 | -7/+7 |
2007-10-10 | r25222: Fix last assumptions that (size_t)-1 can be used | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25055: Add file_id_string_tos | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 5 | -16/+16 |
2007-10-10 | r24302: add a module that overloads the file_id_create VFS function | Stefan Metzmacher | 1 | -0/+288 |
2007-10-10 | r24280: Fix the build of vfs_afsacl.c | Volker Lendecke | 1 | -5/+5 |