s3-talloc Change TALLOC_ARRAY() to talloc_array()
[samba.git] / source3 / smbd / open.c
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-08 Jeremy AllisonEnsure when creating a directory, if we make any change...
2011-06-08 Jeremy AllisonPart 4 of bugfix for #8211 - "inherit owner = yes"...
2011-06-08 Jeremy AllisonPart 3 of bugfix for #8211 - "inherit owner = yes"...
2011-06-07 Jeremy AllisonPart 2 of bugfix for #8211 - "inherit owner = yes"...
2011-06-07 Jeremy AllisonPart 1 of bugfix for #8211 - "inherit owner = yes"...
2011-06-01 Jeremy AllisonMove fd_close on error path to be identical to all...
2011-06-01 Jeremy AllisonTALLOC_FREE already checks for null.
2011-06-01 Jeremy AllisonFix bug #8175 - smbd deadlock.
2011-05-16 Jeremy AllisonFix the SMB2 showstopper, found by an extended torture...
2011-05-16 Jeremy AllisonEnsure we always write the correct incoming mid into...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-15 Jeremy AllisonEnsure vfs_chown_fsp() is safe against races.
2011-04-14 Jeremy AllisonEnsure change_dir_owner_to_parent() can't be raced.
2011-04-14 Jeremy AllisonOptimization for change_file_owner_to_parent() and...
2011-04-13 Jeremy AllisonDon't print "success" message after error message in...
2011-04-08 Jeremy AllisonSubtle change. Microsoft SMB2 tests return different...
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
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...
next