doc: Fix prefix parameter name in vfs_full_audit man page
[mat/samba.git] / source3 / smbd /
2013-08-05 Ralph Wuerthners3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO...
2013-08-05 Ralph Wuerthners3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO...
2013-08-05 Ralph Wuerthners3:smbd: allow status code in smbd_do_qfsinfo() to...
2013-08-05 Ralph Wuerthners3:smbd: allow GetInfo responses with STATUS_BUFFER_OVE...
2013-08-05 Ralph Wuerthners3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for...
2013-08-05 Jeremy AllisonFix bug #10010 - Missing integer wrap protection in...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-08-04 Jeremy AllisonEnsure we can never integer wrap when working on client...
2013-08-03 Richard SharpeThere are tests all over the SMB1 code to check that...
2013-08-01 Gregor BeckFix bug 9678 - Windows 8 Roaming profiles fail
2013-08-01 Jeremy AllisonWrap setting leases in become_root()/unbecome_root...
2013-07-23 Volker Lendeckesmbd: Fix CID 1035536 Uninitialized pointer read
2013-07-22 Volker Lendeckesmbd: Fix CID 1035537 Uninitialized pointer read
2013-07-22 Volker Lendeckesmbd: Fix CID 1035538 Uninitialized pointer read
2013-07-19 Jeremy AllisonReply with correct trans2 message on a setpathinfo...
2013-07-19 Jeremy AllisonEnsure we do pathname processing before SD and EA proce...
2013-07-19 Jeremy AllisonEnsure we can't create a file using NTTRANS with an...
2013-07-19 Jeremy AllisonEnsure we can't create a file using TRANS2_OPEN with...
2013-07-19 Jeremy AllisonAdd the ability to send an NTSTATUS result back with...
2013-07-19 Jeremy AllisonEnsure we can't create a file using SMB2_CREATE with...
2013-07-19 Jeremy AllisonEnsure we never return an EA name to a Windows client...
2013-07-19 Jeremy AllisonEnsure set_ea cannot set invalid Windows EA names.
2013-07-18 Richard SharpeFix memory leak in error code path.
2013-07-11 Volker Lendeckesmbd: Fix a 100% loop at shutdown time
2013-07-09 Volker Lendeckesmbd: Fix a profile problem
2013-06-25 Christian Ambachs3:smbd/close remove filesystem lock before removing...
2013-06-25 Christian Ambachs3:smbd/close use common exit path
2013-06-25 Christian Ambachs3:smbd/aio mark file as modified in the SMB2 case
2013-06-20 Jeremy AllisonFix bug #9166 - Starting smbd or nmbd with stdin from...
2013-06-11 Volker Lendeckesmbd: Remove an unused variable
2013-06-11 Volker Lendeckesmbd: Fix a const warning
2013-06-11 Volker Lendeckesmbd: Fix a const warning
2013-06-11 Volker Lendeckesmbd: Remove unused code
2013-06-06 Christof Schmittsmbd: Change logging when SET_OFFLINE is not supported
2013-06-04 Michael Adams3:smbd: explain parameters in call to SMB_VFS_DURABLE_...
2013-06-04 Michael Adams3:smbd: remove code duplication in smb2_create_send()
2013-06-04 Michael Adams3:smbd: remove old comment about scavenger timer from...
2013-06-03 David DisseldorpFix bug 9900: is_printer_published GUID retrieval
2013-05-27 Andrew Bartlettsmbd: Fix build on platforms that will not support...
2013-05-23 Richard SharpeRevert my accidental commit.
2013-05-22 Richard SharpeMake sure that if an smbd is exiting because of an...
2013-05-14 Volker Lendeckesmbd: Remove a pointless variable
2013-05-07 Jeremy AllisonRemove the compound_related_in_progress state from...
2013-05-07 Jeremy AllisonThe core of the fix to allow opens to go async inside...
2013-05-07 Jeremy AllisonMove a variable into the area of code where it's used.
2013-05-07 Jeremy AllisonEnsure we don't try and cancel anything that is in...
2013-05-07 Jeremy AllisonOnly do the 1 second delay for sharing violations for...
2013-05-06 Jeremy AllisonAllow "store dos attributes" to override the other...
2013-04-30 Anand Avaticheck_parent_exists() can change errno. Ensure we prese...
2013-04-27 Jeremy AllisonFix bug #9822 - Samba crashing during Win8 sync.
2013-04-27 Jeremy AllisonCheck for WRITE_ACCESS on the file before overriding...
2013-04-27 Jeremy AllisonEnsure we don't try the open_file_fchmod() if we can...
2013-04-27 Jeremy AllisonRemove indentation around code wrapped by unneeded...
2013-04-27 Jeremy AllisonAdd early return in file_set_dosmode() on a read only...
2013-04-27 Volker Lendeckesmbd: Do not fetch the record in defer_open_done
2013-04-26 Volker Lendeckesmbd: We don't use DEFERRED_OPEN_ENTRY anymore
2013-04-26 Volker Lendeckesmbd: Remove unused smb2_deferred_open_timer
2013-04-26 Volker Lendeckesmbd: Obsolete MSG_SMB_OPEN_RETRY
2013-04-26 Volker Lendeckesmbd: Remove the unused fsp->pending_break_messages...
2013-04-26 Volker Lendeckesmbd: Remove unused reply_to_oplock_break_requests
2013-04-26 Volker Lendeckesmbd: Obsolete MSG_SMB_BREAK_RESPONSE
2013-04-26 Volker Lendeckesmbd: Ignore OPEN_RETRY and BREAK_RESPONSE
2013-04-26 Volker Lendeckesmbd: Use dbwrap_record_watch_send for defer_open
2013-04-20 Jeremy AllisonFix bug in old create temp SMB request. Only use VFS...
2013-04-19 Jeremy AllisonEnsure the RECVFILE path in vfs_pwrite_data() operates...
2013-04-19 Jeremy AllisonEnsure the RECVFILE path in vfs_write_data() operates...
2013-04-19 Jeremy AllisonAdd the internals of is_smb2_recvfile_write.
2013-04-19 Jeremy AllisonThe guts of the receivefile code changes.
2013-04-19 Jeremy AllisonAdd stub static function that will turn on/off receivef...
2013-04-19 Jeremy AllisonAdd extra fields into struct smbd_smb2_request_read_sta...
2013-04-19 Jeremy AllisonAdd macro SMBD_SMB2_SHORT_RECEIVEFILE_WRITE_LEN.
2013-04-19 Jeremy AllisonAdd utility function get_min_receive_file_size().
2013-04-19 Jeremy AllisonAllow smbd_smb2_request_error_ex() to cope with unread...
2013-04-19 Jeremy AllisonAdd function smbd_smb2_unread_bytes().
2013-04-19 Jeremy AllisonIf we already have an smb1req attached to the struct...
2013-04-19 Jeremy AllisonEnsure we don't do an SMB2 aio write if RECVFILE is...
2013-04-19 Matthieu Patoufileserver: raise the debug level for share connection...
2013-04-19 Christian Ambachs3:smbd stop working on a dead client socket
2013-04-19 Christian Ambachs3:smbd increase a loglevel
2013-04-19 Volker Lendeckesmbd: Fix signing when the async echo handler kicks in
2013-04-18 Michael Adams3:smbd:smb2:scavenger: fix format error for debugging...
2013-04-18 Gregor Becks3:smbd: call scavenger_schedule_disconnected() from...
2013-04-18 Gregor Becks3:smbd: add a scavenger process for disconnected durab...
2013-04-18 Gregor Becks3:smbXsrv_open: add function smbXsrv_open_cleanup()
2013-04-18 Gregor Becks3:smbXsrv_open: factor out smbXsrv_open_global_parse_r...
2013-04-18 Michael Adams3:smbd:smb2: fix setting of scavenge timeout when...
2013-04-17 Volker Lendeckesmbd: Convert create_file_unixpath to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert is_visible_file to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert dptr_create to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert set_create_timespec_ea to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert unix_mode to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert rmdir_internals to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert recursive_rmdir to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert delete_all_streams to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert open_streams_for_delete to synthetic_smb_...
2013-04-17 Volker Lendeckesmbd: Convert msg_file_was_renamed to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert change_dir_owner_to_parent to synthetic_s...
2013-04-17 Volker Lendeckesmbd: Convert change_dir_owner_to_parent to synthetic_s...
2013-04-17 Volker Lendeckesmbd: Convert change_file_owner_to_parent to synthetic_...
2013-04-17 Volker Lendeckesmbd: Convert make_connection_snum to synthetic_smb_fname
next