index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
dosmode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-19
Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...
Richard Sharpe
1
-0
/
+5
2013-06-06
smbd: Change logging when SET_OFFLINE is not supported
Christof Schmitt
1
-10
/
+15
2013-05-06
Allow "store dos attributes" to override the other "map XXX" parameters.
Jeremy Allison
1
-5
/
+8
2013-04-27
Check for WRITE_ACCESS on the file before overriding an EACCESS.
Jeremy Allison
1
-0
/
+4
2013-04-27
Ensure we don't try the open_file_fchmod() if we can't write to the file.
Jeremy Allison
1
-0
/
+5
2013-04-27
Remove indentation around code wrapped by unneeded CAN_WRITE.
Jeremy Allison
1
-23
/
+20
2013-04-27
Add early return in file_set_dosmode() on a read only share.
Jeremy Allison
1
-0
/
+5
2013-04-17
smbd: Convert set_create_timespec_ea to synthetic_smb_fname
Volker Lendecke
1
-8
/
+5
2013-04-17
smbd: Convert unix_mode to synthetic_smb_fname
Volker Lendecke
1
-8
/
+6
2013-02-19
s3:smbd: preserve file type mode bits in file_set_dosmode()
Michael Adam
1
-0
/
+3
2012-10-17
s3:smbd: also log the "offline" flag when debugging the dos-mode
Michael Adam
1
-0
/
+1
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
1
-0
/
+1
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-1
/
+1
2012-07-04
s3: if we know a file is immutable, report it to be readonly
Björn Jacke
1
-0
/
+6
2011-04-29
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
1
-7
/
+7
2011-04-29
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
1
-9
/
+9
2011-04-29
s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
Andrew Bartlett
1
-7
/
+7
2011-04-29
s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
Andrew Bartlett
1
-13
/
+13
2011-04-29
s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
Andrew Bartlett
1
-10
/
+10
2011-04-15
Use handle based xattr set if available.
Jeremy Allison
1
-4
/
+5
2011-03-30
Fix bug #7996 - sgid bit lost on folder rename.
Jeremy Allison
1
-0
/
+21
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-02
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
1
-1
/
+1
2011-03-02
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
1
-1
/
+1
2011-02-10
s3:smbd: fix switch indentation level in get_ea_dos_attribute()
Michael Adam
1
-4
/
+4
2010-12-29
Fix bug #7892 - open_file_fchmod() leaves a stale lock.
Jeremy Allison
1
-7
/
+4
2010-12-21
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
1
-0
/
+2
2010-12-20
From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get...
Jeremy Allison
1
-1
/
+2
2010-12-17
Move checks inside file_set_sparse() to allow it to be called from anywhere.
Jeremy Allison
1
-1
/
+21
2010-12-17
file_set_sparse needs to be a handle based call.
Jeremy Allison
1
-10
/
+8
2010-12-17
s3:smbd: add file_set_sparse() function
Björn Jacke
1
-0
/
+49
2010-12-17
s3: remove set_sparse_flag
Björn Jacke
1
-15
/
+1
2010-12-17
s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flags
Björn Jacke
1
-0
/
+2
2010-10-26
s3: Fix some DEBUG msgs
Volker Lendecke
1
-5
/
+5
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-2
/
+2
2010-02-01
Add debug to make it clear when EA dosmode set is invoked.
Jeremy Allison
1
-0
/
+5
2010-02-01
Fix bug #7084 - Create time on directories not stored properly in an EA in ne...
Jeremy Allison
1
-7
/
+0
2010-01-25
Correct fix for unused variable return from ndr_decode. Use it :-).
Jeremy Allison
1
-0
/
+8
2010-01-25
Revert "s3: remove unused Variable"
Jeremy Allison
1
-0
/
+4
2010-01-26
s3: remove unused Variable
Björn Jacke
1
-4
/
+0
2009-12-15
Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...
Jeremy Allison
1
-8
/
+20
2009-11-23
Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"
Volker Lendecke
1
-4
/
+2
2009-11-23
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
1
-6
/
+4
2009-11-21
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
1
-4
/
+6
2009-11-21
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
1
-2
/
+4
2009-11-17
Remove "store create time" code, cause create time to be stored
Jeremy Allison
1
-99
/
+145
2009-11-05
Get closer to an accurate model of Windows timestamp changes.
Jeremy Allison
1
-16
/
+0
2009-11-04
Fix debug comment (brain wasn't working...).
Jeremy Allison
1
-2
/
+2
2009-11-04
Filter the returned DOS attributes by 0xFF for clients
Jeremy Allison
1
-0
/
+12
[next]