Age | Commit message (Expand) | Author | Files | Lines |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FSETXATTR(). | Michael Adam | 2 | -2/+2 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR(). | Michael Adam | 2 | -2/+2 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FLISTXATTR(). | Michael Adam | 1 | -1/+1 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FGETXATTR(). | Michael Adam | 2 | -2/+2 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD(). | Michael Adam | 1 | -5/+5 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL(). | Michael Adam | 2 | -4/+3 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD(). | Michael Adam | 2 | -5/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE(). | Michael Adam | 1 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 3 | -4/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 2 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 2 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 6 | -16/+16 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LSEEK(). | Michael Adam | 1 | -3/+3 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_PWRITE(). | Michael Adam | 1 | -3/+3 |
2008-01-07 | Remove unneeded parameter fd from SMB_VFS_PREAD(). | Michael Adam | 2 | -3/+3 |
2008-01-06 | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 2 | -4/+2 |
2008-01-06 | Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL(). | Michael Adam | 2 | -3/+3 |
2008-01-05 | Fix %d / size_t printf arg missmatch. | Jeremy Allison | 1 | -2/+2 |
2008-01-04 | Using a bool with a logical operation. IBM checker caught. | Jeremy Allison | 1 | -1/+1 |
2008-01-04 | Can't use logical operations on boolean values. | Jeremy Allison | 1 | -1/+3 |
2008-01-04 | Now conn is part of smb_request, we don't need it as | Jeremy Allison | 8 | -100/+131 |
2008-01-04 | We dont' modify the smb header for crypto anymore. | Jeremy Allison | 1 | -1/+1 |
2008-01-04 | Fix interesting bug found with make valgrindtest. When cancelling | Jeremy Allison | 1 | -10/+14 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 15 | -236/+345 |
2008-01-02 | Convert call_trans2open to create_file() | Volker Lendecke | 1 | -57/+16 |
2008-01-02 | Convert reply_mknew to create_file | Volker Lendecke | 1 | -38/+16 |
2008-01-02 | Convert reply_open_and_X to create_file | Volker Lendecke | 1 | -42/+19 |
2008-01-02 | Convert reply_open to create_file | Volker Lendecke | 1 | -40/+19 |
2008-01-01 | Use NULL instead of 0 | Volker Lendecke | 1 | -4/+4 |
2007-12-30 | As the encryption is stream based there's no reason | Jeremy Allison | 2 | -5/+16 |
2007-12-29 | Allow encryption context setup on IPC$. | Jeremy Allison | 1 | -7/+27 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -1/+1 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 2 | -5/+6 |
2007-12-29 | Apply some const | Volker Lendecke | 1 | -4/+4 |
2007-12-28 | Remove a static array | Volker Lendecke | 1 | -6/+6 |
2007-12-28 | Ensure we turn off POSIX large read/write if encryption | Jeremy Allison | 1 | -1/+4 |
2007-12-27 | Add the capability to set "smb encrypt = required" | Jeremy Allison | 3 | -1/+44 |
2007-12-28 | Fix setting the initial permission bits | Volker Lendecke | 2 | -6/+25 |
2007-12-27 | Add "smb encrypt" parameter. Can be set to "no, yes, required". | Jeremy Allison | 1 | -1/+24 |
2007-12-27 | Fix the build | Volker Lendecke | 1 | -2/+3 |
2007-12-27 | Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to | Jeremy Allison | 1 | -1/+5 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 9 | -74/+869 |
2007-12-26 | We need to return the correct atime | Volker Lendecke | 1 | -1/+6 |
2007-12-22 | If we detect a case insensitive filesystem make | Jeremy Allison | 1 | -4/+11 |
2007-12-22 | Use filesystem capabilities to support case-insensitive filesystems. | James Peach | 2 | -17/+30 |
2007-12-22 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | James Peach | 6 | -21/+28 |
2007-12-22 | Cache the underlying filesystem capabilities at connection time. | James Peach | 1 | -0/+15 |
2007-12-22 | Remove redundant connection_struct from check_magic() parameter list. | Michael Adam | 1 | -2/+3 |