summaryrefslogtreecommitdiffstats
path: root/source/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6421 - POSIX read-only open fails on read-only shares. The change to...Jeremy Allison2009-06-171-3/+3
* Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3)Jeremy Allison2009-04-091-18/+23
* Backport the semantics of when to delete alternate data streams on a file tru...Jeremy Allison2009-02-191-0/+14
* Fix a delete on close divergence from windows [2/2]Tim Prouty2009-01-081-2/+3
* Fix a delete on close divergence from windows [1/2]Tim Prouty2009-01-081-4/+2
* Fix an ancient uninitialized variable readVolker Lendecke2008-12-311-1/+1
* Fix bug #5979 - Level 2 oplocks being granted improperly,Jeremy Allison2008-12-171-65/+96
* Fix error code when smbclient puts a file over an existing directoryVolker Lendecke2008-12-131-1/+1
* s3:smbd: close the low level fd of the base_fsp, if the file was createdStefan Metzmacher2008-12-011-0/+2
* s3:smbd: only try and fallback to open a directory if it's not a stream openStefan Metzmacher2008-12-011-0/+7
* s3:smbd: wildcard characters are allowed in stream namesStefan Metzmacher2008-12-011-1/+11
* Revert c76e4791d3ae4f180fba209c29bd3774c00858cf - "Fix the logic bug that cau...Jeremy Allison2008-11-211-4/+1
* Fix the logic bug that caused us to run into kernel oplocks on an open for a ...Jeremy Allison2008-11-211-1/+7
* Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...Jeremy Allison2008-11-211-14/+45
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-211-51/+70
* Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.Jeremy Allison2008-09-261-3/+1
* Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison2008-09-151-3/+7
* smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher2008-08-201-0/+5
* If we're not allowing streams on this conn ptr,Jeremy Allison2008-07-241-0/+5
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-1/+1
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-211-1/+9
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-071-5/+10
* Fix S3 to pass the test_raw_oplock_exclusive3 test.Jeremy Allison2008-03-111-2/+3
* Fix debug messages.Jeremy Allison2008-02-221-4/+5
* Fix a ton of IBM checker uninitialized variable warningsVolker Lendecke2008-01-221-2/+1
* Free case_state earlierVolker Lendecke2008-01-201-0/+2
* NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"Volker Lendecke2008-01-201-1/+2
* Couple of minor fixes for POSIX pathname processing in theJeremy Allison2008-01-191-1/+1
* Add streams supportVolker Lendecke2008-01-191-12/+202
* delete on close even prevents stat opensVolker Lendecke2008-01-121-6/+6
* There's no point in calling FLOCK on a non-existing fdVolker Lendecke2008-01-121-7/+9
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-4/+4
* Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison2008-01-091-7/+1
* Replace an uninitialized variableVolker Lendecke2008-01-091-0/+2
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-081-3/+2
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-3/+3
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-061-2/+1
* Using a bool with a logical operation. IBM checker caught.Jeremy Allison2008-01-041-1/+1
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-2/+2
* Use NULL instead of 0Volker Lendecke2008-01-011-4/+4
* Fix setting the initial permission bitsVolker Lendecke2007-12-281-4/+9
* We need to return the correct atimeVolker Lendecke2007-12-261-1/+6
* Remove redundant connection_struct from fd_close() parameter list.Michael Adam2007-12-221-11/+11
* Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam2007-12-221-1/+1
* separate out create_file_unixpath()Volker Lendecke2007-12-111-171/+242
* Move more stuff out of the wayVolker Lendecke2007-12-111-7/+7