notifyd: Use messaging_register for MSG_SMB_NOTIFY_GET_DB
[vlendec/samba-autobuild/.git] / source3 / smbd / dosmode.c
2017-06-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2016-11-19 Jeremy Allisons3/smbd: fix the last resort check that sets the file...
2016-10-11 Ralph Boehmes3/vfs: merge offline functionality into DOS attributes...
2016-09-15 Ralph Boehmes3/smbd: set FILE_ATTRIBUTE_DIRECTORY as necessary
2016-06-25 Ralph Boehmes3/smbd: move check for "hide files" to dos_mode_from_n...
2016-06-25 Ralph Boehmes3/smbd: call dos_mode_from_name after SMB_VFS_GET_DOS_...
2016-06-25 Ralph Boehmes3/smbd: add helper func dos_mode_from_name()
2016-03-27 Jeremy Allisons3: vfs: Use the new VFS functions for setting and...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-24 Richard SharpeFix an obvious error where we were converting a UNIX...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2015-12-29 Uri Simchonismbd: remove function name from a DBG_INFO in a recent...
2015-12-25 Uri Simchonismbd: do not disable "store dos attributes" on-the-fly
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-16 Ralph Boehmesmbd: make "hide dot files" option work with "store...
2015-11-17 Volker Lendeckesmbd: Early return from dos_mode_debug_print
2015-11-17 Volker Lendeckesmbd: Add hex value to dos_mode_debug_print
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...
next