index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_dirsort.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-07
lib: Add timespec_equal()
Volker Lendecke
1
-1
/
+1
2023-06-23
vfs: Remove "sbuf" from readdir_fn()
Volker Lendecke
1
-8
/
+3
2023-06-14
vfs: Remove vfs telldir/seekdir functions
Volker Lendecke
1
-70
/
+0
2020-12-16
vfs: Add dirfsp arg to SMB_VFS_READDIR()
Ralph Boehme
1
-4
/
+11
2020-12-16
smbd: use fsp_set_fd()
Ralph Boehme
1
-1
/
+1
2020-03-24
vfs: remove SMB_VFS_OPENDIR()
Ralph Boehme
1
-62
/
+0
2019-09-10
s3: replace fsp_stat() with vfs_stat_fsp()
Ralph Boehme
1
-5
/
+8
2017-07-01
s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.
Jeremy Allison
1
-1
/
+9
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-1
/
+1
2017-02-09
s3-vfs: Only walk the directory once in open_and_sort_dir()
Andreas Schneider
1
-24
/
+39
2017-01-09
s3: vfs: dirsort doesn't handle opendir of "." correctly.
Jeremy Allison
1
-0
/
+4
2016-03-01
VFS: Modify opendir to take a const struct smb_filename * instead of const ch...
Jeremy Allison
1
-4
/
+5
2015-08-20
s3:modules/vfs_*: make function prototypes available via static_decl_vfs;
Stefan Metzmacher
1
-0
/
+1
2015-05-06
Convert all uint8/16/32 to _t in all modules.
Richard Sharpe
1
-2
/
+2
2014-09-03
s3: smbd: vfs_dirsort module.
Jeremy Allison
1
-1
/
+1
2014-02-12
s3: vfs_dirsort module.
Jeremy Allison
1
-7
/
+112
2013-04-17
vfs: Convert dirsort_opendir to synthetic_smb_fname
Volker Lendecke
1
-7
/
+2
2013-04-11
Remove unneeded initializations (we already talloc_zero).
Jeremy Allison
1
-5
/
+0
2013-04-11
Remove the use of dirfd inside the vfs_dirsort.c.
Jeremy Allison
1
-9
/
+23
2013-04-11
Convert mtime from a time_t to a struct timespec.
Jeremy Allison
1
-15
/
+26
2013-04-11
Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().
Jeremy Allison
1
-0
/
+5
2013-04-11
Clean error paths in opendir and fd_opendir by only setting handle data on su...
Jeremy Allison
1
-10
/
+13
2013-04-11
Protect open_and_sort_dir() from the directory changing size.
Jeremy Allison
1
-9
/
+15
2013-04-11
Use an index i rather than re-using a state variable.
Jeremy Allison
1
-5
/
+3
2013-04-11
Protect against early error in SMB_VFS_NEXT_READDIR.
Jeremy Allison
1
-0
/
+4
2013-04-11
Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.
Jeremy Allison
1
-14
/
+8
2012-08-08
vfs_dirsort: Remove unnecessary return; statement
Björn Jacke
1
-2
/
+0
2012-04-05
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
1
-7
/
+7
2012-04-05
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
1
-6
/
+6
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-6
/
+6
2011-05-18
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
1
-1
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-02-09
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
1
-0
/
+43
2010-09-10
Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...
Jeremy Allison
1
-3
/
+15
2010-02-14
s3-vfs: use TYPESAFE_QSORT() in s3 VFS modules
Andrew Tridgell
1
-5
/
+3
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-20
/
+7
2009-07-19
Fix a few type errors in VFS modules
Volker Lendecke
1
-1
/
+2
2009-03-22
Use StrCaseCmp in the dirsort module
Volker Lendecke
1
-1
/
+1
2009-03-22
Add dirsort module
Andy Kelk
1
-0
/
+194