[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Feb 1 20:22:38 MST 2010


The branch, master has been updated
       via  86bf5ea... Add debug to make it clear when EA dosmode set is invoked.
      from  f3ee151... Fix bug #7084 - Create time on directories not stored properly in an EA in new create time code.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 86bf5eac678d54037d8fcf81bade1f464dd97299
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Feb 1 19:21:35 2010 -0800

    Add debug to make it clear when EA dosmode set is invoked.
    
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/dosmode.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c
index 10249f4..4365563 100644
--- a/source3/smbd/dosmode.c
+++ b/source3/smbd/dosmode.c
@@ -372,6 +372,11 @@ static bool set_ea_dos_attribute(connection_struct *conn,
 	unix_timespec_to_nt_time(&dosattrib.info.info3.create_time,
 				smb_fname->st.st_ex_btime);
 
+	DEBUG(10,("set_ea_dos_attributes: set attribute 0x%x, btime = %s on file %s\n",
+		(unsigned int)dosmode,
+		time_to_asc(convert_timespec_to_time_t(smb_fname->st.st_ex_btime)),
+		smb_fname_str_dbg(smb_fname) ));
+
 	ndr_err = ndr_push_struct_blob(
 			&blob, talloc_tos(), NULL, &dosattrib,
 			(ndr_push_flags_fn_t)ndr_push_xattr_DOSATTRIB);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list