s3: include smbd/smbd.h where needed.
[kai/samba-autobuild/.git] / source3 / smbd / open.c
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-21 Stefan Metzmachers3:smbd: access checks should not depend on share mode...
2011-02-27 Volker Lendeckes3: Fix some nonempty blank lines
2011-02-25 Jeremy AllisonEnsure we don't return an incorrect access mask.
2011-02-24 Jeremy AllisonBatch oplocks conflict with exclusive as well as themse...
2011-02-24 Jeremy AllisonRemember to free the second temporary string.
2011-02-24 Jeremy AllisonFix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODE...
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-09 Jeremy AllisonOops. Need to test for if(!NT_STATUS_IS_OK(..)) for...
2011-02-09 Jeremy AllisonMove to opening an fd on directory opens. Get more...
2011-02-09 Jeremy AllisonRemove unneeded stat call.
2011-02-08 Jeremy AllisonPass fsp to dptr_CloseDir(). Cope with setting the...
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2011-02-08 Jeremy AllisonFix leak in error path.
2011-02-05 Jeremy AllisonMove the "oplock file with byte range locks" check...
2011-02-02 Jeremy AllisonBased on a conversation with Volker, refactor some...
2011-01-31 Pavel ShilovskyFix bug #7928 - Samba problems with kernel oplocks...
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2010-12-29 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-12-02 Jeremy AllisonFix a typo - should be '&&' not '&' when checking for...
2010-11-04 Volker Lendeckes3: Remove an unused prototype
2010-10-22 Jeremy AllisonRevert "Wrap security_token_has_privilege() with a...
2010-10-22 Jeremy AllisonWrap security_token_has_privilege() with a check for...
2010-10-21 Jeremy AllisonAdd code to implement SeSecurityPrivilege in net rpc...
2010-10-16 Jeremy AllisonFix bug #7734 - When creating files with "inherit ACLs...
2010-10-16 Jeremy AllisonFix bug #7733 - Invalid client DOS attributes on create...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-03 Volker Lendeckes3: Remove smbd_server_conn from msg_file_was_renamed
2010-10-03 Volker Lendeckes3: Remove smbd_server_conn from validate_my_share_entries
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
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-08-25 Günther Deschners3-build: only include "fake_file.h" where needed.
2010-07-29 Volker Lendeckes3: Avoid an unnecessary ftruncate call
2010-07-27 Simo Sorces3-smbd: Migrated to new spoolss functions for printing.
2010-07-05 Volker Lendeckes3: Remove procid_self() from fill_deferred_open_entry()
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from send_break_mes...
2010-06-03 Günther Deschners3-security: use shared SECINFO_DACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_SACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_GROUP define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_OWNER define.
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-13 Jeremy AllisonBe more forgiving on client oplock break failure (as...
2010-05-13 Jeremy AllisonTreat an open of stream ::$DATA as an open of the base...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-23 Simo Sorces3-smbd: group print relate data in own structure
2010-04-23 Jeremy AllisonAllow smb2 create requests to be cancelled.
2010-04-23 Jeremy AllisonMake deferred opens (NT_STATUS_SHARING_VIOLATION) work...
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-04-10 Jeremy AllisonPlumb SMB2 stubs into all the places we defer SMB1...
2010-03-15 Jeremy AllisonSwitch over to using get_currect_XXX() accessor functions.
2010-03-15 Jeremy AllisonRever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
2010-03-12 Jeremy AllisonMissed a couple more uses of conn->server_info->ptok...
2010-03-12 Jeremy AllisonRemove more uses of "extern struct current_user current...
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2009-12-16 Jeremy AllisonAdd helpful debug of DACL for errors on ACL access.
2009-12-04 Jeremy AllisonMake sure we're not using the old smb_fname data.
2009-12-04 Jeremy AllisonRemove smb_fname duplicates that just keep the same...
2009-12-03 Jeremy AllisonRemove unneeded argument from can_set_delete_on_close...
2009-11-25 Jeremy AllisonFix crash due to uninitialized pointer (not a problem...
2009-11-24 Jeremy AllisonRemove unused code.
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-23 Volker Lendeckes3: Move a variable declaration to its only use
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-11-21 Jeremy AllisonFix logic bug where high bits tests was being
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-06 Abhidnya P Chirmules3: Add access_mask to the flock VFS call
2009-09-04 Volker Lendeckes3:smbd: Fix Coverity ID 937, REVERSE_INULL
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-22 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-08-19 Stefan Metzmachers3:smbd: make smbd_check_open_rights() function non...
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-10 Jeremy AllisonEnsure the fsp->fsp_name stat_ex struct is always
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Plumb smb_filename through map_open_params_to_ntcreate
2009-07-21 Tim Proutys3: Plumb smb_filename through open_fake_file
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-14 Volker LendeckeTALLOC_FREE(sd) in check_open_rights upon an error
2009-07-09 Tim Proutys3: Prepare open.c to switch fsp_name to an smb_filenam...
2009-07-09 Tim Proutys3: Change the share_mode_lock struct to store a base_n...
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-09 Tim Proutys3: convert unix_mode to take an smb_filename
2009-07-08 Tim Proutys3: Migrate a few functions in open.c to take smb_filename
2009-07-06 Tim Proutys3: Plumb smb_filename around SMB_VFS_CHFLAGS
2009-07-03 Volker LendeckeFor non-existent streams we have to return OBJECT_NAME_...
2009-07-01 Stefan Metzmachers3:smbd: remove unused variables passed to parent_dirname()
2009-06-26 Tim Proutys3: Remove get_full_smb_filename() from open_directory()
2009-06-26 Tim Proutys3: Change set_ea() and its callers to use smb_filename
2009-06-25 Jeremy AllisonFix bug #6506 - SMBD server doesn't set EAs when a...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-19 Jeremy AllisonFix coverity #676. Forward NULL.
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-18 Tim Proutys3: Plumb smb_filename from create_file all of the...
2009-06-17 Jeremy AllisonRemove msdfs pathname processing from default create...
next