s3: smbd: Reformat users of can_write_to_file().
[samba.git] / source3 / smbd / files.c
2020-04-03 Ralph Boehmesmbd: move files_struct.closing to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.use_ofd_locks to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.aio_write_behind to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory 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.can_read to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_lock to a bitfield
2020-03-24 Ralph Boehmesmbd: add open_internal_dirfsp_at()
2020-03-24 Ralph Boehmesmbd: add create_internal_dirfsp_at()
2020-03-23 Jeremy Allisons3: smbd: Remove all references to fsp->deferred_close.
2020-03-18 Jeremy Allisons3: smbd: Remove file_close_pid().
2020-03-18 Jeremy Allisons3: smbd: Every place we check fsp->deferred_close...
2020-01-13 Ralph Boehmesmbd: RIP user_struct
2020-01-13 Ralph Boehmesmbd: use session->global->session_wire_id instead...
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-12 Volker Lendeckesmbd: Use file_id_str_buf() in file_find_dif()
2019-09-17 Volker Lendeckesmbd: Make fsp->fh->gen_id unique per process
2019-08-06 Volker Lendeckesmbd: Move fsp_client_guid() to locking/
2019-08-06 Volker Lendeckesmbd: Remove "share_access" from dup_file_fsp()
2019-08-06 Volker Lendeckesmbd: Remove "share_access" from files_struct
2019-05-29 Noel Powers3/smbd: cppcheck: Fix ctunullpointer error
2019-02-09 Andreas Schneiders3:vfs: Correctly check if OFD locks should be enabled...
2018-09-14 Volker Lendeckesmbd: Remove "file_sync_all" function
2017-06-21 Jeremy Allisons3: smbd: When deleting an fsp pointer ensure we don...
2017-03-15 Jeremy Allisons3: locking: Move two leases functions into a new file.
2016-07-20 Volker Lendeckesmbd: Add "path" to notify_remove
2016-07-20 Volker Lendeckesmbd: Add fsp_fullbasepath
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-17 Michael Adamsmbd: fix use after free via conn->fsp_fi_cache
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-03-17 Volker Lendeckesource3: Replace ccan hash calls with tdb_jenkins_hash
2015-02-19 Jeremy Allisons3: smbd: leases - losen paranoia check. Stat opens...
2014-12-06 Volker LendeckeFix signed/unsigned comparisons
2014-12-04 Volker Lendeckes3:smbd: Implementation of SMB2.1 and SMB3.0 leases.
2014-12-04 Volker Lendeckes3:smbd: add file_find_one_fsp_from_lease_key() helper...
2014-12-04 Volker Lendeckes3:smbd: add fsp_lease_type() and get_lease_type()...
2014-12-04 Jeremy Allisons3:smbd: Add fsp_client_guid() utility function to...
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in files.c
2014-05-02 Jeremy Allisons3: smbd : Ensure file_new doesn't call into smbXsrv_op...
2014-04-23 Volker Lendeckelib: Move full_path_tos to util_str.c
2013-12-14 Stefan Metzmachers3:smbd: use PATH_MAX for the buffer passed to full_pat...
2013-12-14 Volker Lendeckesmbd: Implement and use full_path_tos
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-14 Volker Lendeckesmbd: Remove FAKE_LEVEL_II_OPLOCK
2013-04-17 Volker Lendeckesmbd: Convert file_new to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert fsp_set_smb_fname to cp_smb_filename
2013-01-16 David Disseldorpsmbd: split out file_fsp_get from file_fsp_smb2
2012-09-08 Michael Adams3:smbd: also close durable file handles in a tdis
2012-07-23 Stefan Metzmachers3:smbd: if a fsp has fsp->deferred_close, clients...
2012-06-30 Jeremy AllisonAdd uint64_t mid field to the files_struct.
2012-06-29 Stefan Metzmachers3:smbd: make use of smbXsrv_open for smb1/2/3
2012-06-28 Stefan Metzmachers3:smbd/files: fsp->fnum is uint64_t not int!
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-15 Michael Adams3:smbd: change files.c to use fsp_fnum_dbg() for fsp...
2012-06-15 Michael Adams3:smbd: use FNUM_FIELD_INVALID instead of literal -1
2012-06-15 Michael Adams3:files: factor fsp_free() out of file_free()
2012-06-15 Michael Adams3:files: reorder file_free() a bit
2012-06-15 Michael Adams3:smbd: refactor fsp_new() out of file_new()
2012-06-14 Stefan Metzmachers3:smbd: use fsp_persistent_id() as persistent_file_id...
2012-06-14 Stefan Metzmachers3:smbd: add a fsp_persistent_id() function
2012-06-14 Stefan Metzmachers3:smbd: only set fsp->fh->gen_id for a client connection
2012-06-14 Stefan Metzmachers3:smbd: try to make fsp->fh->gen_id as globally unique...
2012-06-10 Stefan MetzmacherRevert "s3:smbd: set req->smb2req->compat_chain_fsp...
2012-06-09 Stefan Metzmachers3:smbd: add file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()
2012-06-08 Volker Lendeckes3: Replace an if with a boolean short circuit
2012-06-08 Volker Lendeckes3: Assigning ?True:False to a bool is a bit pointless
2012-06-08 Volker Lendeckes3: Remove unnecessary ()
2012-06-06 Stefan Metzmachers3:smbd: let file_close_pid/file_close_user take a...
2012-06-06 Stefan Metzmachers3:smbd: dup_file_fsp() never gets called for print...
2012-06-06 Stefan Metzmachers3:smbd: make use of vfs_remove_all_fsp_extensions...
2012-05-24 Stefan Metzmachers3:smbd/files: split file_init_global() out of file_init()
2012-05-24 Stefan Metzmachers3:smbd/files: work without sconn->file_bmap and assign...
2012-05-24 Stefan Metzmachers3:smbd/files: fix error path and correctly cleanup
2012-05-23 Stefan Metzmachers3:smbd/files: remove unused VALID_FNUM()
2012-04-26 Volker Lendeckes3: oplock_timeout is a talloc child of fsp
2012-04-17 Volker Lendeckes3: New notify implementation
2012-04-10 Volker Lendeckes3: Use talloc_get_size instead of strlen
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-21 Volker Lendeckes3: Move the notify_ctx to the smbd_server_connection
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_files' and 'files' directly under...
2012-02-14 Volker Lendeckes3: files_struct->mode is only written, remove it
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
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-20 Rusty Russellsource3/smdb/files.c: file_name_hash to use Jenkins...
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-01-25 Jeremy AllisonAdd name_hash to files_struct. Set within fsp_set_smb_f...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-28 Volker Lendeckes3: Remove some remaining files.c globals to sconn
2010-09-28 Volker Lendeckes3: Remove talloc_autofree_context() from files.c
2010-09-28 Volker Lendeckes3: Lift smbd_server_conn from file_find_fd
2010-09-28 Volker Lendeckes3: Remove smbd_server_conn from file_fsp
2010-09-28 Volker Lendeckes3: Slightly simplify file_fnum
2010-09-28 Volker Lendeckes3: Remove smbd_server_conn from file_sync_all
2010-09-28 Volker Lendeckes3: Remove smbd_server_conn from file_find_subpath
2010-09-28 Volker Lendeckes3: Lift smbd_server_conn from file_find_di_first
2010-09-28 Volker Lendeckes3: Lift smbd_server_conn from file_find_dif
next