Age | Commit message (Expand) | Author | Files | Lines |
2011-09-07 | s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_flush.c | Stefan Metzmacher | 1 | -12/+4 |
2011-09-07 | s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_find.c | Stefan Metzmacher | 1 | -13/+5 |
2011-09-07 | s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_create.c | Stefan Metzmacher | 1 | -11/+4 |
2011-09-07 | s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_close.c | Stefan Metzmacher | 1 | -12/+3 |
2011-09-07 | s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_break.c | Stefan Metzmacher | 1 | -12/+4 |
2011-09-07 | s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_tcon.c | Stefan Metzmacher | 1 | -24/+8 |
2011-09-07 | s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_sesssetup.c | Stefan Metzmacher | 1 | -26/+9 |
2011-09-07 | s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_negprot.c | Stefan Metzmacher | 1 | -10/+4 |
2011-09-07 | s3:smb2_server: add smbd_smb2_request_verify_sizes() | Stefan Metzmacher | 2 | -0/+45 |
2011-09-07 | Revert "Part 5 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for... | Jeremy Allison | 1 | -21/+4 |
2011-09-06 | s3:smb2_server: make use of SMB2_WRITEFLAG_WRITE_THROUGH | Stefan Metzmacher | 1 | -1/+1 |
2011-09-05 | s3:smb2_server: add basic support for SMB 2.1 | Stefan Metzmacher | 3 | -4/+65 |
2011-09-05 | s3:smb2_server: return NOT_SUPPORTED if we don't find a common dialect with t... | Stefan Metzmacher | 1 | -6/+8 |
2011-09-05 | s3:smb2_server: max_trans, max_read and max_write are limited to 64 kilobytes | Stefan Metzmacher | 1 | -3/+17 |
2011-09-05 | s3-smbd: Rename reload_printers() and add documentation. | Andreas Schneider | 3 | -8/+19 |
2011-09-05 | s3: Fix smbcontrol smbd idmap kill S-1-5-21-... | Volker Lendecke | 1 | -6/+20 |
2011-09-05 | s3: Reformat msg_idmap.c to match Samba coding | Volker Lendecke | 1 | -13/+19 |
2011-09-05 | s3:smbd: make use of PROTOCOL_SMB2_02 | Stefan Metzmacher | 1 | -1/+1 |
2011-09-05 | libcli/smb: move smb2_signing.c to the toplevel | Stefan Metzmacher | 2 | -143/+0 |
2011-09-03 | Part 5 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In... | Jeremy Allison | 1 | -4/+21 |
2011-09-02 | Part 4 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In... | Jeremy Allison | 1 | -8/+11 |
2011-09-02 | Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In... | Jeremy Allison | 1 | -7/+6 |
2011-09-02 | Part 2 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In... | Jeremy Allison | 1 | -0/+38 |
2011-09-02 | Part 1 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In... | Jeremy Allison | 1 | -72/+0 |
2011-08-31 | Fix bug 8429 - Compound SMB2 requests on an IPC connection can corrupt the re... | Jeremy Allison | 1 | -12/+17 |
2011-08-31 | Based on metze's fix for Bug 8407 - SMB2 server can return requests out-of-or... | Jeremy Allison | 2 | -2/+39 |
2011-08-31 | s3:smb2_server: keep compound_related on struct smbd_smb2_request | Stefan Metzmacher | 2 | -4/+4 |
2011-08-31 | s3: Fix bug 8334, do not fork the echo handler for smb2 | Volker Lendecke | 1 | -1/+2 |
2011-08-30 | s3:smb2 fix Bug 8428 - wrong reply to DHnC (durable handle reconnect) | Christian Ambach | 1 | -6/+6 |
2011-08-29 | Fix bug 8412 - Microsoft Office 2007 (Microsoft Word) fails to save as on a S... | Jeremy Allison | 2 | -6/+46 |
2011-08-25 | s3:smbd: remove an unused variable in dptr_create() | Michael Adam | 1 | -1/+0 |
2011-08-25 | s3: Pass smbd_server_connection to (unused) server_encryption_shutdown | Volker Lendecke | 2 | -2/+2 |
2011-08-25 | s3: Pass smbd_server_connection to srv_encrypt_buffer | Volker Lendecke | 3 | -3/+5 |
2011-08-25 | s3: Pass smbd_server_connection to srv_decrypt_buffer | Volker Lendecke | 3 | -4/+3 |
2011-08-25 | s3: Pass smbd_server_connection to srv_free_enc_buffer | Volker Lendecke | 3 | -4/+4 |
2011-08-25 | s3: Pass smbd_server_connection to is_encrypted_packet | Volker Lendecke | 4 | -8/+11 |
2011-08-25 | s3: Pass sconn to valid_smb_header | Volker Lendecke | 1 | -4/+5 |
2011-08-25 | s3: Explicitly pass smb_srv_trans_enc_ctx to srv_enc_ctx | Volker Lendecke | 1 | -3/+3 |
2011-08-21 | s3-id_cache: Use better names for id cache management ops | Andreas Schneider | 3 | -6/+6 |
2011-08-21 | s3-id_cache: Move id caches mgmt out of smbd | Andreas Schneider | 3 | -101/+13 |
2011-08-21 | s3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checks | Simo Sorce | 1 | -7/+7 |
2011-08-21 | s3-smbd: Start lsasd as deamon. | Andreas Schneider | 1 | -4/+15 |
2011-08-19 | Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directory | Jeremy Allison | 1 | -3/+7 |
2011-08-14 | s3: Fix bug 8360 | Volker Lendecke | 1 | -7/+16 |
2011-08-13 | s3-smbd Avoid races creating 'ncaclrpc dir' with epmd in a child process | Andrew Bartlett | 1 | -0/+9 |
2011-08-12 | s3:smb2_server: make sure we prefer responses over requests on the client socket | Stefan Metzmacher | 1 | -12/+52 |
2011-08-10 | s3: Adapt msg_idmap.c to Samba coding conventions | Volker Lendecke | 1 | -5/+5 |
2011-08-10 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -1/+1 |
2011-08-10 | s3-printing: Do not try to force reload. | Simo Sorce | 1 | -2/+2 |
2011-08-10 | s3-printing: Force pcap reload when all ready | Simo Sorce | 2 | -2/+6 |