s3:utils: let smbstatus report anonymous signing/encryption explicitly
[samba.git] / source3 / smbd / fileio.c
2023-11-05 Ralph Boehmesmbd: allow POSIX opens for file_set_dosmode() in mark_...
2023-10-10 Volker Lendeckesmbd: Expand IS_DOS_ARCHIVE() macros
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in mark_file_modified()
2020-12-16 Ralph Boehmesmbd: use fh_[get|set]_pos() and fh_[get|set]_position_...
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-05-12 Stefan Metzmachersmbd: add vfs_valid_{pread,pwrite}_range() checks where...
2020-05-12 Stefan Metzmachers3:smbd: handle 0 length writes as no-op.
2020-04-03 Ralph Boehmesmbd: move files_struct.is_sparse to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.modified to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_write to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.write_time_forced to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_on_close...
2020-04-03 Ralph Boehmesmbd: move files_struct.update_write_time_triggered...
2020-04-03 Ralph Boehmesmbd: reindent if expression in real_write_file()
2020-04-03 Ralph Boehmesmbd: fix if expression that checks when to call vfs_fi...
2020-03-19 Ralph Boehmesmbd: let delayed update handler also update on-disk...
2020-03-19 Ralph Boehmesmbd: let mark_file_modified() always call trigger_writ...
2020-03-19 Ralph Boehmesmbd: remove stat call from mark_file_modified()
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-09-10 Ralph Boehmes3: replace fsp_stat() with vfs_stat_fsp()
2019-05-03 Volker Lendeckesmbd: Use a struct initializer
2019-01-11 Ralph BoehmeRevert "smbd: explain that/why we use the raw tevent_co...
2018-06-18 Stefan Metzmachersmbd: explain that/why we use the raw tevent_context...
2018-06-14 Stefan Metzmachersmbd: split out a fsp_flush_write_time_update() functio...
2018-05-04 Jeremy Allisons3: smbd: Remove the handling of offset == -1 in real_w...
2018-05-01 Jeremy Allisons3: vfs: Use the new smb_vfs_fsync_sync() call in place...
2016-02-23 Volker Lendeckesmbd: Fix line length & whitespace in write_file
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2014-12-04 Stefan Metzmachers3:smbd: document the interaction between "smb2 leases...
2014-11-19 Stefan Metzmachers3:smbd: improve writecache profiling
2014-10-03 Volker Lendeckeprofiling: Remove a big DEBUG statement
2014-10-03 Volker Lendeckeprofiling: Remove some #ifdefs
2014-02-08 Garming Samparam: rename lp function and variable from "syncalways...
2013-11-22 Jeremy AllisonRename the profile enums with a SAMBA_ prefix to avoid...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-19 Stefan Metzmachers3:smbd: s/struct timed_event/struct tevent_timer
2013-02-19 Stefan Metzmachers3:smbd: s/struct event_context/struct tevent_context
2012-07-12 Volker Lendeckes3: Factor out "mark_file_modified"
2012-06-08 Michael Adams3:smbd: remove unnecessary variable readret from read_...
2012-06-08 Michael Adams3:smbd: remove ancient DMF_FIX from read_file().
2012-06-06 Stefan Metzmachers3:smbd: remove typedef for struct write_cache
2012-06-06 Stefan Metzmachers3:smbd: make typedef write_cache private to fileio.c
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2011-12-12 Stefan Metzmachers3:smbd/fileio: avoid usage of server_event_context()
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-01 Rusty Russelllib/util/time.c: timeval_current_ofs_usec
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-09-22 Jeremy AllisonFix bug #7693 - smbd changing mode of files on rename
2010-07-29 Volker Lendeckes3: Do the ftruncate write cache optimization in one...
2010-07-29 Volker LendeckeRevert "s3: Avoid pwrite calls for the 1-byte writes...
2010-07-27 Simo Sorces3-smbd: Migrated to new spoolss functions for printing.
2010-07-19 Volker Lendeckes3: Avoid pwrite calls for the 1-byte writes with zero...
2010-07-09 Volker Lendeckes3: Optimize the write cache for sequential writes
2010-04-30 Simo Sorcesmbd: move printfile_offset() within write_file()
2010-04-23 Simo Sorces3-smbd: group print relate data in own structure
2009-11-16 Jeremy AllisonDon't overwrite a dynamic pointer with the address...
2009-11-06 Jeremy AllisonGot the logic simplification worked out so we still...
2009-11-06 Jeremy AllisonGet closer to an accurate model of Windows timestamp...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-11 Jeremy AllisonRemove reply_unixerror() - no longer needed. Should...
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-06 Tim Proutys3: Plumb smb_filename around SMB_VFS_CHFLAGS
2009-07-02 Jeremy AllisonEnsure we don't use delayed writes on POSIX opened...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Volker LendeckeOnly copy sharename up from rap_to_pjobid
2009-02-10 Tim Proutys3 oplocks: Make the level2 oplock contention API more...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachers3:events: change event_add_timed() prototype to match...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jeremy AllisonFix more asprintf warnings and some error path errors.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-12 Jeremy AllisonModify a comment to make things clearer.
2008-09-08 Stefan Metzmachersmbd: some write time fixes
2008-09-06 Jeremy AllisonWrite times code update.
2008-04-07 Stefan Metzmachersmbd: make it possible to change the write time delay...
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FTRUNCATE().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSTAT().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSYNC().
2008-01-06 Michael AdamRemove unneeded parameter fd from SMB_VFS_PREAD().
2007-10-31 Jeremy AllisonNote when we're setting change time, not write time...
2007-10-31 Jeremy AllisonFix some cases where file_set_dosmode was being passed
2007-10-30 Jeremy AllisonAdd new parameter, "min receivefile size" (by default set
next