summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Move checks inside file_set_sparse() to allow it to be called from anywhere.Jeremy Allison2010-12-172-19/+21
* file_set_sparse needs to be a handle based call.Jeremy Allison2010-12-172-11/+9
* s3:smbd: implement FSCTL_SET_SPARSE more correctlyBjörn Jacke2010-12-171-5/+43
* s3:smbd: add file_set_sparse() functionBjörn Jacke2010-12-171-0/+49
* s3: remove set_sparse_flagBjörn Jacke2010-12-171-15/+1
* s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flagsBjörn Jacke2010-12-171-0/+2
* Fix old bug in openX code, exposed when "strict allocate" is set to true.Jeremy Allison2010-12-161-5/+9
* Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...Jeremy Allison2010-12-153-3/+159
* Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB.Jeremy Allison2010-12-152-9/+25
* Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_...Jeremy Allison2010-12-141-19/+20
* Change crediting so that the credits are returned on the interim async response.Jeremy Allison2010-12-141-4/+7
* As we handle missing sendfile() inside lib/sendfile.c, remove the WITH_SENDFI...Jeremy Allison2010-12-131-7/+0
* We need to start off with smb2.credits_granted == 0. That wayJeremy Allison2010-12-131-2/+3
* Remove extra unused credit arg. to smbd_smb2_request_setup_out()Jeremy Allison2010-12-131-3/+3
* Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2010-12-102-24/+136
* s3-smbd Don't send SPNEGO principal (rfc4178 hint) by defaultAndrew Bartlett2010-12-101-0/+3
* Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison2010-12-031-34/+45
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-021-2/+11
* Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict all...Jeremy Allison2010-12-021-2/+30
* Fix a typo - should be '&&' not '&' when checking for privileges.Jeremy Allison2010-12-011-1/+1
* s3:smbd: remove some commented out legacy codeMichael Adam2010-12-021-5/+0
* Fix bug discovered with "encryped passwords = no".Jeremy Allison2010-11-291-8/+1
* Add in fsp->access_mask checks. Not required (underlying system does this)Jeremy Allison2010-11-242-2/+42
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-202-52/+11
* Move error reporting of messaging context creation fail intoJeremy Allison2010-11-141-1/+5
* s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}.Jelmer Vernooij2010-11-121-2/+2
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-104-45/+92
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-104-11/+25
* s3: Allow disabling of mdns registrationsVolker Lendecke2010-11-051-1/+1
* s3: Remove an unused prototypeVolker Lendecke2010-11-041-17/+0
* s3: Align nttrans replies the same way Windows does itVolker Lendecke2010-11-031-1/+1
* s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett2010-11-021-2/+2
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+5
* s3-smbd Remove manual override of DEBUGELVEL during exitAndrew Bartlett2010-10-271-5/+0
* s3: Fix some DEBUG msgsVolker Lendecke2010-10-261-5/+5
* Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison2010-10-222-4/+4
* Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison2010-10-222-4/+4
* Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison2010-10-212-21/+18
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-202-2/+2
* s3: Add some DEBUGVolker Lendecke2010-10-201-0/+2
* s3: Cope with EINTR in smbd_[un]lock_socketVolker Lendecke2010-10-201-2/+10
* Add deadtime detection for SMB2. Correctly update lastused timestamp across a...Jeremy Allison2010-10-192-30/+76
* Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n...Jeremy Allison2010-10-191-32/+105
* Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths.Jeremy Allison2010-10-191-20/+27
* Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...Jeremy Allison2010-10-194-7/+11
* Add make_default_filesystem_acl() function to be used in following change to ...Jeremy Allison2010-10-151-0/+110
* Fix handling of "NULL" DACL. Map to u/g/w - rwx.Jeremy Allison2010-10-151-23/+33
* Fix "force unknown ACL user" to strip out foreign SIDs from POSIX ACLs if the...Jeremy Allison2010-10-151-0/+8
* Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison2010-10-151-1/+1
* Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect u...Jeremy Allison2010-10-151-0/+9