Age | Commit message (Expand) | Author | Files | Lines |
2010-07-19 | Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and | Jeremy Allison | 1 | -1/+1 |
2010-07-13 | Revert "Remove the global char *LastDir." | Jeremy Allison | 1 | -0/+1 |
2010-07-05 | s3: Add sconn_server_id() | Volker Lendecke | 1 | -0/+2 |
2010-07-05 | s3: Add missing prototype for smb2_opcode_name | Volker Lendecke | 1 | -0/+1 |
2010-07-05 | s3: Add msg_ctx to smbd_server_connection | Volker Lendecke | 1 | -0/+1 |
2010-06-12 | s3: Explicitly pass sconn to process_blocking_lock_queue_smb2 | Volker Lendecke | 1 | -1/+2 |
2010-06-12 | s3: Explicitly pass sconn to [remove|schedule]_deferred_open_message_smb2 | Volker Lendecke | 1 | -2/+4 |
2010-06-12 | s3: Explicitly pass sconn to open_was_deferred_smb2 | Volker Lendecke | 1 | -1/+2 |
2010-06-12 | s3: Explicitly pass sconn to negprot_spnego() | Volker Lendecke | 1 | -1/+1 |
2010-06-12 | s3: Remove sconn arg from smbd_notify_cancel_by_smbreq | Volker Lendecke | 1 | -2/+1 |
2010-06-10 | Implement AIO in SMB2. Doesn't allow cancel calls yet (to be added). | Jeremy Allison | 1 | -0/+2 |
2010-06-09 | Rename "allow_smb2" -> "using_smb2" and make the usage clearer. | Jeremy Allison | 1 | -1/+1 |
2010-06-08 | Fix a valgrind error found by SMB2-COMPOUND test. | Jeremy Allison | 1 | -0/+3 |
2010-06-04 | s3-smbd: Remove unneeded dependency of map_username to globals.c. | Andreas Schneider | 1 | -3/+0 |
2010-05-31 | s3:smbd make yp cache local. | Simo Sorce | 1 | -3/+0 |
2010-05-31 | s3:auth Remove AUTH_NTLMSSP_STATE typedef. | Andrew Bartlett | 1 | -1/+1 |
2010-05-19 | (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-... | Jeremy Allison | 1 | -0/+1 |
2010-05-18 | Keep track of credits we're giving out. Set initial credits to 1 (MS-SMB2 spe... | Jeremy Allison | 1 | -0/+1 |
2010-05-13 | Be more forgiving on client oplock break failure (as Windows does). Remove a ... | Jeremy Allison | 1 | -1/+0 |
2010-05-10 | SMB2 always have level2 oplock capability. Correct mapping from break message... | Jeremy Allison | 1 | -1/+0 |
2010-05-07 | This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s... | Jeremy Allison | 1 | -2/+2 |
2010-05-07 | Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex... | Jeremy Allison | 1 | -1/+2 |
2010-05-06 | Fix more SMB2 locking. We still crash but this won't last :-). | Jeremy Allison | 1 | -1/+1 |
2010-04-30 | Plumb the SMB2 front end into the blocking lock backend. | Jeremy Allison | 1 | -7/+7 |
2010-04-29 | Carefully label SMB1-specific locking calls. | Jeremy Allison | 1 | -0/+2 |
2010-04-29 | Move the global blocking lock records into the smb1 state. | Jeremy Allison | 1 | -12/+12 |
2010-04-28 | Update (C) for 2010. | Jeremy Allison | 1 | -0/+1 |
2010-04-27 | s3:smbd: keep local and remote tsocket_address per connection | Stefan Metzmacher | 1 | -0/+2 |
2010-04-24 | Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system. | Jeremy Allison | 1 | -2/+3 |
2010-04-23 | Allow smb2 create requests to be cancelled. | Jeremy Allison | 1 | -0/+1 |
2010-04-22 | Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2. | Jeremy Allison | 1 | -5/+10 |
2010-04-17 | First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri... | Jeremy Allison | 1 | -0/+2 |
2010-04-12 | Move to using 64-bit mid values in our internal open file database. | Jeremy Allison | 1 | -10/+4 |
2010-04-09 | Plumb SMB2 stubs into all the places we defer SMB1 operations. | Jeremy Allison | 1 | -3/+14 |
2010-04-08 | Stop smb2 from calling into smb1 blocking lock request code. | Jeremy Allison | 1 | -0/+17 |
2010-04-08 | Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo() | Jeremy Allison | 1 | -1/+0 |
2010-04-07 | Start to plumb smb2 into the oplock system. Calls dummy functions for now. | Jeremy Allison | 1 | -0/+3 |
2010-03-31 | Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count. | Jeremy Allison | 1 | -2/+8 |
2010-03-22 | s3:smbd: add echo handler information to struct smbd_server_connection | Stefan Metzmacher | 1 | -0/+19 |
2010-03-22 | s3:smbd: add smbd_[un]lock_socket() dummies | Stefan Metzmacher | 1 | -0/+3 |
2010-03-01 | s3: Abstract access to sessionid.tdb, similar to conn_tdb.c | Volker Lendecke | 1 | -2/+0 |
2010-01-12 | Remove the global char *LastDir. | Jeremy Allison | 1 | -1/+0 |
2009-11-23 | Revert "s3: Move the global variable Protocol to struct smbd_server_connection" | Volker Lendecke | 1 | -1/+0 |
2009-11-21 | s3: Move the global variable Protocol to struct smbd_server_connection | Volker Lendecke | 1 | -0/+1 |
2009-08-19 | s3:smbd: add a generic smbd_dirptr_lanman2_entry() function | Stefan Metzmacher | 1 | -0/+21 |
2009-08-19 | s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2 | Stefan Metzmacher | 1 | -0/+5 |
2009-08-17 | s3:smbd: add smbd_notify_cancel_by_smbreq() | Stefan Metzmacher | 1 | -0/+3 |
2009-08-17 | s3:smbd: implement SMB2 Cancel correctly. | Stefan Metzmacher | 1 | -1/+8 |
2009-08-12 | Fix BASE-DELAYWRITE test by removing const from struct smb_filename | Jeremy Allison | 1 | -1/+1 |
2009-08-08 | s3:smbd: rename conn => sconn for smbd_server_connection structs | Stefan Metzmacher | 1 | -3/+3 |