Fix various spelling errors
[metze/samba/wip.git] / source3 / smbd / open.c
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
2013-10-15 Volker Lendeckesmbd: Unify delay_for_*_oplocks
2013-10-15 Volker Lendeckesmbd: Simplify find_oplock_types a bit
2013-10-14 Volker Lendeckesmbd: Remove FAKE_LEVEL_II_OPLOCK
2013-10-13 Volker Lendeckesmbd: Remove unused create_options from open_mode_check
2013-10-13 Volker Lendeckesmbd: Remove name_hash param from open_mode_check
2013-10-11 Volker Lendeckesmbd: Fix the extended *.oplock.doc1 tests
2013-10-08 Volker Lendeckesmbd: Fix an error path in open_directory
2013-10-08 Volker Lendeckesmbd: Convert set_share_mode to return bool for success
2013-10-06 Volker Lendeckesmbd: Fix confusing comments
2013-09-11 Volker Lendeckesmbd: Add brl_num_locks access function
2013-09-10 Michael Adams3:smbd: ease file server upgrades from 3.6 and earlier...
2013-09-06 Volker Lendeckesmbd: Slightly simplify send_break_message
2013-09-06 Volker Lendeckesmbd: Remove a silly "? true : false"
2013-09-06 Volker Lendeckesmbd: Remove two confusing TALLOC_FREE calls
2013-09-05 Volker Lendeckesmbd: Remove FORCE_OPLOCK_BREAK_TO_NONE
2013-09-03 Volker Lendeckesmbd: Simplify find_oplock_types
2013-05-07 Jeremy AllisonOnly do the 1 second delay for sharing violations for...
2013-04-27 Volker Lendeckesmbd: Do not fetch the record in defer_open_done
2013-04-26 Volker Lendeckesmbd: We don't use DEFERRED_OPEN_ENTRY anymore
2013-04-26 Volker Lendeckesmbd: Use dbwrap_record_watch_send for defer_open
2013-04-17 Volker Lendeckesmbd: Convert create_file_unixpath to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert open_streams_for_delete to synthetic_smb_...
2013-04-17 Volker Lendeckesmbd: Convert msg_file_was_renamed to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert change_dir_owner_to_parent to synthetic_s...
2013-04-17 Volker Lendeckesmbd: Convert change_dir_owner_to_parent to synthetic_s...
2013-04-17 Volker Lendeckesmbd: Convert change_file_owner_to_parent to synthetic_...
2013-04-15 Volker Lendeckesmbd: Fix an error return in change_dir_owner_to_parent
2012-12-02 Stefan Metzmachers3:smbd/open: fall back to Builtin_Administrators if...
2012-12-02 Stefan Metzmachers3:smbd/open: try the primary sid (user) as group_sid...
2012-12-02 Stefan Metzmachers3:smbd/open: use Builtin_Administrators as owner of...
2012-11-28 Stefan Metzmachers4:smbd/open: add missing TALLOC_FREE(frame) to inherit...
2012-11-19 Jeremy AllisonAdd comments explaining exactly *why* we don't check...
2012-10-17 Michael Adams3:smbd: fix brace placements in validate_my_share_entr...
next