summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_dirsort.c
Commit message (Expand)AuthorAgeFilesLines
* s3: replace fsp_stat() with vfs_stat_fsp()Ralph Boehme2019-09-101-5/+8
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-1/+9
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s3-vfs: Only walk the directory once in open_and_sort_dir()Andreas Schneider2017-02-091-24/+39
* s3: vfs: dirsort doesn't handle opendir of "." correctly.Jeremy Allison2017-01-091-0/+4
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-4/+5
* s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher2015-08-201-0/+1
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-2/+2
* s3: smbd: vfs_dirsort module.Jeremy Allison2014-09-031-1/+1
* s3: vfs_dirsort module.Jeremy Allison2014-02-121-7/+112
* vfs: Convert dirsort_opendir to synthetic_smb_fnameVolker Lendecke2013-04-171-7/+2
* Remove unneeded initializations (we already talloc_zero).Jeremy Allison2013-04-111-5/+0
* Remove the use of dirfd inside the vfs_dirsort.c.Jeremy Allison2013-04-111-9/+23
* Convert mtime from a time_t to a struct timespec.Jeremy Allison2013-04-111-15/+26
* Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().Jeremy Allison2013-04-111-0/+5
* Clean error paths in opendir and fd_opendir by only setting handle data on su...Jeremy Allison2013-04-111-10/+13
* Protect open_and_sort_dir() from the directory changing size.Jeremy Allison2013-04-111-9/+15
* Use an index i rather than re-using a state variable.Jeremy Allison2013-04-111-5/+3
* Protect against early error in SMB_VFS_NEXT_READDIR.Jeremy Allison2013-04-111-0/+4
* Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.Jeremy Allison2013-04-111-14/+8
* vfs_dirsort: Remove unnecessary return; statementBjörn Jacke2012-08-081-2/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-7/+7
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-6/+6
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-6/+6
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-091-0/+43
* Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...Jeremy Allison2010-09-101-3/+15
* s3-vfs: use TYPESAFE_QSORT() in s3 VFS modulesAndrew Tridgell2010-02-141-5/+3
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-20/+7
* Fix a few type errors in VFS modulesVolker Lendecke2009-07-191-1/+2
* Use StrCaseCmp in the dirsort moduleVolker Lendecke2009-03-221-1/+1
* Add dirsort moduleAndy Kelk2009-03-221-0/+194