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
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: fix handling of sentinel timestamp values
Ralph Boehme
2019-12-06
1
-1
/
+1
*
s3:smbd: skip write-time fetching for directories.
Ralph Boehme
2019-09-11
1
-1
/
+1
*
smbd: Fix CID 1452290 Null pointer dereferences (REVERSE_INULL)
Volker Lendecke
2019-08-14
1
-1
/
+2
*
s3: smbd: inline dptr_close_internal()
Ralph Boehme
2019-08-06
1
-39
/
+24
*
s3: smbd: simplify dptr_CloseDir()
Ralph Boehme
2019-08-06
1
-8
/
+10
*
s3: smbd: remove redundant smb_dname arg from dptr_create()
Ralph Boehme
2019-08-06
1
-13
/
+6
*
s3: smbd: Remove dptr_close().
Jeremy Allison
2019-08-06
1
-38
/
+0
*
s3: smbd: Remove dptr_close() from dptr_closecnum().
Jeremy Allison
2019-08-06
1
-12
/
+3
*
s3: smbd: Remove dptr_fsp(). No longer used.
Jeremy Allison
2019-08-06
1
-16
/
+0
*
s3: smbd: Remove dptr_fetch_lanman2() - unused.
Jeremy Allison
2019-08-06
1
-21
/
+4
*
s3: smbd: Add dptr_fetch_lanman2_fsp() - to replace dptr_fetch_lanman2().
Jeremy Allison
2019-08-06
1
-0
/
+15
*
s3: smbd: Remove dptr_fetch() - replace internals with dptr_fetch_fsp().
Jeremy Allison
2019-08-06
1
-19
/
+4
*
s3: smbd: Add dptr_fetch_fsp() for SMB1 code. We will use this to replace dpt...
Jeremy Allison
2019-08-06
1
-0
/
+16
*
s3: smbd: Remove now unused dptr_activecnum().
Jeremy Allison
2019-08-06
1
-17
/
+0
*
s3: smbd: Remove now unused dptr_closepath().
Jeremy Allison
2019-08-06
1
-17
/
+0
*
s3: smbd: Now we are always using fsp handle-based client searches, simplify ...
Jeremy Allison
2019-08-06
1
-24
/
+18
*
s3: smbd: Now we're using OpenDir_fsp() all the time, make sure we don't leak...
Jeremy Allison
2019-08-06
1
-5
/
+23
*
s3: smbd: Now we always use handle for directory enumeration, we can delete t...
Jeremy Allison
2019-08-06
1
-121
/
+6
*
s3: smbd: Prepare for SMB1 directory handle opens in dptr_closecnum().
Jeremy Allison
2019-08-06
1
-0
/
+10
*
s3: smbd: Change dptr_closecnum() to use dptr_close() instead of dptr_close_i...
Jeremy Allison
2019-08-06
1
-1
/
+2
*
s3: smbd: Make dptr_close() safe to call with an fsp handle stored in dptr->d...
Jeremy Allison
2019-08-06
1
-0
/
+13
*
s3: smbd: Add dptr_fsp() to return any stored files_struct pointer.
Jeremy Allison
2019-08-06
1
-0
/
+16
*
s3: smbd: Move the strange OS/2 directory key == -1 close semantics to the ca...
Jeremy Allison
2019-08-06
1
-11
/
+0
*
s3: smbd: dptr_close() can only be called from SMB1 code.
Jeremy Allison
2019-08-06
1
-1
/
+3
*
s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables t...
Jeremy Allison
2019-07-24
1
-12
/
+13
*
s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables t...
Jeremy Allison
2019-07-24
1
-2
/
+2
*
s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables t...
Jeremy Allison
2019-07-24
1
-4
/
+4
*
s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables t...
Jeremy Allison
2019-07-24
1
-13
/
+13
*
s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables t...
Jeremy Allison
2019-07-24
1
-17
/
+18
*
s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables t...
Jeremy Allison
2019-07-24
1
-8
/
+9
*
s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables t...
Jeremy Allison
2019-07-24
1
-11
/
+12
*
s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables t...
Jeremy Allison
2019-07-24
1
-10
/
+11
*
s3: smbd: Use a separate simple destructor for the OpenDir() codepath.
Jeremy Allison
2019-07-24
1
-1
/
+13
*
s3: smbd: Move the setting of the destructor of struct smb_Dir * up two levels.
Jeremy Allison
2019-07-24
1
-7
/
+53
*
s3: smbd: OpenDir() is merely a wrapper around open_dir_safely().
Jeremy Allison
2019-07-24
1
-2
/
+8
*
s3: smbd: Remove ifdef'ed out dptr_close_oldest().
Jeremy Allison
2019-07-10
1
-39
/
+0
*
s3: smbd: Remove the 'close oldest' logic in SMB1 trans2 search processing.
Jeremy Allison
2019-07-09
1
-19
/
+8
*
s3: smbd: Remove the 'close oldest' logic in SMB1search processing.
Jeremy Allison
2019-07-09
1
-17
/
+6
*
s3: smbd: Remove now unused parameter 'forclose' to dptr_get().
Jeremy Allison
2019-07-09
1
-8
/
+8
*
s3: smbd: We no longer need to keep a count of dirhandles open.
Jeremy Allison
2019-07-09
1
-11
/
+0
*
s3: smbd: Remove unused dptr_idleoldest() and dptr_idle() functions.
Jeremy Allison
2019-07-09
1
-46
/
+0
*
s3: smbd: Remove SMB1 idle unused directory handles code.
Jeremy Allison
2019-07-09
1
-21
/
+2
*
s3: smbd: Remove MAX_OPEN_DIRECTORIES check in dptr_create().
Jeremy Allison
2019-07-09
1
-4
/
+0
*
s3: smbd: Remove now unused dptr_idlecnum().
Jeremy Allison
2019-07-09
1
-20
/
+0
*
s3: smbd: Add dptr_activecnum(), not yet used.
Jeremy Allison
2019-07-09
1
-0
/
+17
*
smbd: Add "hide new files" option
Volker Lendecke
2018-11-09
1
-1
/
+17
*
smbd: pass get_dosmode to mode_fn in smbd_dirptr_get_entry()
Ralph Boehme
2018-07-27
1
-1
/
+3
*
smbd: pass get_dosmode to smbd_dirptr_get_entry()
Ralph Boehme
2018-07-27
1
-0
/
+2
*
s3:smbd: don't use the directory cache for SMB2/3
Ralph Boehme
2018-03-30
1
-3
/
+29
*
s3: Fix possible mem leak
Swen Schillig
2018-03-20
1
-3
/
+8
[next]