summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2008-01-07Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2-5/+5
2008-01-07Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam1-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam3-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam6-16/+16
2008-01-07Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam1-3/+3
2008-01-07Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam1-3/+3
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2-3/+3
2008-01-06Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2-4/+2
2008-01-06Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2-3/+3
2008-01-05Fix %d / size_t printf arg missmatch.Jeremy Allison1-2/+2
2008-01-04Using a bool with a logical operation. IBM checker caught.Jeremy Allison1-1/+1
2008-01-04Can't use logical operations on boolean values.Jeremy Allison1-1/+3
2008-01-04Now conn is part of smb_request, we don't need it asJeremy Allison8-100/+131
2008-01-04We dont' modify the smb header for crypto anymore.Jeremy Allison1-1/+1
2008-01-04Fix interesting bug found with make valgrindtest. When cancellingJeremy Allison1-10/+14
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison15-236/+345
2008-01-02Convert call_trans2open to create_file()Volker Lendecke1-57/+16
2008-01-02Convert reply_mknew to create_fileVolker Lendecke1-38/+16
2008-01-02Convert reply_open_and_X to create_fileVolker Lendecke1-42/+19
2008-01-02Convert reply_open to create_fileVolker Lendecke1-40/+19
2008-01-01Use NULL instead of 0Volker Lendecke1-4/+4
2007-12-30As the encryption is stream based there's no reasonJeremy Allison2-5/+16
2007-12-29Allow encryption context setup on IPC$.Jeremy Allison1-7/+27
2007-12-29Remove tiny code duplicationVolker Lendecke1-1/+1
2007-12-29Remove tiny code duplicationVolker Lendecke2-5/+6
2007-12-29Apply some constVolker Lendecke1-4/+4
2007-12-28Remove a static arrayVolker Lendecke1-6/+6
2007-12-28Ensure we turn off POSIX large read/write if encryptionJeremy Allison1-1/+4
2007-12-27Add the capability to set "smb encrypt = required"Jeremy Allison3-1/+44
2007-12-28Fix setting the initial permission bitsVolker Lendecke2-6/+25
2007-12-27Add "smb encrypt" parameter. Can be set to "no, yes, required".Jeremy Allison1-1/+24
2007-12-27Fix the buildVolker Lendecke1-2/+3
2007-12-27Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability toJeremy Allison1-1/+5
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison9-74/+869
2007-12-26We need to return the correct atimeVolker Lendecke1-1/+6
2007-12-22If we detect a case insensitive filesystem makeJeremy Allison1-4/+11
2007-12-22Use filesystem capabilities to support case-insensitive filesystems.James Peach2-17/+30
2007-12-22Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach6-21/+28
2007-12-22Cache the underlying filesystem capabilities at connection time.James Peach1-0/+15
2007-12-22Remove redundant connection_struct from check_magic() parameter list.Michael Adam1-2/+3
2007-12-22Remove redundant connection_struct from fd_close() parameter list.Michael Adam2-12/+12
2007-12-22Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam1-1/+1
2007-12-21Some C++ fixesVolker Lendecke1-3/+3
2007-12-21Some C++ warningsVolker Lendecke1-2/+2
2007-12-21Fix a C++ warningVolker Lendecke1-1/+1
2007-12-21Add a global cacheVolker Lendecke1-0/+6