summaryrefslogtreecommitdiffstats
path: root/source3/smbd/dosmode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix setting the initial permission bitsVolker Lendecke2007-12-281-2/+16
* Note when we're setting change time, not write time, and sendJeremy Allison2007-10-311-5/+6
* Fix some cases where file_set_dosmode was being passedJeremy Allison2007-10-311-5/+14
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-15/+21
* r21087: Make the param list of notify_fname match notify_triggerVolker Lendecke2007-10-101-6/+6
* r20854: Ok, now I think we're at a point where looking at notify starts to ma...Volker Lendecke2007-10-101-1/+9
* r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.Jeremy Allison2007-10-101-8/+0
* r20634: A *LOT* more work is necessary before touching notify remotely starts...Volker Lendecke2007-10-101-9/+1
* r20597: Survive some of the notify mask tests.Volker Lendecke2007-10-101-1/+9
* r20356: Consolidate the calls to parent_dirname() per open to one.Volker Lendecke2007-10-101-11/+16
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-4/+3
* r16789: Fix bug #3909, when using ea's getting a directory tries toJeremy Allison2007-10-101-0/+51
* r14989: Fix from Mathias Dietz <MDIETZ@de.ibm.com>. EPERM can beJeremy Allison2007-10-101-1/+1