Clean error paths in opendir and fd_opendir by only setting handle data on success.
[samba.git] / source3 / modules / vfs_dirsort.c
2013-06-19 Jeremy AllisonClean error paths in opendir and fd_opendir by only...
2013-06-19 Jeremy AllisonProtect open_and_sort_dir() from the directory changing...
2013-06-19 Jeremy AllisonUse an index i rather than re-using a state variable.
2013-06-19 Jeremy AllisonProtect against early error in SMB_VFS_NEXT_READDIR.
2013-06-19 Jeremy AllisonChange source3/modules/vfs_dirsort.c from MALLOC -...
2011-04-05 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-04-05 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-09 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2011-02-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2010-09-10 Jeremy AllisonCheck all SMB_MALLOC returns correctly. Found by Andrea...
2010-09-10 Jeremy AllisonCheck all SMB_MALLOC returns correctly. Found by Andrea...
2010-02-14 Andrew Tridgells3-vfs: use TYPESAFE_QSORT() in s3 VFS modules
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-19 Volker LendeckeFix a few type errors in VFS modules
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-22 Volker LendeckeUse StrCaseCmp in the dirsort module
2009-03-22 Andy KelkAdd dirsort module