summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Using a bool with a logical operation. IBM checker caught.Jeremy Allison2008-01-041-1/+1
* Can't use logical operations on boolean values.Jeremy Allison2008-01-041-1/+3
* Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-048-100/+131
* We dont' modify the smb header for crypto anymore.Jeremy Allison2008-01-041-1/+1
* Fix interesting bug found with make valgrindtest. When cancellingJeremy Allison2008-01-041-10/+14
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-0415-236/+345
* Convert call_trans2open to create_file()Volker Lendecke2008-01-021-57/+16
* Convert reply_mknew to create_fileVolker Lendecke2008-01-021-38/+16
* Convert reply_open_and_X to create_fileVolker Lendecke2008-01-021-42/+19
* Convert reply_open to create_fileVolker Lendecke2008-01-021-40/+19
* Use NULL instead of 0Volker Lendecke2008-01-011-4/+4
* As the encryption is stream based there's no reasonJeremy Allison2007-12-302-5/+16
* Allow encryption context setup on IPC$.Jeremy Allison2007-12-291-7/+27
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-292-5/+6
* Apply some constVolker Lendecke2007-12-291-4/+4
* Remove a static arrayVolker Lendecke2007-12-281-6/+6
* Ensure we turn off POSIX large read/write if encryptionJeremy Allison2007-12-281-1/+4
* Add the capability to set "smb encrypt = required"Jeremy Allison2007-12-273-1/+44
* Fix setting the initial permission bitsVolker Lendecke2007-12-282-6/+25
* Add "smb encrypt" parameter. Can be set to "no, yes, required".Jeremy Allison2007-12-271-1/+24
* Fix the buildVolker Lendecke2007-12-271-2/+3
* Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability toJeremy Allison2007-12-271-1/+5
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-269-74/+869
* We need to return the correct atimeVolker Lendecke2007-12-261-1/+6
* If we detect a case insensitive filesystem makeJeremy Allison2007-12-221-4/+11
* Use filesystem capabilities to support case-insensitive filesystems.James Peach2007-12-222-17/+30
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach2007-12-226-21/+28
|\
| * Remove redundant connection_struct from check_magic() parameter list.Michael Adam2007-12-221-2/+3
| * Remove redundant connection_struct from fd_close() parameter list.Michael Adam2007-12-222-12/+12
| * Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam2007-12-221-1/+1
| * Some C++ fixesVolker Lendecke2007-12-211-3/+3
| * Some C++ warningsVolker Lendecke2007-12-211-2/+2
| * Fix a C++ warningVolker Lendecke2007-12-211-1/+1
| * Add a global cacheVolker Lendecke2007-12-211-0/+6
* | Cache the underlying filesystem capabilities at connection time.James Peach2007-12-221-0/+15
|/
* Fix typo in filesystem capabilities bits.James Peach2007-12-201-3/+1
* Attempt to fix the buildVolker Lendecke2007-12-201-0/+2
* Fix a couple of warnings in mDNS registration. One of these is anJames Peach2007-12-191-2/+1
* Add filesystem capabilities bitmask to statfs info.James Peach2007-12-191-0/+85
* Expose per-fsp extension talloc context.James Peach2007-12-191-2/+14
* Release per-fsp data on file closure.James Peach2007-12-191-0/+5
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-193-64/+7
* Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam2007-12-191-63/+148
* Remove the "is_directory" parameter from canonicalise_acl():Michael Adam2007-12-191-7/+9
* Change canonicalise_acl() to not take an fsp.Michael Adam2007-12-191-8/+15
* Change ensure_canon_entry_valid() to not take and fsp.Michael Adam2007-12-191-10/+11
* Change apply_default_perms() to not take an fsp.Michael Adam2007-12-191-14/+15
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-194-6/+18
* Remove last_message completely as it's no longer used.Jeremy Allison2007-12-182-9/+0