index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
dosmode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
1
-0
/
+1
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
1
-1
/
+1
*
s3: if we know a file is immutable, report it to be readonly
Björn Jacke
2012-07-04
1
-0
/
+6
*
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
2011-04-29
1
-7
/
+7
*
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
2011-04-29
1
-9
/
+9
*
s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
Andrew Bartlett
2011-04-29
1
-7
/
+7
*
s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
Andrew Bartlett
2011-04-29
1
-13
/
+13
*
s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
Andrew Bartlett
2011-04-29
1
-10
/
+10
*
Use handle based xattr set if available.
Jeremy Allison
2011-04-15
1
-4
/
+5
*
Fix bug #7996 - sgid bit lost on folder rename.
Jeremy Allison
2011-03-30
1
-0
/
+21
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
2011-03-02
1
-1
/
+1
*
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
2011-03-02
1
-1
/
+1
*
s3:smbd: fix switch indentation level in get_ea_dos_attribute()
Michael Adam
2011-02-10
1
-4
/
+4
*
Fix bug #7892 - open_file_fchmod() leaves a stale lock.
Jeremy Allison
2010-12-29
1
-7
/
+4
*
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
2010-12-21
1
-0
/
+2
*
From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get...
Jeremy Allison
2010-12-20
1
-1
/
+2
*
Move checks inside file_set_sparse() to allow it to be called from anywhere.
Jeremy Allison
2010-12-17
1
-1
/
+21
*
file_set_sparse needs to be a handle based call.
Jeremy Allison
2010-12-17
1
-10
/
+8
*
s3:smbd: add file_set_sparse() function
Björn Jacke
2010-12-17
1
-0
/
+49
*
s3: remove set_sparse_flag
Björn Jacke
2010-12-17
1
-15
/
+1
*
s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flags
Björn Jacke
2010-12-17
1
-0
/
+2
*
s3: Fix some DEBUG msgs
Volker Lendecke
2010-10-26
1
-5
/
+5
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-2
/
+2
*
Add debug to make it clear when EA dosmode set is invoked.
Jeremy Allison
2010-02-01
1
-0
/
+5
*
Fix bug #7084 - Create time on directories not stored properly in an EA in ne...
Jeremy Allison
2010-02-01
1
-7
/
+0
*
Correct fix for unused variable return from ndr_decode. Use it :-).
Jeremy Allison
2010-01-25
1
-0
/
+8
*
Revert "s3: remove unused Variable"
Jeremy Allison
2010-01-25
1
-0
/
+4
*
s3: remove unused Variable
Björn Jacke
2010-01-26
1
-4
/
+0
*
Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...
Jeremy Allison
2009-12-15
1
-8
/
+20
*
Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"
Volker Lendecke
2009-11-23
1
-4
/
+2
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
1
-6
/
+4
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
1
-4
/
+6
*
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
2009-11-21
1
-2
/
+4
*
Remove "store create time" code, cause create time to be stored
Jeremy Allison
2009-11-17
1
-99
/
+145
*
Get closer to an accurate model of Windows timestamp changes.
Jeremy Allison
2009-11-05
1
-16
/
+0
*
Fix debug comment (brain wasn't working...).
Jeremy Allison
2009-11-04
1
-2
/
+2
*
Filter the returned DOS attributes by 0xFF for clients
Jeremy Allison
2009-11-04
1
-0
/
+12
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-1
/
+1
*
Fix BASE-DELAYWRITE test by removing const from struct smb_filename
Jeremy Allison
2009-08-12
1
-0
/
+2
*
Add "store create time" parameter (docs to follow)
Jeremy Allison
2009-08-12
1
-4
/
+87
*
Refactor the use of create_time and change time to go
Jeremy Allison
2009-08-10
1
-0
/
+20
*
Tidy up treatment of ctime.
Jeremy Allison
2009-07-30
1
-0
/
+2
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-1
/
+1
*
s3: Fix two arguments that broke when plumbing smb_filneame through dos_mode()
Tim Prouty
2009-07-09
1
-2
/
+2
*
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
2009-07-08
1
-84
/
+93
*
s3: convert unix_mode to take an smb_filename
Tim Prouty
2009-07-08
1
-11
/
+29
*
s3: Remove unnecessary const qualifiers
Tim Prouty
2009-07-07
1
-3
/
+2
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
1
-14
/
+4
[next]