summaryrefslogtreecommitdiffstats
path: root/source3/smbd/dosmode.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix some DEBUG msgsVolker Lendecke2010-10-261-5/+5
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
* Add debug to make it clear when EA dosmode set is invoked.Jeremy Allison2010-02-011-0/+5
* Fix bug #7084 - Create time on directories not stored properly in an EA in ne...Jeremy Allison2010-02-011-7/+0
* Correct fix for unused variable return from ndr_decode. Use it :-).Jeremy Allison2010-01-251-0/+8
* Revert "s3: remove unused Variable"Jeremy Allison2010-01-251-0/+4
* s3: remove unused VariableBjörn Jacke2010-01-261-4/+0
* Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...Jeremy Allison2009-12-151-8/+20
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-231-4/+2
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-6/+4
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-4/+6
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-211-2/+4
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-99/+145
* Get closer to an accurate model of Windows timestamp changes.Jeremy Allison2009-11-051-16/+0
* Fix debug comment (brain wasn't working...).Jeremy Allison2009-11-041-2/+2
* Filter the returned DOS attributes by 0xFF for clientsJeremy Allison2009-11-041-0/+12
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-1/+1
* Fix BASE-DELAYWRITE test by removing const from struct smb_filenameJeremy Allison2009-08-121-0/+2
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-4/+87
* Refactor the use of create_time and change time to goJeremy Allison2009-08-101-0/+20
* Tidy up treatment of ctime.Jeremy Allison2009-07-301-0/+2
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-1/+1
* s3: Fix two arguments that broke when plumbing smb_filneame through dos_mode()Tim Prouty2009-07-091-2/+2
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-84/+93
* s3: convert unix_mode to take an smb_filenameTim Prouty2009-07-081-11/+29
* s3: Remove unnecessary const qualifiersTim Prouty2009-07-071-3/+2
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-14/+4
* s3 sticky write time: Removed unused args and tighten up a function by making...Tim Prouty2009-07-061-4/+3
* s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty2009-07-061-44/+49
* s3: pass a valid stat into file_ntimes()Tim Prouty2009-06-251-2/+2
* s3 file_access: Convert some more functions over to use smb_filneameTim Prouty2009-06-251-6/+22
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-2/+2
* Add some const to the stat struct in the dosmode calls.Jeremy Allison2009-06-181-13/+15
* s3: Fix a few more users of stat to use stat_exTim Prouty2009-05-281-10/+10
* Fix some nonempty blank linesVolker Lendecke2009-05-271-14/+13
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-21/+21
* Ensure files starting with multiple dots are hiddenJeremy Allison2009-03-301-4/+8
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-5/+8
* Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.Jeremy Allison2009-01-071-3/+8
* s3: Make a few open utility functions non-staticTim Prouty2008-12-091-1/+1
* s3: Add support for storing dos attributes as st_flags in the stat struct.Tim Prouty2008-11-121-13/+147
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-2/+2
* Pass struct smb_request to file_newVolker Lendecke2008-10-131-2/+4
* Write times code update.Jeremy Allison2008-09-051-20/+32
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-071-14/+28
* Make operator precedence very clear.Jeremy Allison2008-02-061-1/+1
* Allow actual call to set file offlineAlexander Bokovoy2008-02-061-12/+20
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-171-3/+2
* Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-161-23/+21
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-1/+1