Age | Commit message (Expand) | Author | Files | Lines |
2010-06-03 | s3-security: use shared SECINFO_DACL define. | Günther Deschner | 1 | -3/+3 |
2010-06-03 | s3-security: use shared SECINFO_SACL define. | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_GROUP define. | Günther Deschner | 1 | -3/+3 |
2010-06-03 | s3-security: use shared SECINFO_OWNER define. | Günther Deschner | 1 | -3/+3 |
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-05-13 | Be more forgiving on client oplock break failure (as Windows does). Remove a ... | Jeremy Allison | 1 | -1/+1 |
2010-05-13 | Treat an open of stream ::$DATA as an open of the base file. | Jeremy Allison | 1 | -1/+23 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-04-23 | s3-smbd: group print relate data in own structure | Simo Sorce | 1 | -2/+2 |
2010-04-23 | Allow smb2 create requests to be cancelled. | Jeremy Allison | 1 | -9/+18 |
2010-04-22 | Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2. | Jeremy Allison | 1 | -1/+1 |
2010-04-12 | Move to using 64-bit mid values in our internal open file database. | Jeremy Allison | 1 | -6/+8 |
2010-04-09 | Plumb SMB2 stubs into all the places we defer SMB1 operations. | Jeremy Allison | 1 | -26/+26 |
2010-03-15 | Switch over to using get_currect_XXX() accessor functions. | Jeremy Allison | 1 | -3/+3 |
2010-03-15 | Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s... | Jeremy Allison | 1 | -3/+3 |
2010-03-12 | Missed a couple more uses of conn->server_info->ptok that need to be get_curr... | Jeremy Allison | 1 | -19/+22 |
2010-03-12 | Remove more uses of "extern struct current_user current_user;". | Jeremy Allison | 1 | -3/+3 |
2010-03-05 | Fix for bug #7189 - Open txt files with notepad on samba shares creates problem. | Jeremy Allison | 1 | -19/+36 |
2009-12-16 | Add helpful debug of DACL for errors on ACL access. | Jeremy Allison | 1 | -2/+10 |
2009-12-03 | Make sure we're not using the old smb_fname data. | Jeremy Allison | 1 | -1/+1 |
2009-12-03 | Remove smb_fname duplicates that just keep the same information as in fsp->fs... | Jeremy Allison | 1 | -13/+11 |
2009-12-02 | Remove unneeded argument from can_set_delete_on_close(). Ensure | Jeremy Allison | 1 | -2/+2 |
2009-11-25 | Fix crash due to uninitialized pointer (not a problem in 3.4.x or below). | Jeremy Allison | 1 | -2/+1 |
2009-11-23 | Remove unused code. | Jeremy Allison | 1 | -46/+0 |
2009-11-23 | Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit" | Volker Lendecke | 1 | -3/+2 |
2009-11-23 | Revert "s3: Move the global variable Protocol to struct smbd_server_connection" | Volker Lendecke | 1 | -2/+2 |
2009-11-23 | s3: Move a variable declaration to its only use | Volker Lendecke | 1 | -1/+1 |
2009-11-21 | s3: Move the global variable Protocol to struct smbd_server_connection | Volker Lendecke | 1 | -2/+2 |
2009-11-21 | s3: Make the implicit reference to Protocol in is_in_path() explicit | Volker Lendecke | 1 | -2/+3 |
2009-11-20 | Fix logic bug where high bits tests was being | Jeremy Allison | 1 | -1/+1 |
2009-11-17 | Remove "store create time" code, cause create time to be stored | Jeremy Allison | 1 | -15/+5 |
2009-10-06 | s3: Add access_mask to the flock VFS call | Abhidnya P Chirmule | 1 | -1/+1 |
2009-09-04 | s3:smbd: Fix Coverity ID 937, REVERSE_INULL | Volker Lendecke | 1 | -2/+2 |
2009-08-24 | Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of... | Jeremy Allison | 1 | -5/+1 |
2009-08-21 | Fix bug 6529 - Offline files conflict with Vista and Office 2003 | Jeremy Allison | 1 | -1/+5 |
2009-08-19 | s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2 | Stefan Metzmacher | 1 | -8/+8 |
2009-08-12 | Add "store create time" parameter (docs to follow) | Jeremy Allison | 1 | -0/+9 |
2009-08-10 | Ensure the fsp->fsp_name stat_ex struct is always | Jeremy Allison | 1 | -0/+1 |
2009-07-21 | s3: Plumb smb_filename through map_open_params_to_ntcreate | Tim Prouty | 1 | -4/+6 |
2009-07-20 | s3: Plumb smb_filename through open_fake_file | Tim Prouty | 1 | -11/+2 |
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -38/+36 |
2009-07-14 | TALLOC_FREE(sd) in check_open_rights upon an error | Volker Lendecke | 1 | -0/+1 |
2009-07-08 | s3: Prepare open.c to switch fsp_name to an smb_filename struct | Tim Prouty | 1 | -11/+15 |
2009-07-08 | s3: Change the share_mode_lock struct to store a base_name and stream_name | Tim Prouty | 1 | -24/+47 |
2009-07-08 | s3: Plumb smb_filename through dos_mode() and related funtions | Tim Prouty | 1 | -16/+5 |
2009-07-08 | s3: convert unix_mode to take an smb_filename | Tim Prouty | 1 | -3/+3 |
2009-07-07 | s3: Migrate a few functions in open.c to take smb_filename | Tim Prouty | 1 | -13/+15 |
2009-07-06 | s3: Plumb smb_filename around SMB_VFS_CHFLAGS | Tim Prouty | 1 | -36/+32 |
2009-07-03 | For non-existent streams we have to return OBJECT_NAME_NOT_FOUND | Volker Lendecke | 1 | -1/+1 |
2009-07-01 | s3:smbd: remove unused variables passed to parent_dirname() | Stefan Metzmacher | 1 | -2/+1 |