Age | Commit message (Expand) | Author | Files | Lines |
2010-12-19 | s3: Fix some typos | Volker Lendecke | 2 | -4/+4 |
2010-12-18 | Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc... | Jeremy Allison | 1 | -9/+12 |
2010-12-17 | Move checks inside file_set_sparse() to allow it to be called from anywhere. | Jeremy Allison | 2 | -19/+21 |
2010-12-17 | file_set_sparse needs to be a handle based call. | Jeremy Allison | 2 | -11/+9 |
2010-12-17 | s3:smbd: implement FSCTL_SET_SPARSE more correctly | Björn Jacke | 1 | -5/+43 |
2010-12-17 | s3:smbd: add file_set_sparse() function | Björn Jacke | 1 | -0/+49 |
2010-12-17 | s3: remove set_sparse_flag | Björn Jacke | 1 | -15/+1 |
2010-12-17 | s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flags | Björn Jacke | 1 | -0/+2 |
2010-12-16 | Fix old bug in openX code, exposed when "strict allocate" is set to true. | Jeremy Allison | 1 | -5/+9 |
2010-12-15 | Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd... | Jeremy Allison | 3 | -3/+159 |
2010-12-15 | Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB. | Jeremy Allison | 2 | -9/+25 |
2010-12-14 | Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_... | Jeremy Allison | 1 | -19/+20 |
2010-12-14 | Change crediting so that the credits are returned on the interim async response. | Jeremy Allison | 1 | -4/+7 |
2010-12-13 | As we handle missing sendfile() inside lib/sendfile.c, remove the WITH_SENDFI... | Jeremy Allison | 1 | -7/+0 |
2010-12-13 | We need to start off with smb2.credits_granted == 0. That way | Jeremy Allison | 1 | -2/+3 |
2010-12-13 | Remove extra unused credit arg. to smbd_smb2_request_setup_out() | Jeremy Allison | 1 | -3/+3 |
2010-12-10 | Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1... | Jeremy Allison | 2 | -24/+136 |
2010-12-10 | s3-smbd Don't send SPNEGO principal (rfc4178 hint) by default | Andrew Bartlett | 1 | -0/+3 |
2010-12-03 | Merge the two conflicting allocation codes into one function, vfs_slow_falloc... | Jeremy Allison | 1 | -34/+45 |
2010-12-02 | Move posix_fallocate into the VFS where it belongs. | Jeremy Allison | 1 | -2/+11 |
2010-12-02 | Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict all... | Jeremy Allison | 1 | -2/+30 |
2010-12-01 | Fix a typo - should be '&&' not '&' when checking for privileges. | Jeremy Allison | 1 | -1/+1 |
2010-12-02 | s3:smbd: remove some commented out legacy code | Michael Adam | 1 | -5/+0 |
2010-11-29 | Fix bug discovered with "encryped passwords = no". | Jeremy Allison | 1 | -8/+1 |
2010-11-24 | Add in fsp->access_mask checks. Not required (underlying system does this) | Jeremy Allison | 2 | -2/+42 |
2010-11-20 | Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default | Jeremy Allison | 2 | -52/+11 |
2010-11-14 | Move error reporting of messaging context creation fail into | Jeremy Allison | 1 | -1/+5 |
2010-11-12 | s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}. | Jelmer Vernooij | 1 | -2/+2 |
2010-11-10 | Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin... | Jeremy Allison | 4 | -45/+92 |
2010-11-10 | Remove fstring from map_username. Create a more sane interface than the calle... | Jeremy Allison | 4 | -11/+25 |
2010-11-05 | s3: Allow disabling of mdns registrations | Volker Lendecke | 1 | -1/+1 |
2010-11-04 | s3: Remove an unused prototype | Volker Lendecke | 1 | -17/+0 |
2010-11-03 | s3: Align nttrans replies the same way Windows does it | Volker Lendecke | 1 | -1/+1 |
2010-11-02 | s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt calls | Andrew Bartlett | 1 | -2/+2 |
2010-11-02 | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 1 | -1/+5 |
2010-10-27 | s3-smbd Remove manual override of DEBUGELVEL during exit | Andrew Bartlett | 1 | -5/+0 |
2010-10-26 | s3: Fix some DEBUG msgs | Volker Lendecke | 1 | -5/+5 |
2010-10-22 | Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil... | Jeremy Allison | 2 | -4/+4 |
2010-10-22 | Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ... | Jeremy Allison | 2 | -4/+4 |
2010-10-21 | Add code to implement SeSecurityPrivilege in net rpc rights, and in the | Jeremy Allison | 2 | -21/+18 |
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username looku... | Jeremy Allison | 2 | -2/+2 |
2010-10-20 | s3: Add some DEBUG | Volker Lendecke | 1 | -0/+2 |
2010-10-20 | s3: Cope with EINTR in smbd_[un]lock_socket | Volker Lendecke | 1 | -2/+10 |
2010-10-19 | Add deadtime detection for SMB2. Correctly update lastused timestamp across a... | Jeremy Allison | 2 | -30/+76 |
2010-10-19 | Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n... | Jeremy Allison | 1 | -32/+105 |
2010-10-19 | Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths. | Jeremy Allison | 1 | -20/+27 |
2010-10-19 | Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ... | Jeremy Allison | 4 | -7/+11 |
2010-10-15 | Add make_default_filesystem_acl() function to be used in following change to ... | Jeremy Allison | 1 | -0/+110 |
2010-10-15 | Fix handling of "NULL" DACL. Map to u/g/w - rwx. | Jeremy Allison | 1 | -23/+33 |
2010-10-15 | Fix "force unknown ACL user" to strip out foreign SIDs from POSIX ACLs if the... | Jeremy Allison | 1 | -0/+8 |