smbd: make canonicalize_snapshot_path() public
[samba.git] / source3 / smbd / smb2_query_directory.c
2020-05-05 Ralph Boehmesmbd: pass twrp as NTTIME to filename_convert() and...
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-03-30 Jeremy Allisons3: smbd: Remove UCF_SAVE_LCOMP flag. Note it is no...
2020-03-30 Jeremy Allisons3: smbd: Remove use of smb_fname->original_lcomp from...
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-12-06 Ralph Boehmesmbd: use put_long_date_full_timespec()
2019-11-27 Ralph Boehmesmbdotconf: mark "dont descend" with substitution="1"
2019-09-11 Ralph Boehmesmbd: rename change_to_user_by_fsp() to change_to_user_...
2019-09-11 Ralph Boehmes3:smbd: skip write-time fetching for directories.
2019-08-06 Ralph Boehmes3: smbd: remove redundant smb_dname arg from dptr_create()
2019-07-01 Ralph Boehmes3:smbd: set file_id in fetch_dos_mode_done()
2019-01-14 Ralph Boehmes3:smbd: perform impersonation in smb2_query_directory_...
2019-01-14 Ralph Boehmes3:smbd: perform impersonation in smb2_query_directory_...
2019-01-11 Ralph Boehmes3:smbd: don't use async dosmode if per-thread cwd...
2019-01-11 Ralph Boehmes3:smbd: use passed in ev in smbd_smb2_query_directory_...
2019-01-11 Ralph BoehmeRevert "smbd: add an effective {smb,smbd_smb2}_request...
2019-01-11 Ralph Boehmesmbd: rename sconn->raw_thread_pool to sconn->pool
2019-01-11 Ralph Boehmes3:smbd: pass (raw) ev to fetch_dos_mode_send instead...
2019-01-11 Ralph Boehmes3:smbd: pass (raw) ev to dos_mode_at_send() instead...
2019-01-11 Ralph Boehmes3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit...
2018-12-06 Ralph Boehmes3:smbd: use lp_smbd_max_async_dosmode()
2018-12-06 Ralph Boehmes3:smbd: use lp_smbd_async_dosmode()
2018-12-06 Ralph Boehmes3:smbd: use lp_smbd_search_ask_sharemode()
2018-11-27 Ralph Boehmes3:smbd: add twrp args to filename_convert()
2018-07-31 Stefan Metzmachersmb2_query_directory: make 'return true' explicit in...
2018-07-27 Ralph Boehmesmbd: use async dos_mode_at_send in smbd_smb2_query_dir...
2018-07-27 Ralph Boehmesmbd: let smbd_dirptr_lanman2_entry return smb_fname
2018-07-27 Ralph Boehmesmbd: deal with fsp->aio_requests in close_directory()
2018-07-27 Ralph Boehmesmbd: fix a long line in smb2_query_directory_next_entry()
2018-07-27 Ralph Boehmesmbd: factor out smb2_query_directory_next_entry()...
2018-07-27 Ralph Boehmesmbd: add "get_dosmode" argument to smbd_dirptr_lanman2...
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2018-02-23 Jeremy Allisons3: smbd: Fix possible directory fd leak if the underly...
2017-09-12 Ralph Boehmes3/smbd: sticky write time offset miscalculation causes...
2017-05-22 Jeremy Allisons3: smbd: We can now remove the 'bool dfs_path' paramet...
2017-05-02 Volker Lendeckesmbd: Fix a 32-bit problem
2017-04-18 Ralph Boehmes3/smbd: add "smbd:find async delay usec" to SMB2 FIND
2017-04-18 Ralph Boehmes3/smbd: make write time fetching async
2017-04-18 Ralph Boehmes3/smbd: ask_sharemode is not needed for info_level...
2017-04-18 Ralph Boehmes3/smbd: add file_id return arg to smbd_dirptr_lanman2_...
2017-03-23 Ralph BoehmeCVE-2017-2619: s3/smbd: re-open directory after dptr_Cl...
2016-03-01 Jeremy Allisons3: smbd: Change dptr_create() to take a const struct...
2015-12-23 Jeremy Allisons3: smbd: Replace lp_posix_pathnames() with smbreq...
2015-12-23 Jeremy Allisons3: smbd: In smb2_query_directory.c.c, add in UCF_POSIX...
2015-12-23 Jeremy Allisons3: smbd: In smb2_query_directory.c Use ucf_flags varia...
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-15 Volker Lendeckesmbd: Fix CID 1343333 Uninitialized variables
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-03-27 Richard SharpeRename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that...