smbd: Use dos_mode_debug_print in get_ea_dos_attribute
[kai/samba-autobuild/.git] / source3 / smbd / dosmode.c
2015-11-17 Volker Lendeckesmbd: Use dos_mode_debug_print in get_ea_dos_attribute
2015-11-17 Volker Lendeckesmbd: Use dos_mode_debug_print in dos_mode_from_sbuf
2015-11-17 Volker Lendeckesmbd: Use dos_mode_debug_print in dos_mode_msdfs
2015-11-17 Volker Lendeckesmbd: Streamline dos_mode_debug_print
2015-07-09 Christof Schmittdosmode: Change message of result to informational
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-03-09 David Disseldorps3/smbd: fix FSCTL_SET_SPARSE permission checks
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-08-28 David Disseldorpdosmode: fix FSCTL_SET_SPARSE request validation
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-06-30 Volker Lendeckelib: Align nt_time_to_unix_timespec with unix_timespec_...
2014-06-30 Volker Lendeckelib: Align unix_timespec_to_nt_time with nt_time_to_uni...
2014-05-13 Christof Schmittsmbd: Remove unused code for dos attributes in stat...
2014-05-02 Jeremy Allisons3: smbd: change file_set_dosmode() to use get_file_han...
2014-02-08 Garming Samparam: rename lp function and variable from "inherit_pe...
2014-02-08 Garming Samparam: rename lp function and variable from 'force_dir_...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_...
2013-11-22 David Disseldorps3-smbd: support FILE_ATTRIBUTE_COMPRESSED
2013-11-22 David Disseldorpsmbd: split out dos_mode debug print function
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-19 Richard SharpeFix bug #10097 - MacOSX 10.9 will not follow path-based...
2013-06-06 Christof Schmittsmbd: Change logging when SET_OFFLINE is not supported
2013-05-06 Jeremy AllisonAllow "store dos attributes" to override the other...
2013-04-27 Jeremy AllisonCheck for WRITE_ACCESS on the file before overriding...
2013-04-27 Jeremy AllisonEnsure we don't try the open_file_fchmod() if we can...
2013-04-27 Jeremy AllisonRemove indentation around code wrapped by unneeded...
2013-04-27 Jeremy AllisonAdd early return in file_set_dosmode() on a read only...
2013-04-17 Volker Lendeckesmbd: Convert set_create_timespec_ea to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert unix_mode to synthetic_smb_fname
2013-02-19 Michael Adams3:smbd: preserve file type mode bits in file_set_dosmode()
2012-10-17 Michael Adams3:smbd: also log the "offline" flag when debugging...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-04 Björn Jackes3: if we know a file is immutable, report it to be...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
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-03-31 Jeremy AllisonFix bug #7996 - sgid bit lost on folder rename.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
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...
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-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 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-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
next