summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3-spoolss: use driver level info8 everywhere in spoolss server internally.Günther Deschner2009-12-151-25/+25
* s3: Fix a very embarrassing build failureVolker Lendecke2009-12-141-2/+2
* streamline some log levels for invalid servicenamesChristian Ambach2009-12-082-2/+2
* Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison2009-12-081-0/+24
* Make sure we're not using the old smb_fname data.Jeremy Allison2009-12-081-1/+1
* Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison2009-12-081-13/+11
* Refactor reply_rmdir to use handle based code. AllJeremy Allison2009-12-082-262/+298
* Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison2009-12-083-25/+18
* Fix bug #6837 - "Too many open files" when trying to access large number of f...Jeremy Allison2009-12-081-2/+0
* Ensure we don't see the xattr used to store NT security (visible when xattr_tdbJeremy Allison2009-12-081-1/+1
* s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...Tim Prouty2009-12-081-5/+26
* s3: "check_magic" only looks at the sizeVolker Lendecke2009-12-081-1/+1
* s3: "disk_quotas" only looks at the devicenumberVolker Lendecke2009-12-081-17/+13
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-12-082-14/+20
* s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.Günther Deschner2009-12-081-1/+0
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-12-082-0/+17
* Make us pass RAW-CHKPATH with a case sensitive share.Jeremy Allison2009-11-261-42/+105
* Fix crash due to uninitialized pointer (not a problem in 3.4.x or below).Jeremy Allison2009-11-261-2/+1
* Remove call into reduce_name if case sensitive. This allows us to passJeremy Allison2009-11-261-2/+1
* Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or withJeremy Allison2009-11-262-4/+13
* Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS set...Jeremy Allison2009-11-261-8/+12
* Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the wayJeremy Allison2009-11-261-5/+68
* Remove unused code.Jeremy Allison2009-11-261-46/+0
* Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison2009-11-262-13/+20
* Fix bug #6898 - Samba duplicates file content on appendingJeremy Allison2009-11-261-0/+10
* s3: Move a variable declaration to its only useVolker Lendecke2009-11-261-1/+1
* s3-printing: use spoolss types and structs while getting and deleting drivers.Günther Deschner2009-11-261-33/+28
* s3: Tune if-conditions in a very hot codepathVolker Lendecke2009-11-261-1/+1
* Fix logic bug where high bits tests was beingJeremy Allison2009-11-261-1/+1
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-266-104/+56
* s3: Do not talloc in readdirVolker Lendecke2009-11-265-105/+145
* Start removing SMB_STRUCT_STAT variables except forJeremy Allison2009-11-261-15/+13
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-266-139/+188
* Don't overwrite a dynamic pointer with the address of a stackJeremy Allison2009-11-262-16/+11
* Fix bug 6891 - using windows explorer to change ownership on a folder fails w...Jeremy Allison2009-11-261-1/+11
* s3: Fix debug messages in check_reduced_nameVolker Lendecke2009-11-261-13/+24
* Fix bug 6878 - Cannot change ACL's inherit flag.Jeremy Allison2009-11-261-44/+108
* Fix bug 6841 - "map acl inherit = yes" not working.Jeremy Allison2009-11-261-8/+29
* Got the logic simplification worked out so we still passJeremy Allison2009-11-264-30/+45
* Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison2009-11-263-11/+31
* Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison2009-11-263-31/+11
* Fix explicit set of write time on close.Jeremy Allison2009-11-261-1/+5
* Get closer to an accurate model of Windows timestamp changes.Jeremy Allison2009-11-265-30/+53
* s3: Fix a crash in notify_remove_onelevel when "change notify = no"Volker Lendecke2009-11-261-0/+4
* s3: Fix the talloc hierarchy in notify_remove_onelevelVolker Lendecke2009-11-261-1/+1
* Fix debug comment (brain wasn't working...).Jeremy Allison2009-11-261-2/+2
* Filter the returned DOS attributes by 0xFF for clientsJeremy Allison2009-11-261-0/+12
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-266-27/+17
* Fix debug statements to use correct function name.Jeremy Allison2009-11-261-13/+13
* requires_resume_key is a bool not int.Jeremy Allison2009-11-261-7/+2