Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed out...
[samba.git] / source3 / smbd / dosmode.c
2013-08-20 Richard SharpeFix bug #10097 - MacOSX 10.9 will not follow path-based...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-15 Jeremy AllisonUse handle based xattr set if available.
2011-04-05 Günther Deschners3: include smbd/smbd.h where needed.
2011-04-05 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-31 Jeremy AllisonFix bug #7996 - sgid bit lost on folder rename.
2011-03-02 Volker Lendeckes3: Pass smb_filename through the set_offline vfs op
2011-03-02 Volker Lendeckes3: Pass smb_filename through the is_offline vfs op
2011-03-02 Volker Lendeckes3: Pass smb_filename through the set_offline vfs op
2011-03-02 Volker Lendeckes3: Pass smb_filename through the is_offline vfs op
2011-02-10 Michael Adams3:smbd: fix switch indentation level in get_ea_dos_att...
2011-02-10 Michael Adams3:smbd: fix switch indentation level in get_ea_dos_att...
2010-12-29 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2010-12-29 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-12-20 Jeremy AllisonFrom metze's work on sparse attributes. FILE_ATTRIBUTE_...
2010-12-20 Jeremy AllisonFrom metze's work on sparse attributes. FILE_ATTRIBUTE_...
2010-12-17 Jeremy AllisonMove checks inside file_set_sparse() to allow it to...
2010-12-17 Jeremy AllisonMove checks inside file_set_sparse() to allow it to...
2010-12-17 Jeremy Allisonfile_set_sparse needs to be a handle based call.
2010-12-17 Jeremy Allisonfile_set_sparse needs to be a handle based call.
2010-12-17 Björn Jackes3:smbd: add file_set_sparse() function
2010-12-17 Björn Jackes3: remove set_sparse_flag
2010-12-17 Björn Jackes3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flags
2010-12-17 Björn Jackes3:smbd: add file_set_sparse() function
2010-12-17 Björn Jackes3: remove set_sparse_flag
2010-12-17 Björn Jackes3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flags
2010-10-26 Volker Lendeckes3: Fix some DEBUG msgs
2010-10-26 Volker Lendeckes3: Fix some DEBUG msgs
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-02-02 Jeremy AllisonAdd debug to make it clear when EA dosmode set is invoked.
2010-02-02 Jeremy AllisonFix bug #7084 - Create time on directories not stored...
2010-01-26 Jeremy AllisonCorrect fix for unused variable return from ndr_decode...
2010-01-26 Jeremy AllisonRevert "s3: remove unused Variable"
2010-01-25 Björn Jackes3: remove unused Variable
2009-12-16 Jeremy AllisonEnsure dos_mode can return FILE_ATTRIBUTE_NORMAL, then...
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in is_in_pa...
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-06 Jeremy AllisonGet closer to an accurate model of Windows timestamp...
2009-11-05 Jeremy AllisonFix debug comment (brain wasn't working...).
2009-11-04 Jeremy AllisonFilter the returned DOS attributes by 0xFF for clients
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-12 Jeremy AllisonFix BASE-DELAYWRITE test by removing const from struct...
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-10 Jeremy AllisonRefactor the use of create_time and change time to go
2009-07-30 Jeremy AllisonTidy up treatment of ctime.
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-09 Tim Proutys3: Fix two arguments that broke when plumbing smb_filn...
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-09 Tim Proutys3: convert unix_mode to take an smb_filename
2009-07-08 Tim Proutys3: Remove unnecessary const qualifiers
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_NTIMES
2009-07-06 Tim Proutys3 sticky write time: Removed unused args and tighten...
2009-07-06 Tim Proutys3: Plumb smb_filename around SMB_VFS_CHFLAGS
2009-06-26 Tim Proutys3: pass a valid stat into file_ntimes()
2009-06-26 Tim Proutys3 file_access: Convert some more functions over to...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Tim Proutys3: Fix a few more users of stat to use stat_ex
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Volker LendeckeFix some nonempty blank lines
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-31 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-30 Jeremy AllisonEnsure files starting with multiple dots are hidden
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-24 todd stecherExtend NTIMES to allow setting create_time
2009-01-07 Jeremy AllisonFix bug #6016 - Alternate Data Streams / Extended Attri...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-09 Tim Proutys3: Make a few open utility functions non-static
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-12 Tim Proutys3: Add support for storing dos attributes as st_flags...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Volker LendeckePass struct smb_request to file_free
2008-10-13 Volker LendeckePass struct smb_request to file_new
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-06 Jeremy AllisonWrite times code update.
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-06 Jeremy AllisonMake operator precedence very clear.
2008-02-06 Alexander BokovoyAllow actual call to set file offline
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Alexander BokovoyRework of VFS is_offline() function to only return...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyAdd support for offline files support, remote storage...
next