summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-20Fix typo in filesystem capabilities bits.James Peach1-3/+1
2007-12-20Attempt to fix the buildVolker Lendecke1-0/+2
2007-12-19Fix a couple of warnings in mDNS registration. One of these is anJames Peach1-2/+1
2007-12-19Add filesystem capabilities bitmask to statfs info.James Peach1-0/+85
2007-12-19Expose per-fsp extension talloc context.James Peach1-2/+14
2007-12-19Release per-fsp data on file closure.James Peach1-0/+5
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam3-64/+7
2007-12-19Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam1-63/+148
2007-12-19Remove the "is_directory" parameter from canonicalise_acl():Michael Adam1-7/+9
2007-12-19Change canonicalise_acl() to not take an fsp.Michael Adam1-8/+15
2007-12-19Change ensure_canon_entry_valid() to not take and fsp.Michael Adam1-10/+11
2007-12-19Change apply_default_perms() to not take an fsp.Michael Adam1-14/+15
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke4-6/+18
2007-12-18Remove last_message completely as it's no longer used.Jeremy Allison2-9/+0
2007-12-18Add a in-memory cacheVolker Lendecke4-200/+112
2007-12-17Remove more static fstrings (yes this little cache should beJeremy Allison1-19/+49
2007-12-17Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison1-7/+7
2007-12-16Remove a static fstring.Jeremy Allison1-20/+30
2007-12-16make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdescVolker Lendecke1-87/+46