summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_dirsort.c
AgeCommit message (Expand)AuthorFilesLines
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