smbd: Remove unused [push_pull]_file_id_24
[samba.git] / source3 / modules / vfs_dirsort.c
2023-06-23 Volker Lendeckevfs: Remove "sbuf" from readdir_fn()
2023-06-14 Volker Lendeckevfs: Remove vfs telldir/seekdir functions
2020-12-16 Ralph Boehmevfs: Add dirfsp arg to SMB_VFS_READDIR()
2020-12-16 Ralph Boehmesmbd: use fsp_set_fd()
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2019-09-10 Ralph Boehmes3: replace fsp_stat() with vfs_stat_fsp()
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-02-09 Andreas Schneiders3-vfs: Only walk the directory once in open_and_sort_dir()
2017-01-09 Jeremy Allisons3: vfs: dirsort doesn't handle opendir of "." correctly.
2016-03-01 Jeremy AllisonVFS: Modify opendir to take a const struct smb_filename...
2015-08-20 Stefan Metzmachers3:modules/vfs_*: make function prototypes available...
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2014-09-03 Jeremy Allisons3: smbd: vfs_dirsort module.
2014-02-11 Jeremy Allisons3: vfs_dirsort module.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-17 Volker Lendeckevfs: Convert dirsort_opendir to synthetic_smb_fname
2013-04-11 Jeremy AllisonRemove unneeded initializations (we already talloc_zero).
2013-04-11 Jeremy AllisonRemove the use of dirfd inside the vfs_dirsort.c.
2013-04-11 Jeremy AllisonConvert mtime from a time_t to a struct timespec.
2013-04-11 Jeremy AllisonCheck SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().
2013-04-11 Jeremy AllisonClean error paths in opendir and fd_opendir by only...
2013-04-11 Jeremy AllisonProtect open_and_sort_dir() from the directory changing...
2013-04-11 Jeremy AllisonUse an index i rather than re-using a state variable.
2013-04-11 Jeremy AllisonProtect against early error in SMB_VFS_NEXT_READDIR.
2013-04-11 Jeremy AllisonChange source3/modules/vfs_dirsort.c from MALLOC -...
2012-08-08 Björn Jackevfs_dirsort: Remove unnecessary return; statement
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
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-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