summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_query_directory.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme2019-09-111-2/+2
* s3:smbd: skip write-time fetching for directories.Ralph Boehme2019-09-111-1/+3
* s3: smbd: remove redundant smb_dname arg from dptr_create()Ralph Boehme2019-08-061-1/+0
* s3:smbd: set file_id in fetch_dos_mode_done()Ralph Boehme2019-07-011-0/+27
* s3:smbd: perform impersonation in smb2_query_directory_fetch_write_time_done()Ralph Boehme2019-01-141-0/+7
* s3:smbd: perform impersonation in smb2_query_directory_dos_mode_done()Ralph Boehme2019-01-141-0/+7
* s3:smbd: don't use async dosmode if per-thread cwd is not availableRalph Boehme2019-01-111-0/+3
* s3:smbd: use passed in ev in smbd_smb2_query_directory_send()Ralph Boehme2019-01-111-1/+1
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-1/+1
* smbd: rename sconn->raw_thread_pool to sconn->poolRalph Boehme2019-01-111-2/+2
* s3:smbd: pass (raw) ev to fetch_dos_mode_send instead of smb_vfs_ev_glueRalph Boehme2019-01-111-7/+4
* s3:smbd: pass (raw) ev to dos_mode_at_send() instead of smb_vfs_ev_glueRalph Boehme2019-01-111-2/+2
* s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonationRalph Boehme2019-01-111-4/+2
* s3:smbd: use lp_smbd_max_async_dosmode()Ralph Boehme2018-12-061-5/+3
* s3:smbd: use lp_smbd_async_dosmode()Ralph Boehme2018-12-061-2/+1
* s3:smbd: use lp_smbd_search_ask_sharemode()Ralph Boehme2018-12-061-2/+1
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-11-271-0/+1
* smb2_query_directory: make 'return true' explicit in smb2_query_directory_nex...Stefan Metzmacher2018-07-311-1/+1
* smbd: use async dos_mode_at_send in smbd_smb2_query_directory_send()Ralph Boehme2018-07-271-2/+223
* smbd: let smbd_dirptr_lanman2_entry return smb_fnameRalph Boehme2018-07-271-0/+4
* smbd: deal with fsp->aio_requests in close_directory()Ralph Boehme2018-07-271-0/+8
* smbd: fix a long line in smb2_query_directory_next_entry()Ralph Boehme2018-07-271-1/+2
* smbd: factor out smb2_query_directory_next_entry() from smbd_smb2_query_direc...Ralph Boehme2018-07-271-158/+192
* smbd: add "get_dosmode" argument to smbd_dirptr_lanman2_entry()Ralph Boehme2018-07-271-0/+1
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-1/+1
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-221-0/+3
* s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support...Jeremy Allison2018-02-231-3/+6
* s3/smbd: sticky write time offset miscalculation causes broken timestampsRalph Boehme2017-09-121-2/+1
* s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...Jeremy Allison2017-05-221-1/+0
* smbd: Fix a 32-bit problemVolker Lendecke2017-05-021-2/+2
* s3/smbd: add "smbd:find async delay usec" to SMB2 FINDRalph Boehme2017-04-181-0/+66
* s3/smbd: make write time fetching asyncRalph Boehme2017-04-181-5/+201
* s3/smbd: ask_sharemode is not needed for info_level SMB_FIND_FILE_NAMES_INFORalph Boehme2017-04-181-4/+12
* s3/smbd: add file_id return arg to smbd_dirptr_lanman2_entryRalph Boehme2017-04-181-0/+1
* CVE-2017-2619: s3/smbd: re-open directory after dptr_CloseDir()Ralph Boehme2017-03-231-0/+17
* s3: smbd: Change dptr_create() to take a const struct smb_filename * instead ...Jeremy Allison2016-03-011-1/+1
* s3: smbd: Replace lp_posix_pathnames() with smbreq->posix_pathnames in smb2_q...Jeremy Allison2015-12-231-2/+2
* s3: smbd: In smb2_query_directory.c.c, add in UCF_POSIX_PATHNAMES to the ucf_...Jeremy Allison2015-12-231-1/+3
* s3: smbd: In smb2_query_directory.c Use ucf_flags variable instead of passing...Jeremy Allison2015-12-231-1/+3
* smbd: Fix CID 1343333 Uninitialized variablesVolker Lendecke2015-12-151-1/+1
* s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.Jeremy Allison2015-12-131-1/+3
* Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the M...Richard Sharpe2015-03-271-0/+516