summaryrefslogtreecommitdiff
path: root/source3/smbd/dosmode.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-29s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett1-7/+7
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett1-9/+9
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett1-7/+7
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-13/+13
2011-04-29s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett1-10/+10
2011-04-15Use handle based xattr set if available.Jeremy Allison1-4/+5
2011-03-30Fix bug #7996 - sgid bit lost on folder rename.Jeremy Allison1-0/+21
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-02s3: Pass smb_filename through the set_offline vfs opVolker Lendecke1-1/+1
2011-03-02s3: Pass smb_filename through the is_offline vfs opVolker Lendecke1-1/+1
2011-02-10s3:smbd: fix switch indentation level in get_ea_dos_attribute()Michael Adam1-4/+4
2010-12-29Fix bug #7892 - open_file_fchmod() leaves a stale lock.Jeremy Allison1-7/+4
2010-12-21Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison1-0/+2
2010-12-20From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get...Jeremy Allison1-1/+2
2010-12-17Move checks inside file_set_sparse() to allow it to be called from anywhere.Jeremy Allison1-1/+21
2010-12-17file_set_sparse needs to be a handle based call.Jeremy Allison1-10/+8
2010-12-17s3:smbd: add file_set_sparse() functionBjörn Jacke1-0/+49
2010-12-17s3: remove set_sparse_flagBjörn Jacke1-15/+1
2010-12-17s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flagsBjörn Jacke1-0/+2
2010-10-26s3: Fix some DEBUG msgsVolker Lendecke1-5/+5
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+2
2010-02-01Add debug to make it clear when EA dosmode set is invoked.Jeremy Allison1-0/+5
2010-02-01Fix bug #7084 - Create time on directories not stored properly in an EA in ne...Jeremy Allison1-7/+0
2010-01-25Correct fix for unused variable return from ndr_decode. Use it :-).Jeremy Allison1-0/+8
2010-01-25Revert "s3: remove unused Variable"Jeremy Allison1-0/+4
2010-01-26s3: remove unused VariableBjörn Jacke1-4/+0
2009-12-15Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...Jeremy Allison1-8/+20
2009-11-23Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke1-4/+2
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke1-6/+4
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke1-4/+6
2009-11-21s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke1-2/+4
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison1-99/+145
2009-11-05Get closer to an accurate model of Windows timestamp changes.Jeremy Allison1-16/+0
2009-11-04Fix debug comment (brain wasn't working...).Jeremy Allison1-2/+2
2009-11-04Filter the returned DOS attributes by 0xFF for clientsJeremy Allison1-0/+12
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison1-1/+1
2009-08-12Fix BASE-DELAYWRITE test by removing const from struct smb_filenameJeremy Allison1-0/+2
2009-08-12Add "store create time" parameter (docs to follow)Jeremy Allison1-4/+87
2009-08-10Refactor the use of create_time and change time to goJeremy Allison1-0/+20
2009-07-30Tidy up treatment of ctime.Jeremy Allison1-0/+2
2009-07-20s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty1-1/+1
2009-07-09s3: Fix two arguments that broke when plumbing smb_filneame through dos_mode()Tim Prouty1-2/+2
2009-07-08s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty1-84/+93
2009-07-08s3: convert unix_mode to take an smb_filenameTim Prouty1-11/+29
2009-07-07s3: Remove unnecessary const qualifiersTim Prouty1-3/+2
2009-07-06s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty1-14/+4
2009-07-06s3 sticky write time: Removed unused args and tighten up a function by making...Tim Prouty1-4/+3
2009-07-06s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty1-44/+49
2009-06-25s3: pass a valid stat into file_ntimes()Tim Prouty1-2/+2