Age | Commit message (Expand) | Author | Files | Lines |
2010-12-23 | All calls to event_add_to_select_args() call GetTimeOfDay() and | Jeremy Allison | 1 | -7/+2 |
2010-12-21 | My algorithm for determining whan an incoming sequence number can be allowed ... | Jeremy Allison | 1 | -6/+7 |
2010-12-21 | Keep track of the sparse status of an open file handle. Allows bypass of | Jeremy Allison | 3 | -1/+13 |
2010-12-21 | Added call out to a Linux-compatible fallocate() when we need to extend a file | Jeremy Allison | 1 | -1/+12 |
2010-12-20 | CREATE in a compound CREATE/NOTIFY sequence was being passed through set_oper... | Ken Harris | 1 | -17/+17 |
2010-12-20 | From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get... | Jeremy Allison | 1 | -1/+2 |
2010-12-19 | s3: Reply correctly to FSCTL_IS_VOLUME_DIRTY | Volker Lendecke | 1 | -0/+9 |
2010-12-19 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -22/+22 |
2010-12-19 | s3: re-add some debugs to check_reduced_name | Volker Lendecke | 1 | -0/+2 |
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 |