summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Plumb smb_filename through map_open_params_to_ntcreateTim Prouty2009-07-211-4/+6
* s3: Plumb smb_filename through open_fake_fileTim Prouty2009-07-201-11/+2
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-38/+36
* TALLOC_FREE(sd) in check_open_rights upon an errorVolker Lendecke2009-07-141-0/+1
* s3: Prepare open.c to switch fsp_name to an smb_filename structTim Prouty2009-07-081-11/+15
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-24/+47
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-16/+5
* s3: convert unix_mode to take an smb_filenameTim Prouty2009-07-081-3/+3
* s3: Migrate a few functions in open.c to take smb_filenameTim Prouty2009-07-071-13/+15
* s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty2009-07-061-36/+32
* For non-existent streams we have to return OBJECT_NAME_NOT_FOUNDVolker Lendecke2009-07-031-1/+1
* s3:smbd: remove unused variables passed to parent_dirname()Stefan Metzmacher2009-07-011-2/+1
* s3: Remove get_full_smb_filename() from open_directory()Tim Prouty2009-06-251-19/+9
* s3: Change set_ea() and its callers to use smb_filenameTim Prouty2009-06-251-9/+2
* Fix bug #6506 - SMBD server doesn't set EAs when a file is overwritten in NT_...Jeremy Allison2009-06-251-1/+2
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-53/+73
* Fix coverity #676. Forward NULL.Jeremy Allison2009-06-191-0/+6
* Add some const to the stat struct in the dosmode calls.Jeremy Allison2009-06-181-1/+0
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-4/+4
* s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty2009-06-171-190/+245
* Remove msdfs pathname processing from default create file.Jeremy Allison2009-06-161-25/+0
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-60/+55
* s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty2009-06-101-2/+10
* s3: Remove unix_convert handling from createfile implementationsTim Prouty2009-06-101-29/+4
* s3: Remove unused stat structs being passed to SMB_VFS_CREATE_FILETim Prouty2009-06-101-4/+1
* Fix bug #6421 - POSIX read-only open fails on read-only shares.Jeremy Allison2009-05-301-3/+3
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-28/+28
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-2/+13
* s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-211-4/+4
* 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