summaryrefslogtreecommitdiff
path: root/source3/smbd/dosmode.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-25s3 file_access: Convert some more functions over to use smb_filneameTim Prouty1-6/+22
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-2/+2
2009-06-18Add some const to the stat struct in the dosmode calls.Jeremy Allison1-13/+15
2009-05-28s3: Fix a few more users of stat to use stat_exTim Prouty1-10/+10
2009-05-27Fix some nonempty blank linesVolker Lendecke1-14/+13
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-21/+21
2009-03-30Ensure files starting with multiple dots are hiddenJeremy Allison1-4/+8
2009-01-23Extend NTIMES to allow setting create_timetodd stecher1-5/+8
2009-01-07Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.Jeremy Allison1-3/+8
2008-12-09s3: Make a few open utility functions non-staticTim Prouty1-1/+1
2008-11-12s3: Add support for storing dos attributes as st_flags in the stat struct.Tim Prouty1-13/+147
2008-10-13Pass struct smb_request to file_freeVolker Lendecke1-2/+2
2008-10-13Pass struct smb_request to file_newVolker Lendecke1-2/+4
2008-09-05Write times code update.Jeremy Allison1-20/+32
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher1-14/+28
2008-02-06Make operator precedence very clear.Jeremy Allison1-1/+1
2008-02-06Allow actual call to set file offlineAlexander Bokovoy1-12/+20
2008-01-17Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy1-3/+2
2008-01-16Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy1-23/+21
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam1-1/+1
2007-12-28Fix setting the initial permission bitsVolker Lendecke1-2/+16
2007-10-31Note when we're setting change time, not write time, and sendJeremy Allison1-5/+6
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison1-5/+14
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-15/+21
2007-10-10r21087: Make the param list of notify_fname match notify_triggerVolker Lendecke1-6/+6
2007-10-10r20854: Ok, now I think we're at a point where looking at notify starts to ma...Volker Lendecke1-1/+9
2007-10-10r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.Jeremy Allison1-8/+0
2007-10-10r20634: A *LOT* more work is necessary before touching notify remotely starts...Volker Lendecke1-9/+1
2007-10-10r20597: Survive some of the notify mask tests.Volker Lendecke1-1/+9
2007-10-10r20356: Consolidate the calls to parent_dirname() per open to one.Volker Lendecke1-11/+16
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-4/+3
2007-10-10r16789: Fix bug #3909, when using ea's getting a directory tries toJeremy Allison1-0/+51
2007-10-10r14989: Fix from Mathias Dietz <MDIETZ@de.ibm.com>. EPERM can beJeremy Allison1-1/+1
2007-10-10r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach1-0/+30
2007-10-10r11943: Don't reset attrs to zero in EA get - we are addingJeremy Allison1-1/+2
2007-10-10r11767: Doesn't need to be exported.Jeremy Allison1-1/+1
2007-10-10r11718: Filter stored DOS attributes by SAMBA_ATTRIBUTES_MASK (0x7f).Jeremy Allison1-0/+4
2007-10-10r10979: After discussions on IRC about profile shares,Jeremy Allison1-4/+9
2007-10-10r10888: We've already checked 'CAN_WRITE' so we don't need to do it again.Jeremy Allison1-1/+1
2007-10-10r10885: Fix bug where read-only share files are always seen asJeremy Allison1-1/+1
2007-10-10r10359: Ensure that smb.conf requests for hidden files are honored, evenJeremy Allison1-12/+13
2007-10-10r10276: Fix for bug #3104 from Leo Weppelman <leo@wau.mis.ah.nl>.Jeremy Allison1-0/+11