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-07-271-3/+3
* Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3)Jeremy Allison2009-04-171-18/+23
* Fix bug #6186 - map readonly does not workJeremy Allison2009-03-271-3/+25
* Fix bug #6160 - Office 2007 fails saving files to a Samba mapped drive.Jeremy Allison2009-03-061-0/+22
* Second part of fix for #6154, ensure we return max accessJeremy Allison2009-03-061-0/+9
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename orJeremy Allison2009-03-061-0/+19
* More warning fixes for Solaris.Jeremy Allison2009-02-241-1/+1
* Backport the semantics of when to delete alternate data streams on a file tru...Jeremy Allison2009-02-201-0/+14
* Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison2009-02-161-20/+34
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison2009-02-161-10/+46
* Fix an ancient uninitialized variable readVolker Lendecke2009-01-021-1/+1
* Fix bug #5979 - Level 2 oplocks being granted improperly,Jeremy Allison2009-01-021-65/+96
* Fix error code when smbclient puts a file over an existing directoryVolker Lendecke2008-12-121-1/+1
* Fix a delete on close divergence from windows [2/2]Tim Prouty2008-12-111-3/+2
* Fix a delete on close divergence from windows [1/2]Tim Prouty2008-12-111-4/+2
* s3:smbd: close the low level fd of the base_fsp, if the file was createdStefan Metzmacher2008-12-111-0/+2
* s3:smbd: only try and fallback to open a directory if it's not a stream openStefan Metzmacher2008-12-111-0/+7
* s3:smbd: wildcard characters are allowed in stream namesStefan Metzmacher2008-12-111-1/+11
* Revert f268d75f5ed1258b08c5571780ea3be6724daed4 - "Fix the logic bug that cau...Jeremy Allison2008-11-261-7/+1
* Fix the logic bug that caused us to run into kernel oplocks on an open for a ...Jeremy Allison2008-11-261-1/+7
* Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...Jeremy Allison2008-11-261-14/+45
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-261-49/+69
* Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...Jeremy Allison2008-11-181-1/+6
* Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison2008-11-181-2/+79
* Pass the directory versions of the RAW-ACL (still not inheritance). Refactor ...Jeremy Allison2008-11-181-43/+83
* Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison2008-11-181-14/+4
* Get closer to passing S4 RAW-ACLs.Jeremy Allison2008-11-181-5/+42
* Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2008-11-181-0/+9
* For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-151-0/+4
* Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.Jeremy Allison2008-09-291-3/+1
* Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison2008-09-161-3/+7
* smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher2008-08-211-0/+5
* If we're not allowing streams on this conn ptr,Jeremy Allison2008-07-241-0/+5
* Remove current_user reference from printfsp.cVolker Lendecke2008-06-261-1/+1
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-3/+4
* Remove the current_user references from open.cVolker Lendecke2008-06-151-6/+4
* Remove the current_user reference from fake_file.cVolker Lendecke2008-06-151-1/+2
* Remove "user" from connection_structVolker Lendecke2008-05-101-2/+3
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-021-55/+1
* Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison2008-05-021-2/+2
* 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