Age | Commit message (Expand) | Author | Files | Lines |
2012-01-12 | s3: Put an indirection layer into share_mode_lock | Volker Lendecke | 5 | -36/+36 |
2012-01-12 | s3: Introduce get_share_mode_lock_fresh() | Volker Lendecke | 5 | -26/+14 |
2012-01-12 | s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKEN | Stefan Metzmacher | 2 | -0/+6 |
2012-01-12 | Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE | Jeremy Allison | 1 | -2/+1 |
2012-01-06 | s3-auth Rename make_auth_ntlmssp() -> make_auth_gensec() | Andrew Bartlett | 1 | -5/+5 |
2012-01-05 | s3-auth remove outdated comment | Andrew Bartlett | 1 | -3/+0 |
2012-01-05 | s3-auth remove unused ntlmssp.h | Andrew Bartlett | 1 | -1/+0 |
2012-01-05 | s3-auth Remove ntlmssp_wrap.h which is no longer required | Andrew Bartlett | 4 | -4/+0 |
2012-01-05 | s3-auth use gensec directly rather than via auth_generic_state | Andrew Bartlett | 6 | -63/+62 |
2012-01-05 | s3-auth Add TALLOC_CTX * to auth_generic_prepare() | Andrew Bartlett | 4 | -15/+9 |
2012-01-05 | s3: Move basic SMB checking to a much earlier point | Volker Lendecke | 1 | -19/+19 |
2012-01-05 | s3: Add a suicide mode to smbd | Volker Lendecke | 1 | -0/+11 |
2012-01-04 | s3: Check for the packet size before accessing it | Volker Lendecke | 1 | -2/+1 |
2012-01-03 | s3: Remove the unused "file_existed" parameter from smbd_calculate_access_mask | Volker Lendecke | 4 | -10/+2 |
2012-01-03 | s3: Avoid "file_existed" in smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -36/+35 |
2012-01-03 | s3: Remove some else{} branches in smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -3/+7 |
2012-01-03 | s3: Directly use *p_access_mask in smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -6/+4 |
2012-01-03 | s3: Factor out smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -40/+59 |
2011-12-31 | Final part of fix for bug #8679 - recvfile code path using splice() on Linux ... | Jeremy Allison | 1 | -5/+0 |
2011-12-22 | s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directly | Andrew Bartlett | 3 | -7/+7 |
2011-12-22 | s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare() | Andrew Bartlett | 4 | -8/+8 |
2011-12-22 | s3-auth rename auth_ntlmssp_state -> auth_generic_state | Andrew Bartlett | 4 | -6/+6 |
2011-12-22 | s3:smb2_negprot: add support for PROTOCOL_SMB2_24 | Stefan Metzmacher | 1 | -0/+15 |
2011-12-20 | Allow an object to be deleted from a directory if the caller has DELETE_CHILD... | Jeremy Allison | 1 | -1/+9 |
2011-12-20 | s3: Fix some False/NULL hickups | Volker Lendecke | 2 | -2/+2 |
2011-12-17 | check_name() not needed in mkdir. | Jeremy Allison | 1 | -5/+0 |
2011-12-17 | Ensure VALID_STAT before accessing fields. | Jeremy Allison | 1 | -1/+3 |
2011-12-16 | Fix bug #8664 - Renaming a symlink fails if the symlink target is outside of ... | Jeremy Allison | 1 | -2/+4 |
2011-12-16 | Restrict UCF_UNIX_NAME_LOOKUP (symlink allowed) to restricted set of calls. | Jeremy Allison | 1 | -1/+4 |
2011-12-16 | s3:smbd: remove unused sconn_server_id() | Stefan Metzmacher | 1 | -2/+0 |
2011-12-16 | s3:smbd: avoid using sconn_server_id() | Stefan Metzmacher | 9 | -19/+24 |
2011-12-16 | s3: Add some const to find_oplock_types | Volker Lendecke | 1 | -1/+1 |
2011-12-16 | s3: Make open_file_ntcreate a bit easier to read | Volker Lendecke | 1 | -3/+2 |
2011-12-16 | s3: Make open_file_ntcreate a bit easier to read | Volker Lendecke | 1 | -4/+6 |
2011-12-16 | s3: Make open_file_ntcreate a bit easier to read | Volker Lendecke | 1 | -3/+3 |
2011-12-16 | s3: Slightly simplify delay_for_exclusive_oplocks | Volker Lendecke | 1 | -9/+15 |
2011-12-16 | s3: Slightly simplify delay_for_batch_oplocks | Volker Lendecke | 1 | -6/+6 |
2011-12-16 | Third part of fix for bug #8663 - deleting a symlink fails if the symlink tar... | Jeremy Allison | 1 | -0/+8 |
2011-12-15 | Second part of fix for bug #8663 - deleting a symlink fails if the symlink ta... | Jeremy Allison | 1 | -1/+6 |
2011-12-15 | First part of fix for bug #8663 - deleting a symlink fails if the symlink tar... | Jeremy Allison | 1 | -12/+0 |
2011-12-15 | s3:smbd/globals: remove unused msg_ctx_to_sconn() | Stefan Metzmacher | 2 | -15/+0 |
2011-12-15 | s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa... | Stefan Metzmacher | 8 | -28/+27 |
2011-12-15 | s3:smbd: split smb_conf_updated into parent and child versions | Stefan Metzmacher | 2 | -12/+30 |
2011-12-15 | s3:smbd: split ID_CACHE_* message handling into parent and child parts | Stefan Metzmacher | 4 | -179/+159 |
2011-12-14 | s3: Fix raw.mux after UNUSED_SHARE_MODE_ENTRY was removed | Volker Lendecke | 1 | -5/+55 |
2011-12-14 | s3: Slightly simplify the logic in defer_open | Volker Lendecke | 1 | -5/+3 |
2011-12-14 | s3: Remove UNUSED_SHARE_MODE_ENTRY | Volker Lendecke | 1 | -2/+1 |
2011-12-14 | s3:smb2_lock: use talloc_get_type_abort() as private_data can't be NULL | Stefan Metzmacher | 1 | -5/+1 |
2011-12-14 | s3:smbd/oplock: make process_oplock_async_level2_break_message() static | Stefan Metzmacher | 2 | -6/+1 |
2011-12-14 | s3:smbd/oplock: use talloc_get_type_abort() as private_data can't be NULL | Stefan Metzmacher | 1 | -25/+5 |