[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Jul 5 02:07:38 MDT 2010


The branch, master has been updated
       via  da35836... s3: Keep the connections.tdb data format fixed
      from  d300085... Changed passwords.py to use the correct account as acl checks now pass.

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


- Log -----------------------------------------------------------------
commit da35836dd50e7f8036ca79efafc4009eae58222f
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Jul 5 10:05:27 2010 +0200

    s3: Keep the connections.tdb data format fixed
    
    At Simo's request, we can not change internal databases anymore. Sorry for not
    respecting this policy.

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

Summary of changes:
 source3/include/smb.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/smb.h b/source3/include/smb.h
index 140d810..507aeac 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -841,6 +841,12 @@ struct connections_data {
 	char addr[24];
 	char machine[FSTRING_LEN];
 	time_t start;
+
+	/*
+	 * This field used to hold the msg_flags. For compatibility reasons,
+	 * keep the data structure in the tdb file the same.
+	 */
+	uint32 unused_compatitibility_field;
 };
 
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list