s3: smbd: Change is_visible_file() to take a directory handle not a name.
[amitay/samba.git] / source3 / smbd / reply.c
2020-04-30 Jeremy Allisons3: smbd: Change is_visible_file() to take a directory...
2020-04-30 Jeremy Allisons3: smbd: Reformat calls to is_visible_file() to one...
2020-04-29 Ralph Boehmesmbd: pass dirname as struct smb_filename to is_visible...
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in parent_dirname_compatib...
2020-04-03 Ralph Boehmesmbd: move files_struct.closing to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.initial_delete_on_close to...
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_read to a bitfield
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-03-30 Jeremy Allisons3: smbd: Remove UCF_SAVE_LCOMP flag. Note it is no...
2020-03-30 Jeremy Allisons3: smbd: Use get_original_lcomp() inside reply_mv().
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: Add a dst_original_lcomp parameter to rename_...
2020-03-30 Jeremy Allisons3: smbd: Reformatting callers of rename_internals_fsp...
2020-03-23 Jeremy Allisons3: Remove tevent_wait code. The last user was fsp...
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-19 Ralph Boehmesmbd: flush pending writetime update when setting times...
2020-03-19 Ralph Boehmesmbd: flush pending writetime update when flushing...
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: In async SMB1 reply_close() set fsp->closing...
2020-02-07 Volker Lendeckesmbd: Remove overriding file_attributes with unix_mode...
2020-02-07 Volker Lendeckesmbd: Add posix create ctx to CREATE_FILE for posix...
2020-01-13 Ralph Boehmesmbd: remove use of user_struct from reply_ulogoffX()
2019-12-08 Volker Lendeckesmbd: Make lp_use_sendfile() static to reply.c
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-12-02 Volker Lendeckesmbd: Use share_mode_do_locked() in smbd_do_unlocking()
2019-11-27 Ralph Boehmes3:param: make "servicename" a substituted option
2019-11-27 Ralph Boehmesmbdotconf: mark "dont descend" with substitution="1"
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-11-06 Volker Lendeckesmbd: Use file_id_str_buf() in rename_open_files()
2019-10-31 Björn Jackesource3/smbd/reply.c: typo fixes
2019-09-23 Volker Lendeckesmbd: Add an error return END_PROFILE call
2019-09-10 Ralph Boehmes3: replace fsp_stat() with vfs_stat_fsp()
2019-09-09 Stefan Metzmachers3:locking: add brl_req_guid() and brl_req_mem_ctx...
2019-08-16 Jeremy Allisons3: smbd: Change rename_internals_fsp() to call SMB_VFS...
2019-08-16 Jeremy Allisons3: smbd: Reformatting. Use helper variable for SMB_VFS...
2019-08-07 Volker Lendeckesmbd: Move handling the 1sec sharing_violation delay...
2019-08-06 Volker Lendeckesmbd: Slightly optimize reply_open_and_X()
2019-08-06 Volker Lendeckesmbd: Remove "share_access" from fcb_or_dos_open()
2019-08-06 Ralph Boehmes3:smbd: Incomplete conversion of former parametric...
2019-08-06 Ralph Boehmes3: smbd: remove redundant smb_dname arg from dptr_create()
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_close() from reply_fclose().
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_close() from reply_search().
2019-08-06 Jeremy Allisons3: smbd: Replace dptr_fetch() with dptr_fetch_fsp...
2019-08-06 Jeremy Allisons3: smbd: Replace dptr_fetch() with dptr_fetch_fsp...
2019-08-06 Jeremy Allisons3: smbd: Now we properly open file handles for directo...
2019-08-06 Jeremy Allisons3: smbd: Convert SMB1 reply_search() to use handle...
2019-08-06 Jeremy Allisons3: smbd: Prepare for SMB1 directory handle opens in...
2019-08-06 Jeremy Allisons3: smbd: Prepare for SMB1 directory handle opens in...
2019-07-08 Volker Lendeckesmbd: Move fcb_or_dos_open() out of open_file_ntcreate()
2019-07-04 Jeremy Allisons3: smbd: SMB1 add range checks to reply_fclose().
2019-07-04 Jeremy Allisons3: smbd: SMB1 add range checks to reply_search().
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from smbd_smb1_do_locks_s...
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from do_unlock()
2019-06-20 Volker Lendeckesmbd: Remove unused brlock code
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in reply_lockingX()
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in reply_lock()
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in reply_lockread()
2019-06-20 Volker Lendeckesmbd: Ping dbwrap_watch on locking.tdb for in smbd_do_u...
2019-06-20 Volker Lendeckesmbd: Return "blocker_pid" from do_lock()
2019-06-20 Volker Lendeckesmbd: Use smbd_do_unlocking() in reply_unlock()
2019-06-20 Volker Lendeckesmbd: Use smbd_do_unlocking() in reply_writeunlock()
2019-06-20 Volker Lendeckesmbd: Add "lock_flav" to smbd_do_unlocking()
2019-06-20 Volker Lendeckesmbd: Use NT_STATUS_IS_OK() in reply_unlock()
2019-06-20 Volker Lendeckesmbd: Avoid casts in reply_unlock()
2019-06-18 Volker Lendeckesmbd: Align integer types in reply_lockingX
2019-06-18 Volker Lendeckesmbd: Avoid casts
2019-06-18 Volker Lendeckesmbd: smbd_do_locking() does not use the "type" param...
2019-06-18 Volker Lendeckesmbd: Simplify smbd_do_locking()
2019-06-18 Volker Lendeckesmbd: Slightly simplify reply_lockingX()
2019-06-18 Volker Lendeckesmbd: Slightly simplify reply_lockingX()
2019-06-18 Volker Lendeckesmbd: Slightly simplify reply_lockingX()
2019-06-18 Volker Lendeckesmbd: Avoid a "?true:false" in smbd_do_locking
2019-05-28 Volker Lendeckesmbd: Avoid casts in smbd_do_unlocking()
2019-05-28 Volker Lendeckesmbd: Align integer types in smbd_do_unlocking()
2019-05-28 Volker Lendeckesmbd: Simplify an if-expression in smbd_do_locking()
2019-05-28 Volker Lendeckesmbd: Avoid casts in smbd_do_locking()
2019-05-28 Volker Lendeckesmbd: Fix a typo
2019-05-21 Andreas Schneiderlibcli:smb: Return NTSTATUS for smb_key_derivation()
2019-05-16 Volker Lendeckesmbd: Use a direct struct assignment in reply_setatr()
2019-05-10 Michael Hanselmannread_smb_length: Use correct function name in debug...
2019-05-10 Jeremy Allisons3: SMB1: Don't allow recvfile on stream fsp's.
2019-05-03 Volker Lendeckesmbd: Use "ISDOT" in reply_setatr
2019-05-03 Volker Lendeckesmbd: Use smbd_check_access_rights in reply_setatr()
next