summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3) has pa...Jeremy Allison2009-04-091-18/+23
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-9/+0
* Fix bug #6186 - map readonly does not workJeremy Allison2009-03-121-3/+25
* Fix bug #6160 - Office 2007 fails saving files to a Samba mapped drive.Jeremy Allison2009-03-051-0/+22
* s3: Change open_streams_for_delete to call through the vfs layerTim Prouty2009-03-041-5/+7
* Second part of fix for #6154, ensure we return max accessJeremy Allison2009-03-041-0/+9
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename orJeremy Allison2009-02-281-0/+19
* More warning fixes for Solaris.Jeremy Allison2009-02-231-1/+1
* S3: Detect max_open_files from systemtodd stecher2009-02-201-0/+12
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-2/+2
* s3: Fix bug opening streams with truncating dispositionTim Prouty2009-02-181-1/+1
* Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison2009-02-041-20/+34
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison2009-02-021-10/+46
* s3: Fix open path to delete streams depending on the create dispositionTim Prouty2009-01-091-0/+14
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1
* Fix a "nested extern" warningVolker Lendecke2008-12-311-1/+1
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-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 a valgrind error in get_relative_fid_filenameVolker Lendecke2008-12-131-1/+1
* Fix error code when smbclient puts a file over an existing directoryVolker Lendecke2008-12-121-1/+1
* s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2008-12-091-3/+2
* s3: [1/3] Fix a delete on close divergence from windows and the associated to...Tim Prouty2008-12-091-4/+2
* s3: Refactor calculating path from relative_fid into a separate functionTim Prouty2008-12-091-78/+96
* s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty2008-12-091-13/+2
* s3: Make a few open utility functions non-staticTim Prouty2008-12-091-16/+16
* s3: Fix FILE_FLAG_POSIX_SEMANTICS handling underneath SMB_VFS_CREATE_FILETim Prouty2008-12-031-2/+2
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-031-6/+6
* s3: Simplify the create_file_unix_path->open_file_ntcreate pathTim Prouty2008-12-031-93/+38
* s3: Modify direct caller of open_file to call SMB_VFS_CREATE_FILETim Prouty2008-12-031-4/+19
* s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty2008-12-031-8/+18
* s3: Modify direct callers of create_file_unix_path to call SMB_VFS_CREATE_FILETim Prouty2008-12-031-16/+42
* s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty2008-12-031-3/+4
* s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty2008-12-031-17/+17
* 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
* Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...Jeremy Allison2008-11-211-7/+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-15/+46
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-211-61/+82
* Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...Jeremy Allison2008-11-061-1/+6
* Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison2008-11-041-2/+79
* Pass the directory versions of the RAW-ACL (still not inheritance). Refactor ...Jeremy Allison2008-11-031-43/+83
* Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison2008-11-031-14/+4
* Get closer to passing S4 RAW-ACLs.Jeremy Allison2008-10-311-5/+42
* Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2008-10-301-0/+9
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-3/+3
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-26/+26
* Pass struct smb_request to file_newVolker Lendecke2008-10-131-9/+11