summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_dirsort.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Add timespec_equal()Volker Lendecke1-1/+1
2023-06-23vfs: Remove "sbuf" from readdir_fn()Volker Lendecke1-8/+3
2023-06-14vfs: Remove vfs telldir/seekdir functionsVolker Lendecke1-70/+0
2020-12-16vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme1-4/+11
2020-12-16smbd: use fsp_set_fd()Ralph Boehme1-1/+1
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme1-62/+0
2019-09-10s3: replace fsp_stat() with vfs_stat_fsp()Ralph Boehme1-5/+8
2017-07-01s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison1-1/+9
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-02-09s3-vfs: Only walk the directory once in open_and_sort_dir()Andreas Schneider1-24/+39
2017-01-09s3: vfs: dirsort doesn't handle opendir of "." correctly.Jeremy Allison1-0/+4
2016-03-01VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison1-4/+5
2015-08-20s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher1-0/+1
2015-05-06Convert all uint8/16/32 to _t in all modules.Richard Sharpe1-2/+2
2014-09-03s3: smbd: vfs_dirsort module.Jeremy Allison1-1/+1
2014-02-12s3: vfs_dirsort module.Jeremy Allison1-7/+112
2013-04-17vfs: Convert dirsort_opendir to synthetic_smb_fnameVolker Lendecke1-7/+2
2013-04-11Remove unneeded initializations (we already talloc_zero).Jeremy Allison1-5/+0
2013-04-11Remove the use of dirfd inside the vfs_dirsort.c.Jeremy Allison1-9/+23
2013-04-11Convert mtime from a time_t to a struct timespec.Jeremy Allison1-15/+26
2013-04-11Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().Jeremy Allison1-0/+5
2013-04-11Clean error paths in opendir and fd_opendir by only setting handle data on su...Jeremy Allison1-10/+13
2013-04-11Protect open_and_sort_dir() from the directory changing size.Jeremy Allison1-9/+15
2013-04-11Use an index i rather than re-using a state variable.Jeremy Allison1-5/+3
2013-04-11Protect against early error in SMB_VFS_NEXT_READDIR.Jeremy Allison1-0/+4
2013-04-11Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.Jeremy Allison1-14/+8
2012-08-08vfs_dirsort: Remove unnecessary return; statementBjörn Jacke1-2/+0
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-7/+7
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-6/+6
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-6/+6
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison1-0/+43
2010-09-10Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...Jeremy Allison1-3/+15
2010-02-14s3-vfs: use TYPESAFE_QSORT() in s3 VFS modulesAndrew Tridgell1-5/+3
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-20/+7
2009-07-19Fix a few type errors in VFS modulesVolker Lendecke1-1/+2
2009-03-22Use StrCaseCmp in the dirsort moduleVolker Lendecke1-1/+1
2009-03-22Add dirsort moduleAndy Kelk1-0/+194