summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_dirsort.c
AgeCommit message (Collapse)AuthorFilesLines
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
Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Mon Dec 12 04:58:40 CET 2011 on sn-devel-104
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
Guenther
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
Guenther
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already ↵Jeremy Allison1-0/+43
open by NtCreateX. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 9 00:55:22 CET 2011 on sn-devel-104
2010-09-10Check all SMB_MALLOC returns correctly. Found by Andreas Moroder ↵Jeremy Allison1-3/+15
<andreas.moroder@gmx.net>. Jeremy
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