summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass struct smb_request to file_fspVolker Lendecke2008-10-131-1/+1
* For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-081-0/+4
* 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 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