summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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