summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Avoid an unnecessary ftruncate callVolker Lendecke2010-07-291-1/+1
* s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce2010-07-271-2/+3
* s3: Remove procid_self() from fill_deferred_open_entry()Volker Lendecke2010-07-051-5/+10
* s3: Remove smbd_messaging_context() from send_break_message()Volker Lendecke2010-07-051-1/+1
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-3/+3
* s3-security: use shared SECINFO_SACL define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-3/+3
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-3/+3
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* Be more forgiving on client oplock break failure (as Windows does). Remove a ...Jeremy Allison2010-05-131-1/+1
* Treat an open of stream ::$DATA as an open of the base file.Jeremy Allison2010-05-131-1/+23
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3-smbd: group print relate data in own structureSimo Sorce2010-04-231-2/+2
* Allow smb2 create requests to be cancelled.Jeremy Allison2010-04-231-9/+18
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-221-1/+1
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-6/+8
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-26/+26
* Switch over to using get_currect_XXX() accessor functions.Jeremy Allison2010-03-151-3/+3
* Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...Jeremy Allison2010-03-151-3/+3
* Missed a couple more uses of conn->server_info->ptok that need to be get_curr...Jeremy Allison2010-03-121-19/+22
* Remove more uses of "extern struct current_user current_user;".Jeremy Allison2010-03-121-3/+3
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-19/+36
* Add helpful debug of DACL for errors on ACL access.Jeremy Allison2009-12-161-2/+10
* Make sure we're not using the old smb_fname data.Jeremy Allison2009-12-031-1/+1
* Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison2009-12-031-13/+11
* Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison2009-12-021-2/+2
* Fix crash due to uninitialized pointer (not a problem in 3.4.x or below).Jeremy Allison2009-11-251-2/+1
* Remove unused code.Jeremy Allison2009-11-231-46/+0
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-231-3/+2
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-2/+2
* s3: Move a variable declaration to its only useVolker Lendecke2009-11-231-1/+1
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-2/+2
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-211-2/+3
* Fix logic bug where high bits tests was beingJeremy Allison2009-11-201-1/+1
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-15/+5
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-061-1/+1
* s3:smbd: Fix Coverity ID 937, REVERSE_INULLVolker Lendecke2009-09-041-2/+2
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-5/+1
* Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison2009-08-211-1/+5
* s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2Stefan Metzmacher2009-08-191-8/+8
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-0/+9
* Ensure the fsp->fsp_name stat_ex struct is alwaysJeremy Allison2009-08-101-0/+1
* s3: Plumb smb_filename through map_open_params_to_ntcreateTim Prouty2009-07-211-4/+6
* s3: Plumb smb_filename through open_fake_fileTim Prouty2009-07-201-11/+2
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-38/+36
* TALLOC_FREE(sd) in check_open_rights upon an errorVolker Lendecke2009-07-141-0/+1
* s3: Prepare open.c to switch fsp_name to an smb_filename structTim Prouty2009-07-081-11/+15
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-24/+47
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-16/+5
* s3: convert unix_mode to take an smb_filenameTim Prouty2009-07-081-3/+3