summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Add some const to the stat struct in the dosmode calls.Jeremy Allison1-1/+0
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-4/+4
2009-06-17s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty1-190/+245
2009-06-16Remove msdfs pathname processing from default create file.Jeremy Allison1-25/+0
2009-06-12s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty1-60/+55
2009-06-10s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty1-2/+10
2009-06-10s3: Remove unix_convert handling from createfile implementationsTim Prouty1-29/+4
2009-06-10s3: Remove unused stat structs being passed to SMB_VFS_CREATE_FILETim Prouty1-4/+1
2009-05-30Fix bug #6421 - POSIX read-only open fails on read-only shares.Jeremy Allison1-3/+3
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-28/+28
2009-05-20s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty1-2/+13
2009-04-21s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner1-4/+4
2009-04-09Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3) has pa...Jeremy Allison1-18/+23
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-9/+0
2009-03-12Fix bug #6186 - map readonly does not workJeremy Allison1-3/+25
2009-03-05Fix bug #6160 - Office 2007 fails saving files to a Samba mapped drive.Jeremy Allison1-0/+22
2009-03-04s3: Change open_streams_for_delete to call through the vfs layerTim Prouty1-5/+7
2009-03-04Second part of fix for #6154, ensure we return max accessJeremy Allison1-0/+9
2009-02-28Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename orJeremy Allison1-0/+19
2009-02-23More warning fixes for Solaris.Jeremy Allison1-1/+1
2009-02-20S3: Detect max_open_files from systemtodd stecher1-0/+12
2009-02-19s3: Add extid to the dev/inode pairTim Prouty1-2/+2
2009-02-18s3: Fix bug opening streams with truncating dispositionTim Prouty1-1/+1
2009-02-04Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison1-20/+34
2009-02-02Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison1-10/+46
2009-01-09s3: Fix open path to delete streams depending on the create dispositionTim Prouty1-0/+14
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-2/+1
2008-12-31Fix a "nested extern" warningVolker Lendecke1-1/+1
2008-12-31Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke1-4/+2
2008-12-31Fix an ancient uninitialized variable readVolker Lendecke1-1/+1
2008-12-17Fix bug #5979 - Level 2 oplocks being granted improperly,Jeremy Allison1-65/+96
2008-12-13Fix a valgrind error in get_relative_fid_filenameVolker Lendecke1-1/+1
2008-12-12Fix error code when smbclient puts a file over an existing directoryVolker Lendecke1-1/+1
2008-12-09s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty1-3/+2
2008-12-09s3: [1/3] Fix a delete on close divergence from windows and the associated to...Tim Prouty1-4/+2
2008-12-09s3: Refactor calculating path from relative_fid into a separate functionTim Prouty1-78/+96
2008-12-09s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty1-13/+2
2008-12-09s3: Make a few open utility functions non-staticTim Prouty1-16/+16
2008-12-03s3: Fix FILE_FLAG_POSIX_SEMANTICS handling underneath SMB_VFS_CREATE_FILETim Prouty1-2/+2
2008-12-03s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty1-6/+6
2008-12-03s3: Simplify the create_file_unix_path->open_file_ntcreate pathTim Prouty1-93/+38
2008-12-03s3: Modify direct caller of open_file to call SMB_VFS_CREATE_FILETim Prouty1-4/+19
2008-12-03s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty1-8/+18
2008-12-03s3: Modify direct callers of create_file_unix_path to call SMB_VFS_CREATE_FILETim Prouty1-16/+42
2008-12-03s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty1-3/+4
2008-12-03s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty1-17/+17
2008-12-01s3:smbd: close the low level fd of the base_fsp, if the file was createdStefan Metzmacher1-0/+2
2008-12-01s3:smbd: only try and fallback to open a directory if it's not a stream openStefan Metzmacher1-0/+7
2008-12-01s3:smbd: wildcard characters are allowed in stream namesStefan Metzmacher1-1/+11
2008-11-21Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...Jeremy Allison1-7/+1