summaryrefslogtreecommitdiffstats
path: root/source3/smbd/dosmode.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Remove unused code for dos attributes in stat structChristof Schmitt2014-05-141-135/+4
* s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison2014-05-021-12/+92
* param: rename lp function and variable from "inherit_perms" to "inherit_permi...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'force_dir_mode' to 'force_direct...Garming Sam2014-02-071-1/+1
* loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...Michael Adam2014-02-031-1/+1
* s3-smbd: support FILE_ATTRIBUTE_COMPRESSEDDavid Disseldorp2013-11-221-0/+47
* smbd: split out dos_mode debug print functionDavid Disseldorp2013-11-221-12/+31
* Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe2013-08-191-0/+5
* smbd: Change logging when SET_OFFLINE is not supportedChristof Schmitt2013-06-061-10/+15
* Allow "store dos attributes" to override the other "map XXX" parameters.Jeremy Allison2013-05-061-5/+8
* Check for WRITE_ACCESS on the file before overriding an EACCESS.Jeremy Allison2013-04-271-0/+4
* Ensure we don't try the open_file_fchmod() if we can't write to the file.Jeremy Allison2013-04-271-0/+5
* Remove indentation around code wrapped by unneeded CAN_WRITE.Jeremy Allison2013-04-271-23/+20
* Add early return in file_set_dosmode() on a read only share.Jeremy Allison2013-04-271-0/+5
* smbd: Convert set_create_timespec_ea to synthetic_smb_fnameVolker Lendecke2013-04-171-8/+5
* smbd: Convert unix_mode to synthetic_smb_fnameVolker Lendecke2013-04-171-8/+6
* s3:smbd: preserve file type mode bits in file_set_dosmode()Michael Adam2013-02-191-0/+3
* s3:smbd: also log the "offline" flag when debugging the dos-modeMichael Adam2012-10-171-0/+1
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3: if we know a file is immutable, report it to be readonlyBjörn Jacke2012-07-041-0/+6
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-7/+7
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-9/+9
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-7/+7
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-13/+13
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-291-10/+10
* Use handle based xattr set if available.Jeremy Allison2011-04-151-4/+5
* Fix bug #7996 - sgid bit lost on folder rename.Jeremy Allison2011-03-301-0/+21
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-021-1/+1
* s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2011-03-021-1/+1
* s3:smbd: fix switch indentation level in get_ea_dos_attribute()Michael Adam2011-02-101-4/+4
* Fix bug #7892 - open_file_fchmod() leaves a stale lock.Jeremy Allison2010-12-291-7/+4
* Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison2010-12-211-0/+2
* From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get...Jeremy Allison2010-12-201-1/+2
* Move checks inside file_set_sparse() to allow it to be called from anywhere.Jeremy Allison2010-12-171-1/+21
* file_set_sparse needs to be a handle based call.Jeremy Allison2010-12-171-10/+8
* s3:smbd: add file_set_sparse() functionBjörn Jacke2010-12-171-0/+49
* s3: remove set_sparse_flagBjörn Jacke2010-12-171-15/+1
* s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flagsBjörn Jacke2010-12-171-0/+2
* s3: Fix some DEBUG msgsVolker Lendecke2010-10-261-5/+5
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
* Add debug to make it clear when EA dosmode set is invoked.Jeremy Allison2010-02-011-0/+5
* Fix bug #7084 - Create time on directories not stored properly in an EA in ne...Jeremy Allison2010-02-011-7/+0
* Correct fix for unused variable return from ndr_decode. Use it :-).Jeremy Allison2010-01-251-0/+8
* Revert "s3: remove unused Variable"Jeremy Allison2010-01-251-0/+4
* s3: remove unused VariableBjörn Jacke2010-01-261-4/+0
* Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...Jeremy Allison2009-12-151-8/+20
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-231-4/+2