smbd: Remove unused [push_pull]_file_id_24
[samba.git] / source3 / modules / vfs_preopen.c
2023-10-13 Joseph Suttons3:modules: Remove unreachable code (CID 1508998)
2023-07-17 Andreas Schneiders3:modules: Fix code spelling
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2021-10-13 Alex Richardsonvfs_preopen.c: Fix -Wformat error on macOS
2021-07-01 Stefan Metzmachervfs_preopen: add useful debug messages which can be...
2021-07-01 Stefan Metzmachervfs_preopen: introduce support for "preopen:posix-basic...
2021-07-01 Stefan Metzmachervfs_preopen: make use of any hints from samba_path_matc...
2021-07-01 Stefan Metzmachervfs_preopen: cap the queue length to the maximum number...
2021-07-01 Stefan Metzmachervfs_preopen: introduce helper variables in preopen_pars...
2021-07-01 Stefan Metzmachervfs_preopen: completely reset the queue if the name...
2021-07-01 Stefan Metzmachervfs_preopen: only reset the queue state if preopen_pars...
2021-07-01 Stefan Metzmachervfs_preopen: make use of new samba_path_matching_*...
2021-07-01 Stefan Metzmachervfs_preopen: only try to preopen if we can construct...
2021-07-01 Stefan Metzmachervfs_preopen: introduce "preopen" debug class
2021-01-08 Volker Lendeckelib: give global_contexts.c its own header file
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_preopen: implement SMB_VFS_OPENAT()
2019-08-16 Ralph Boehmes3: VFS: change connection_struct cwd_fname to cwd_fsp
2019-06-30 Swen Schilligsource3: Update all consumers of strtoul_err(), strtoul...
2019-06-28 Volker Lendeckevfs_preopen: TALLOC_FREE(fde) before closing the underl...
2019-06-28 Volker Lendeckevfs_preopen: Fix an uninitialized variable read
2019-06-28 Volker Lendeckevfs_preopen: Fix for O_NOFOLLOW
2019-03-01 Swen Schilligmodules: Use wrapper for string to integer conversion
2018-09-07 Christof Schmitts3: Rename server_event_context() to global_event_context()
2018-03-20 Andreas Schneiders3:vfs_preopen: Change to a do-while loop and fix the...
2017-12-18 Christof Schmittvfs: Use static_decl_vfs in all VFS modules
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...
2016-05-12 Michael Adams3:vfs:preopen: fix O3 error unused result of write
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-05-19 Stefan Metzmachers3:vfs_preopen: avoid compiler warnings
2014-12-06 Volker Lendeckelib: Split out write_data[_iov]
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-19 Stefan Metzmachers3:modules: s/event_add_fd/tevent_add_fd and s/EVENT_FD...
2013-02-19 Stefan Metzmachers3:modules: s/struct fd_event/struct tevent_fd
2013-02-19 Stefan Metzmachers3:modules: s/struct event_context/struct tevent_context
2012-09-12 Jeremy AllisonIn vfs modules, don't use 'conn->origpath' when we...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
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-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-05-05 Jeremy AllisonFix broken interface to set_namearray() - don't modify...
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.
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in is_in_pa...
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-10 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-10 Volker LendeckeAdd a vfs_preopen module to hide fs latencies