param: Remove _SAMBA_BUILD_ checks from now the autoconf build is gone
[obnox/samba/samba-obnox.git] / source3 / smbd /
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
2013-04-17 Volker Lendeckesmbd: Convert rename_internals_fsp to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert remove_msdfs_link to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert create_msdfs_link to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert can_delete_file_in_directory to synthetic...
2013-04-17 Volker Lendeckesmbd: Convert file_new to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert open_dir_with_privilege to synthetic_smb_...
2013-04-17 Volker Lendeckesmbd: Convert open_np_file to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert smb_file_rename_information to synthetic_...
2013-04-17 Volker Lendeckesmbd: Convert smb_file_rename_information to synthetic_...
2013-04-17 Volker Lendeckesmbd: Convert smb2_file_rename_information to synthetic...
2013-04-17 Volker Lendeckesmbd: Convert smb_set_file_dosmode to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert call_trans2qfilepathinfo to synthetic_smb...
2013-04-17 Volker Lendeckesmbd: Convert posix_sys_acl_blob_get_file to synthetic_...
2013-04-17 Volker Lendeckepysmbd: Convert py_smbd_unlink to synthetic_smb_fname
2013-04-17 Volker Lendeckepysmbd: Convert set_nt_acl_conn to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert filename_convert_internal to synthetic_sm...
2013-04-17 Volker Lendeckesmbd: Convert vfs_lstat_smb_fname to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert vfs_stat_smb_fname to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert check_reduced_name_with_privilege to...
2013-04-17 Volker Lendeckesmbd: Convert vfs_GetWd to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert vfs_default_durable_reconnect to syntheti...
2013-04-17 Volker Lendeckesmbd: Convert call_trans2setfilepathinfo to cp_smb_filename
2013-04-17 Volker Lendeckesmbd: Convert smb_set_file_unix_basic to cp_smb_filename
2013-04-17 Volker Lendeckesmbd: Convert smb_set_file_size to cp_smb_filename
2013-04-17 Volker Lendeckesmbd: Convert call_trans2qfilepathinfo to cp_smb_filename
2013-04-17 Volker Lendeckesmbd: Convert fsp_set_smb_fname to cp_smb_filename
2013-04-17 Volker Lendeckesmbd: Convert copy_file to cp_smb_filename
2013-04-17 Volker Lendeckesmbd: Convert rename_internals_fsp to cp_smb_filename
2013-04-17 Volker Lendeckesmbd: Convert smbd_dirptr_get_entry to cp_smb_filename
2013-04-17 Volker Lendeckesmbd: Convert smbd_smb2_close to cp_smb_filename
2013-04-16 Jeremy AllisonCleanup. Remove unused function dptr_DirCacheAdd()...
2013-04-15 Volker Lendeckesmbd: Fix an error return in change_dir_owner_to_parent
2013-04-12 Jeremy AllisonRemove the "Ugly hack" that was the second use of dirfd().
2013-04-12 Jeremy AllisonIn the struct smb_Dir destructor, use the fsp back...
2013-04-12 Jeremy AllisonMaintain a back-pointer to the fsp in struct smb_Dir...
2013-04-10 Ralph Wuerthners3:smbd: do not access data behind req->buf+req->buflen...
2013-04-09 Ralph Wuerthners3:smbd: convert srvstr_pull_req_talloc() into a function
2013-04-09 Ralph Wuerthners3:smbd: do not access data behind req->buf+req->buflen...
next