Correct "defered" typos.
[samba.git] / source3 / smbd / open.c
2017-02-22 Chris LambCorrect "defered" typos.
2017-02-16 Jeremy Allisons3: smbd: Don't loop infinitely on bad-symlink resolution.
2017-01-23 Ralph Boehmes3/smbd: check for invalid access_mask smbd_calculate_a...
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2016-12-07 Jeremy Allisons3: smbd: Make check_parent_access() available to renam...
2016-09-15 Volker Lendeckesmbd: Reset O_NONBLOCK on open files
2016-08-10 Uri Simchonismbd: add an option to inherit only the UNIX owner
2016-07-19 Jeremy Allisons3: smbd: Fix delete operations enumerating streams...
2016-07-15 Volker Lendeckesmbd: Convert locking.tdb to new dbwrap_watch
2016-07-15 Volker Lendeckedbwrap: Add "blocker" to record_watch_send
2016-06-25 Ralph Boehmes3/smbd: only use stored dos attributes for open_match_...
2016-06-21 Volker Lendeckesmbd: Fix a signed/unsigned hickup
2016-05-19 Michael Adamsmbd:close: only remove kernel share modes if they...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-12 Andrew Bartlettsmbd: Only check dev/inode in open_directory, not the...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to static.
2016-03-07 Jeremy Allisons3: smbd: Change delete_all_streams() to take a const...
2016-03-05 Jeremy AllisonVFS: Modify lchown to take a const struct smb_filename...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-02-24 Jeremy Allisons3: VFS: Modify mkdir to take a const struct smb_filena...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2016-02-05 Jose A. Riveras3:smbd:open: Skip redundant call to file_set_dosmode...
2016-01-23 Ralph Boehmes3:smbd: Ignore initial allocation size for directory...
2015-12-23 Jeremy Allisons3: smbd: Remove *all* uses of lp_posix_pathnames(...
2015-12-23 Jeremy Allisons3: smbd: open_file: use FSP_POSIX_FLAGS_PATHNAMES
2015-12-23 Jeremy Allisons3: smbd: In open.c, add in UCF_POSIX_PATHNAMES to...
2015-12-23 Jeremy Allisons3: smbd: In open.c Use ucf_flags variable instead...
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-14 Ralph Boehmes3: smbd: When requesting posix open in open_file_ntcre...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-11-06 Mathieu ParentFix various spelling errors
2015-10-12 Ralph Boehmes3:smbd: remove unused arg oplock_request
2015-09-24 Jeremy Allisons3: smbd: Fix mkdir race condition.
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-05-01 Richard SharpeConvert uint32/16/8 to 32_t/16_t/8_t in printing.h...
2015-04-29 Ralph Boehmevfs: kernel_flock and named streams
2015-04-28 Volker Lendeckelib: Remove procid_str_static
2015-02-19 Jeremy Allisons3: smbd: leases - new torture test shows stat opens...
2014-12-09 Jeremy Allisons3:locking: Change the data model for leases_db to...
2014-12-09 Jeremy Allisons3:locking: pass down servicepath to leases_db_add()
2014-12-05 Jeremy Allisons3: leases: send_break_message() public.
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-12-04 Volker Lendeckes3:smbd: Implementation of SMB2.1 and SMB3.0 leases.
2014-12-04 Volker Lendeckes3:smbd: add lease key validation functions to open.c
2014-12-04 Volker Lendeckes3:smbd: add lease related helper functions to open.c
2014-12-04 Stefan Metzmachers3:open_files.idl: add data structures for SMB2.1 and...
2014-11-11 Volker Lendeckes3:locking: convert brl_have_read field to brl_num_read.
2014-11-11 Jeremy Allisons3:smbd: Don't set fsp->oplock_type before we've grante...
2014-11-11 Volker Lendeckes3:smbd: move all oplock granting code to grant_fsp_opl...
2014-11-11 Volker Lendeckes3:smbd: break oplocks to none with FILE_OVERWRITE
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to schedule_deferred_o...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to remove_deferred_ope...
2014-09-12 Volker Lendeckes3: smbd: streams - Ensure share mode validation ignore...
2014-09-11 Jeremy Allisons3: smbd - open logic fix.
2014-09-10 Michael Adams3:smbd:open_file: use a more natural check.
2014-09-10 Michael Adams3:smbd: fix a race in open code
2014-09-10 Volker Lendeckesmbd: Fix a typo
2014-08-11 Volker Lendeckesmbd: Pass down "lease" to open_file_ntcreate
2014-08-11 Volker Lendeckesmbd: Pass down "lease" to create_file_unixpath
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-06-25 Volker Lendeckesmbd: Remove 2 indentation levels
2014-06-25 Jeremy Allisons3: smbd - Prevent file truncation on an open that...
2014-06-21 Volker Lendeckesmbd: Fix bug 10593
2014-06-21 Volker Lendeckesmbd: First watch, then defer
2014-06-21 Volker Lendeckesmbd: Store "struct deferred_open_record" instead of...
2014-05-27 Volker Lendeckesmbd: Fix a typo
2014-05-02 Jeremy Allisons3: smbd: Remove open_file_fchmod().
2014-05-02 Jeremy Allisons3: smbd : Ensure file_new doesn't call into smbXsrv_op...
2014-03-21 Volker Lendeckesmbd: Use fsp->file_id in open_file_ntcreate
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to schedule_defer_open
2014-02-08 Garming Samparam: rename lp function and variable from "inherit_pe...
2014-02-08 Garming Samparam: rename lp function and variable from "symlinks...
2014-01-23 Abhidnya Joshis3: Don't open the dir for stat/attr/acl related mask
2013-12-05 Jeremy Allisonsmbd - allow updates on directory write times on open...
2013-11-22 Volker Lendeckesmbd: Pull mtime handling into open_file_ntcreate
2013-11-22 David Disseldorpsmbd/open: disable compression with FILE_NO_COMPRESSION
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-04 Jeremy AllisonFix bug #10229 - No access check verification on stream...
2013-10-25 Volker LendeckeRevert "smbd: Move oplock/sharemode ops into one place"
2013-10-25 Volker LendeckeRevert "smbd: Move oplock handling together"
2013-10-24 Volker Lendeckesmbd: Move oplock handling together
2013-10-24 Volker Lendeckesmbd: Move oplock/sharemode ops into one place
2013-10-24 Volker Lendeckesmbd: Remove separate oplock_type parameter from set_fi...
2013-10-23 Volker Lendeckesmbd: Fix breaking level2 on OVERWRITE create_disposition
2013-10-23 Volker Lendeckesmbd: Fix raw.batch.exclusive[59]
2013-10-23 Volker Lendeckesmbd: Remove unused "mid" from delay_for_oplock
2013-10-23 Volker Lendeckesmbd: Don't send op_mid in a BREAK message
2013-10-23 Volker Lendeckesmbd: Simplify send_break_message
2013-10-23 Volker Lendeckesmbd: Remove unused "oplock_request" arg from send_brea...
2013-10-23 Volker Lendeckesmbd: validate oplock types even for internal and stat...
2013-10-23 Volker Lendeckesmbd: Fix bug 10216
2013-10-16 Volker Lendeckesmbd: Simplify open_file_ntcreate
2013-10-15 Volker Lendeckesmbd: Remove "file_existed" handling from open_mode_check
2013-10-15 Volker Lendeckesmbd: Decouple grant_fsp_oplock_type from oplock validation
2013-10-15 Volker Lendeckesmbd: Reduce the complexity of open_file_ntcreate
2013-10-15 Volker Lendeckesmbd: Make find_oplock_types return bool
2013-10-15 Volker Lendeckesmbd: Make loop index type match loop limit
next