Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-17 | vfs: Convert dirsort_opendir to synthetic_smb_fname | Volker Lendecke | 1 | -7/+2 | |
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-04-11 | Remove unneeded initializations (we already talloc_zero). | Jeremy Allison | 1 | -5/+0 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2013-04-11 | Remove the use of dirfd inside the vfs_dirsort.c. | Jeremy Allison | 1 | -9/+23 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2013-04-11 | Convert mtime from a time_t to a struct timespec. | Jeremy Allison | 1 | -15/+26 | |
In preparation for removing the dirfd and using fsp_stat() and VFS_STAT functions. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2013-04-11 | Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir(). | Jeremy Allison | 1 | -0/+5 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2013-04-11 | Clean error paths in opendir and fd_opendir by only setting handle data on ↵ | Jeremy Allison | 1 | -10/+13 | |
success. Pass extra struct dirsort_privates * to open_and_sort_dir() function to avoid it having to re-read the handle data. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2013-04-11 | Protect open_and_sort_dir() from the directory changing size. | Jeremy Allison | 1 | -9/+15 | |
Otherwise there could be an error between initial count, allocation and re-read. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2013-04-11 | Use an index i rather than re-using a state variable. | Jeremy Allison | 1 | -5/+3 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2013-04-11 | Protect against early error in SMB_VFS_NEXT_READDIR. | Jeremy Allison | 1 | -0/+4 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2013-04-11 | Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC. | Jeremy Allison | 1 | -14/+8 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | |||||
2012-08-08 | vfs_dirsort: Remove unnecessary return; statement | Björn Jacke | 1 | -2/+0 | |
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Wed Aug 8 02:17:13 CEST 2012 on sn-devel-104 | |||||
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 | |
Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Mon Dec 12 04:58:40 CET 2011 on sn-devel-104 | |||||
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -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-30 | s3-vfs: include smbd/smbd.h in vfs modules. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-09 | Add fdopendir to the VFS. We will use this to reuse a directory fd already ↵ | Jeremy Allison | 1 | -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-10 | Check all SMB_MALLOC returns correctly. Found by Andreas Moroder ↵ | Jeremy Allison | 1 | -3/+15 | |
<andreas.moroder@gmx.net>. Jeremy | |||||
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 | |