smbd: make canonicalize_snapshot_path() public
[samba.git] / source3 / smbd /
2020-04-03 Ralph Boehmesmbd: move files_struct.closing to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.use_ofd_locks to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_sparse to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.delete_on_close to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.initial_delete_on_close to...
2020-04-03 Ralph Boehmesmbd: move files_struct.aio_write_behind to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.modified to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_write to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_read to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_lock to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.write_time_forced to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_on_close...
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_triggered...
2020-04-03 Ralph Boehmesmbd: move files_struct.kernel_share_modes_taken to...
2020-04-03 Ralph Boehmesmbd: reindent if expression in real_write_file()
2020-04-03 Ralph Boehmesmbd: fix if expression that checks when to call vfs_fi...
2020-04-03 Ralph Boehmesmbd: reformat an if expression in smbd_smb2_close()
2020-04-03 Ralph Boehmesmbd: reformat a function call in rename_internals_fsp()
2020-04-03 Ralph Boehmesmbd: reformat an if expression in reply_readbraw()
2020-04-03 Ralph Boehmesmbd: reformat calling ensure_canon_entry_valid_on_set...
2020-03-31 Ralph Boehmesmbd: remove struct privilege_paths
2020-03-30 Jeremy Allisons3: smbd: Remove UCF_SAVE_LCOMP flag. Note it is no...
2020-03-30 Jeremy Allisons3: smbd: Now we no longer use it, remove all reference...
2020-03-30 Jeremy Allisons3: smbd: Use get_original_lcomp() inside smb_file_rena...
2020-03-30 Jeremy Allisons3: smbd: Use get_original_lcomp() inside smb2_file_ren...
2020-03-30 Jeremy Allisons3: smbd: Use get_original_lcomp() inside reply_mv().
2020-03-30 Jeremy Allisons3: smbd: Use get_original_lcomp() inside reply_ntrename().
2020-03-30 Jeremy Allisons3: smbd: Inside rename_internals() wildcard case,...
2020-03-30 Jeremy Allisons3: smbd: Add 'const char *dst_original_lcomp' paramete...
2020-03-30 Jeremy Allisons3: smbd: Reformatting caller of rename_internals(...
2020-03-30 Jeremy Allisons3: smbd: Add a dst_original_lcomp parameter to rename_...
2020-03-30 Jeremy Allisons3: smbd: Reformatting callers of rename_internals_fsp...
2020-03-30 Jeremy Allisons3: smbd: Remove use of smb_fname->original_lcomp from...
2020-03-30 Jeremy Allisons3: smbd: Remove use of smb_fname->original_lcomp from...
2020-03-30 Jeremy Allisons3: smbd: Add utility function get_original_lcomp().
2020-03-30 Jeremy Allisons3: smbd: Extract large directory case normalization...
2020-03-27 Ralph Boehmesmbd: use a helper variable in filename_convert_internal()
2020-03-27 Ralph Boehmesmbd: use filename_convert() in smb_file_rename_informa...
2020-03-27 Ralph Boehmesmbd: modernize DEBUG in unix_convert()
2020-03-27 Ralph Boehmesmbd: turn (*orig_path != '/') assert into a normal...
2020-03-27 Ralph Boehmesmbd: consolidate comments in unix_convert()
2020-03-27 Ralph Boehmesmbd: modernize unix_convert() replacing True with...
2020-03-27 Ralph Boehmesmbd: modernize unix_convert() replacing False with...
2020-03-27 Ralph Boehmesmbd: initialize end to NULL in unix_convert()
2020-03-27 Ralph Boehmesmbd: leave start at NULL, it's not used before being...
2020-03-26 Volker Lendeckesmbd: Use ARRAY_DEL_ELEMENT() in merge_default_aces()
2020-03-26 Volker Lendeckesmbd: Use ARRAY_DEL_ELEMENT() in smbd_smb1_blocked_lock...
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-03-24 Ralph Boehmesmbd: use open_internal_dirfsp_at() and OpenDir_fsp...
2020-03-24 Ralph Boehmesmbd: add open_internal_dirfsp_at()
2020-03-24 Ralph Boehmesmbd: reformat OpenDir() function definition
2020-03-24 Ralph Boehmesmbd: update smb_Dir_destructor() to cope with fsp...
2020-03-24 Ralph Boehmesmbd: remove fdopendir() fallback
2020-03-24 Ralph Boehmesmbd: simplify non_widelink_open()
2020-03-24 Ralph Boehmesmbd: add create_internal_dirfsp_at()
2020-03-24 Ralph Boehmesmbd: use canonicalize_connect_path() in create_conn_st...
2020-03-24 Ralph Boehmesmbd: make canonicalize_connect_path() public
2020-03-24 Ralph Boehmesmbd: use OpenDir() in form_junctions()
2020-03-24 Ralph Boehmesmbd: use OpenDir() in count_dfs_links()
2020-03-23 Jeremy Allisons3: Remove tevent_wait code. The last user was fsp...
2020-03-23 Jeremy Allisons3: smbd: Remove all references to fsp->deferred_close.
2020-03-23 Jeremy Allisons3: smbd: Convert async SMB2 close to use the wait_queu...
2020-03-23 Jeremy Allisons3: smbd: Remove old async versions of SMB1 reply_close().
2020-03-23 Jeremy Allisons3: smbd: Add async internals of reply_close().
2020-03-23 Jeremy Allisons3: smbd: In asnyc do_smb1_close() use the utility...
2020-03-23 Jeremy Allisons3: smbd: Update reply_close() to modern DBG_ coding...
2020-03-23 Jeremy Allisons3: smbd: In SMB1 reply_close() rename all uses of...
2020-03-20 Samuel Cabreros3:rpc_server: Do not include s3 autogenerated headers
2020-03-20 Samuel Cabreros3:rpc_server: Remove call to s3 rpc services shutdown...
2020-03-20 Samuel Cabreros3:rpc_server: Retrieve dcesrv_context from parent...
2020-03-20 Samuel Cabreros3:rpc_server: Init registered ep servers in external...
2020-03-20 Samuel Cabreros3:rpc_server: Reinitialize dcesrv_context in external...
2020-03-20 Samuel Cabreros3:rpc_server: Reinitialize dcesrv_context in external...
2020-03-20 Samuel Cabreros3:rpc_server: Reinitialize dcesrv_context in external...
2020-03-20 Samuel Cabreros3:rpc_server: Reinitialize dcesrv_context in external...
2020-03-20 Samuel Cabreros3:rpc_server: Reinitialize dcesrv_context in external...
2020-03-20 Samuel Cabreros3:rpc_server: Shutdown registered enpoint servers...
2020-03-20 Samuel Cabreros3:rpc_server: Initialize global dcesrv_context for...
2020-03-19 Ralph Boehmesmbd: let delayed update handler also update on-disk...
2020-03-19 Ralph Boehmesmbd: let mark_file_modified() always call trigger_writ...
2020-03-19 Ralph Boehmesmbd: remove stat call from mark_file_modified()
2020-03-19 Ralph Boehmesmbd: flush pending writetime update when setting times...
2020-03-19 Ralph Boehmesmbd: flush pending writetime update when flushing...
2020-03-19 Ralph Boehmesmbd: always flush pending write time update when setti...
2020-03-18 Ralph Boehmesmbd: enforce AIO requests draining
2020-03-18 Jeremy Allisons3: smbd: Remove file_close_pid().
2020-03-18 Jeremy Allisons3: smbd: Remove old synchronous SMB1 reply_exit().
2020-03-18 Jeremy Allisons3: smbd: Add async internals of reply_exit().
2020-03-18 Jeremy Allisons3: smbd: Remove old synchronous SMB1 reply_ulogoffX().
2020-03-18 Jeremy Allisons3: smbd: reply_ulogoffX() Update to modern coding...
2020-03-18 Jeremy Allisons3: smbd: In reply_ulogoffX(), replace req -> smb1req.
2020-03-18 Jeremy Allisons3: smbd: Add async internals of reply_ulogoffX.
2020-03-18 Jeremy Allisons3: smbd: Remove old synchronous SMB1 reply_tdis().
2020-03-18 Jeremy Allisons3: smbd: reply_tdis() Update to modern coding standards.
2020-03-18 Jeremy Allisons3: smbd: In reply_tdis(), replace req -> smb1req.
2020-03-18 Jeremy Allisons3: smbd: Add async internals of reply_tdis().
2020-03-18 Jeremy Allisons3: smbd: Replace synchronous conn_force_tdis() with...
2020-03-18 Jeremy Allisons3: smbd: Add async internals of conn_force_tdis().
2020-03-18 Jeremy Allisons3: smbd: Don't allow force disconnect of a connection...
next