summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2009-12-12s3: Fix a very embarrassing build failureVolker Lendecke1-2/+2
2009-12-08s3-spoolss: use driver level info8 everywhere in spoolss server internally.Günther Deschner1-25/+25
2009-12-06streamline some log levels for invalid servicenamesChristian Ambach2-2/+2
2009-12-04Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison1-0/+24
2009-12-03Make sure we're not using the old smb_fname data.Jeremy Allison1-1/+1
2009-12-03Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison1-13/+11
2009-12-03Refactor reply_rmdir to use handle based code. AllJeremy Allison2-262/+298
2009-12-02Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison3-25/+18
2009-12-02Fix bug #6837 - "Too many open files" when trying to access large number of f...Jeremy Allison1-2/+0
2009-12-01Ensure we don't see the xattr used to store NT security (visible when xattr_tdbJeremy Allison1-1/+1
2009-12-01s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...Tim Prouty1-5/+26
2009-11-29s3: "check_magic" only looks at the sizeVolker Lendecke1-1/+1
2009-11-29s3: "disk_quotas" only looks at the devicenumberVolker Lendecke1-17/+13
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2-14/+20
2009-11-26s3-smbd: no drsuapi server stubs yet in s3. Fixes the build, sorry.Günther Deschner1-1/+0
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2-0/+17
2009-11-25Make us pass RAW-CHKPATH with a case sensitive share.Jeremy Allison1-42/+105
2009-11-25Fix crash due to uninitialized pointer (not a problem in 3.4.x or below).Jeremy Allison1-2/+1
2009-11-25s3 setfileinfo: Open with FILE_WRITE_DATA when setting the file sizeTim Prouty1-1/+1
2009-11-24Remove call into reduce_name if case sensitive. This allows us to passJeremy Allison1-2/+1
2009-11-24Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or withJeremy Allison2-4/+13
2009-11-24Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS set...Jeremy Allison1-8/+12
2009-11-23Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the wayJeremy Allison1-5/+68
2009-11-23Remove unused code.Jeremy Allison1-46/+0
2009-11-23Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison2-13/+20
2009-11-23Fix bug #6898 - Samba duplicates file content on appendingJeremy Allison1-0/+10
2009-11-23Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke2-6/+4
2009-11-23Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke5-13/+7
2009-11-23Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ...Volker Lendecke1-4/+2
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke13-59/+35
2009-11-23s3: Move a variable declaration to its only useVolker Lendecke1-1/+1
2009-11-23s3-printing: use spoolss types and structs while getting and deleting drivers.Günther Deschner1-33/+28
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke13-35/+59
2009-11-21s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicitVolker Lendecke1-2/+4
2009-11-21s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke5-7/+13
2009-11-21s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke2-4/+6
2009-11-21s3: Tune if-conditions in a very hot codepathVolker Lendecke1-1/+1
2009-11-20Fix logic bug where high bits tests was beingJeremy Allison1-1/+1
2009-11-18s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke6-104/+56
2009-11-18s3: Do not talloc in readdirVolker Lendecke5-105/+145
2009-11-17Start removing SMB_STRUCT_STAT variables except forJeremy Allison1-15/+13
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison6-139/+188
2009-11-16Don't overwrite a dynamic pointer with the address of a stackJeremy Allison2-16/+11
2009-11-12Fix bug 6891 - using windows explorer to change ownership on a folder fails w...Jeremy Allison1-1/+11
2009-11-12s3: Fix debug messages in check_reduced_nameVolker Lendecke1-13/+24
2009-11-11Fix bug 6878 - Cannot change ACL's inherit flag.Jeremy Allison1-44/+108
2009-11-10s3-chgpasswd: split out a check_password_complexity() function.Günther Deschner1-22/+42
2009-11-06Fix bug 6841 - "map acl inherit = yes" not working.Jeremy Allison1-8/+29
2009-11-05Got the logic simplification worked out so we still passJeremy Allison4-30/+45
2009-11-05Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison3-11/+31