index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_query_directory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: fix handling of sentinel timestamp values
Ralph Boehme
2019-12-06
1
-1
/
+1
*
smbd: use put_long_date_full_timespec()
Ralph Boehme
2019-12-06
1
-4
/
+4
*
smbdotconf: mark "dont descend" with substitution="1"
Ralph Boehme
2019-11-27
1
-2
/
+4
*
smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()
Ralph Boehme
2019-09-11
1
-2
/
+2
*
s3:smbd: skip write-time fetching for directories.
Ralph Boehme
2019-09-11
1
-1
/
+3
*
s3: smbd: remove redundant smb_dname arg from dptr_create()
Ralph Boehme
2019-08-06
1
-1
/
+0
*
s3:smbd: set file_id in fetch_dos_mode_done()
Ralph Boehme
2019-07-01
1
-0
/
+27
*
s3:smbd: perform impersonation in smb2_query_directory_fetch_write_time_done()
Ralph Boehme
2019-01-14
1
-0
/
+7
*
s3:smbd: perform impersonation in smb2_query_directory_dos_mode_done()
Ralph Boehme
2019-01-14
1
-0
/
+7
*
s3:smbd: don't use async dosmode if per-thread cwd is not available
Ralph Boehme
2019-01-11
1
-0
/
+3
*
s3:smbd: use passed in ev in smbd_smb2_query_directory_send()
Ralph Boehme
2019-01-11
1
-1
/
+1
*
Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...
Ralph Boehme
2019-01-11
1
-1
/
+1
*
smbd: rename sconn->raw_thread_pool to sconn->pool
Ralph Boehme
2019-01-11
1
-2
/
+2
*
s3:smbd: pass (raw) ev to fetch_dos_mode_send instead of smb_vfs_ev_glue
Ralph Boehme
2019-01-11
1
-7
/
+4
*
s3:smbd: pass (raw) ev to dos_mode_at_send() instead of smb_vfs_ev_glue
Ralph Boehme
2019-01-11
1
-2
/
+2
*
s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonation
Ralph Boehme
2019-01-11
1
-4
/
+2
*
s3:smbd: use lp_smbd_max_async_dosmode()
Ralph Boehme
2018-12-06
1
-5
/
+3
*
s3:smbd: use lp_smbd_async_dosmode()
Ralph Boehme
2018-12-06
1
-2
/
+1
*
s3:smbd: use lp_smbd_search_ask_sharemode()
Ralph Boehme
2018-12-06
1
-2
/
+1
*
s3:smbd: add twrp args to filename_convert()
Ralph Boehme
2018-11-27
1
-0
/
+1
*
smb2_query_directory: make 'return true' explicit in smb2_query_directory_nex...
Stefan Metzmacher
2018-07-31
1
-1
/
+1
*
smbd: use async dos_mode_at_send in smbd_smb2_query_directory_send()
Ralph Boehme
2018-07-27
1
-2
/
+223
*
smbd: let smbd_dirptr_lanman2_entry return smb_fname
Ralph Boehme
2018-07-27
1
-0
/
+4
*
smbd: deal with fsp->aio_requests in close_directory()
Ralph Boehme
2018-07-27
1
-0
/
+8
*
smbd: fix a long line in smb2_query_directory_next_entry()
Ralph Boehme
2018-07-27
1
-1
/
+2
*
smbd: factor out smb2_query_directory_next_entry() from smbd_smb2_query_direc...
Ralph Boehme
2018-07-27
1
-158
/
+192
*
smbd: add "get_dosmode" argument to smbd_dirptr_lanman2_entry()
Ralph Boehme
2018-07-27
1
-0
/
+1
*
smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...
Stefan Metzmacher
2018-06-18
1
-1
/
+1
*
s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....
Jeremy Allison
2018-03-22
1
-0
/
+3
*
s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support...
Jeremy Allison
2018-02-23
1
-3
/
+6
*
s3/smbd: sticky write time offset miscalculation causes broken timestamps
Ralph Boehme
2017-09-12
1
-2
/
+1
*
s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...
Jeremy Allison
2017-05-22
1
-1
/
+0
*
smbd: Fix a 32-bit problem
Volker Lendecke
2017-05-02
1
-2
/
+2
*
s3/smbd: add "smbd:find async delay usec" to SMB2 FIND
Ralph Boehme
2017-04-18
1
-0
/
+66
*
s3/smbd: make write time fetching async
Ralph Boehme
2017-04-18
1
-5
/
+201
*
s3/smbd: ask_sharemode is not needed for info_level SMB_FIND_FILE_NAMES_INFO
Ralph Boehme
2017-04-18
1
-4
/
+12
*
s3/smbd: add file_id return arg to smbd_dirptr_lanman2_entry
Ralph Boehme
2017-04-18
1
-0
/
+1
*
CVE-2017-2619: s3/smbd: re-open directory after dptr_CloseDir()
Ralph Boehme
2017-03-23
1
-0
/
+17
*
s3: smbd: Change dptr_create() to take a const struct smb_filename * instead ...
Jeremy Allison
2016-03-01
1
-1
/
+1
*
s3: smbd: Replace lp_posix_pathnames() with smbreq->posix_pathnames in smb2_q...
Jeremy Allison
2015-12-23
1
-2
/
+2
*
s3: smbd: In smb2_query_directory.c.c, add in UCF_POSIX_PATHNAMES to the ucf_...
Jeremy Allison
2015-12-23
1
-1
/
+3
*
s3: smbd: In smb2_query_directory.c Use ucf_flags variable instead of passing...
Jeremy Allison
2015-12-23
1
-1
/
+3
*
smbd: Fix CID 1343333 Uninitialized variables
Volker Lendecke
2015-12-15
1
-1
/
+1
*
s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.
Jeremy Allison
2015-12-13
1
-1
/
+3
*
Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the M...
Richard Sharpe
2015-03-27
1
-0
/
+516