Age | Commit message (Expand) | Author | Files | Lines |
2011-02-05 | Move the "oplock file with byte range locks" check to the correct place, wher... | Jeremy Allison | 1 | -0/+15 |
2011-02-02 | Based on a conversation with Volker, refactor some of the oplock code to make... | Jeremy Allison | 1 | -71/+160 |
2011-01-31 | Fix bug #7928 - Samba problems with kernel oplocks option set to "no" | Pavel Shilovsky | 1 | -1/+4 |
2011-01-25 | Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved. | Jeremy Allison | 1 | -4/+8 |
2010-12-29 | Fix bug #7892 - open_file_fchmod() leaves a stale lock. | Jeremy Allison | 1 | -36/+4 |
2010-12-21 | Keep track of the sparse status of an open file handle. Allows bypass of | Jeremy Allison | 1 | -0/+9 |
2010-12-01 | Fix a typo - should be '&&' not '&' when checking for privileges. | Jeremy Allison | 1 | -1/+1 |
2010-11-04 | s3: Remove an unused prototype | Volker Lendecke | 1 | -17/+0 |
2010-10-22 | Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil... | Jeremy Allison | 1 | -2/+2 |
2010-10-22 | Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ... | Jeremy Allison | 1 | -2/+2 |
2010-10-21 | Add code to implement SeSecurityPrivilege in net rpc rights, and in the | Jeremy Allison | 1 | -21/+8 |
2010-10-15 | Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle... | Jeremy Allison | 1 | -1/+1 |
2010-10-15 | Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect u... | Jeremy Allison | 1 | -0/+9 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-10-03 | s3: Remove smbd_server_conn from msg_file_was_renamed | Volker Lendecke | 1 | -1/+8 |
2010-10-03 | s3: Remove smbd_server_conn from validate_my_share_entries | Volker Lendecke | 1 | -3/+5 |
2010-09-28 | s3: Lift smbd_server_conn from file_find_di_first | Volker Lendecke | 1 | -2/+3 |
2010-09-28 | s3: Lift smbd_server_conn from file_find_dif | Volker Lendecke | 1 | -1/+1 |
2010-09-11 | s3:auth Remove NT_USER_TOKEN | Andrew Bartlett | 1 | -1/+1 |
2010-08-26 | s3-build: only include "fake_file.h" where needed. | Günther Deschner | 1 | -0/+1 |
2010-07-29 | s3: Avoid an unnecessary ftruncate call | Volker Lendecke | 1 | -1/+1 |
2010-07-27 | s3-smbd: Migrated to new spoolss functions for printing. | Simo Sorce | 1 | -2/+3 |
2010-07-05 | s3: Remove procid_self() from fill_deferred_open_entry() | Volker Lendecke | 1 | -5/+10 |
2010-07-05 | s3: Remove smbd_messaging_context() from send_break_message() | Volker Lendecke | 1 | -1/+1 |
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 |