summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a in-memory cacheVolker Lendecke2007-12-184-200/+112
* Remove more static fstrings (yes this little cache should beJeremy Allison2007-12-171-19/+49
* Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2007-12-171-7/+7
* Remove a static fstring.Jeremy Allison2007-12-161-20/+30
* make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdescVolker Lendecke2007-12-161-87/+46
* More work on bug #5082, use LC_ALL as this takesJeremy Allison2007-12-151-2/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-155-20/+20
* Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl...Jeremy Allison2007-12-141-1/+9
* Move dns_sd.h include to fix the build.James Peach2007-12-131-3/+4
* Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai2007-12-132-9/+253
* separate out create_file_unixpath()Volker Lendecke2007-12-111-171/+242