[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-569-g52650f1

Matthias Dieter Wallnöfer mdw at samba.org
Sun Sep 20 04:51:19 MDT 2009


The branch, master has been updated
       via  52650f109dd12545db78fb4345d70dc83273b10b (commit)
       via  b8e65e697496f079ccb9bc4370397cf3b4c3d3c0 (commit)
      from  bb65cd4f68eb91574c539ec5f85e340b82864162 (commit)

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


- Log -----------------------------------------------------------------
commit 52650f109dd12545db78fb4345d70dc83273b10b
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Sun Sep 20 12:47:52 2009 +0200

    s4:ldb_parse - Fix the type of an array entry
    
    I found this through a compile warning. Hope that I got this right.

commit b8e65e697496f079ccb9bc4370397cf3b4c3d3c0
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Sun Sep 20 11:57:54 2009 +0200

    s4:provision_configuration - fix "sPNMappings"
    
    I reread some docs about this attributes and it seems that this as mapping
    attribute isn't host specific but in common for the whole domain. To allow
    Windows DCs to join our s4 domain sooner or later we have to provide the full
    attribute.

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

Summary of changes:
 source4/lib/ldb/common/ldb_parse.c         |    2 +-
 source4/setup/provision_configuration.ldif |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/common/ldb_parse.c b/source4/lib/ldb/common/ldb_parse.c
index 7f347c5..ba16b57 100644
--- a/source4/lib/ldb/common/ldb_parse.c
+++ b/source4/lib/ldb/common/ldb_parse.c
@@ -839,7 +839,7 @@ struct ldb_parse_tree *ldb_parse_tree_copy_shallow(TALLOC_CTX *mem_ctx,
 	switch (ot->operation) {
 	case LDB_OP_AND:
 	case LDB_OP_OR:
-		nt->u.list.elements = talloc_array(nt, struct ldb_parse_tree,
+		nt->u.list.elements = talloc_array(nt, struct ldb_parse_tree *,
 						   ot->u.list.num_elements);
 		if (!nt->u.list.elements) {
 			talloc_free(nt);
diff --git a/source4/setup/provision_configuration.ldif b/source4/setup/provision_configuration.ldif
index 506ff21..9a3c03c 100644
--- a/source4/setup/provision_configuration.ldif
+++ b/source4/setup/provision_configuration.ldif
@@ -951,8 +951,7 @@ objectClass: nTDSService
 msDS-Other-Settings: DisableVLVSupport=0
 msDS-Other-Settings: DynamicObjectMinTTL=900
 msDS-Other-Settings: DynamicObjectDefaultTTL=86400
-# "sPNMappings" needs to be enhanced when we add features
-sPNMappings: host=dns,netlogon,rpc,cifs,wins,http
+sPNMappings: host=alerter,appmgmt,cisvc,clipsrv,browser,dhcp,dnscache,replicator,eventlog,eventsystem,policyagent,oakley,dmserver,dns,mcsvc,fax,msiserver,ias,messenger,netlogon,netman,netdde,netddedsm,nmagent,plugplay,protectedstorage,rasman,rpclocator,rpc,rpcss,remoteaccess,rsvp,samss,scardsvr,scesrv,seclogon,scm,dcom,cifs,spooler,snmp,schedule,tapisrv,trksvr,trkwks,ups,time,wins,www,http,w3svc,iisadmin,msdtc
 tombstoneLifetime: 180
 
 dn: CN=Query-Policies,CN=Directory Service,CN=Windows NT,CN=Services,${CONFIGDN}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list