s3: smbd: unlink_internals() can figure out if the mask has a wildcard on its own.
[amitay/samba.git] / source3 / smbd / reply.c
2020-09-30 Jeremy Allisons3: smbd: unlink_internals() can figure out if the...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_fclose() doesn't need wcard, use...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_search(). Use srvstr_get_path_req...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_search(). The dptr already knows...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_search() doesn't actually care...
2020-09-30 Jeremy Allisons3: smbd: srvstr_get_path_req_wcard() is now static...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_copy() - the UCF_COND_ALLOW_WCARD_...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_mv() - the UCF_COND_ALLOW_WCARD_LC...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_unlink() - the UCF_COND_ALLOW_WCAR...
2020-09-30 Jeremy Allisons3: smbd: dptr_create() doesn't need a separate wcard_h...
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-08-27 Andreas Schneiders3:smbd: Fix strict aliasing in get_socket_port()
2020-08-17 Volker Lendeckelib: Move get_socket_port() to its only consumer
2020-07-18 Ralph Boehmesmbd: build smb_fname per file to delete in unlink_inte...
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-05 Ralph Boehmesmbd: pass twrp as NTTIME to filename_convert() and...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Volker Lendeckesmbd: Make share_mode_do_locked() use a const uint8_t *
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to check_parent_access().
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_check_access_r...
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_check_access_rights().
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()
next