build | 1 Aug 2006 02:00
Picon
Favicon

Build status as of Tue Aug 1 00:00:01 2006

URL: http://build.samba.org/

--- /home/build/master/cache/broken_results.txt.old	2006-07-31 00:00:18.000000000 +0000
+++ /home/build/master/cache/broken_results.txt	2006-08-01 00:00:09.000000000 +0000
 <at>  <at>  -1,18 +1,18  <at>  <at> 
-Build status as of Mon Jul 31 00:00:02 2006
+Build status as of Tue Aug  1 00:00:01 2006

 Build counts:
 Tree         Total  Broken Panic 
 SOC          0      0      0     
-ccache       25     4      0     
-distcc       27     2      0     
+ccache       24     4      0     
+distcc       26     2      0     
 lorikeet-heimdal 0      0      0     
 ppp          15     0      0     
 rsync        30     2      0     
 samba        0      0      0     
 samba-docs   0      0      0     
-samba4       38     26     2     
-samba_3_0    34     8      0     
+samba4       38     36     0     
+samba_3_0    33     8      0     
 smb-build    24     24     0     
-talloc       19     6      0     
-tdb          16     8      0     
+talloc       18     7      0     
+tdb          18     7      0     

(Continue reading)

abartlet | 1 Aug 2006 04:25
Picon
Favicon

svn commit: samba r17349 - in branches/SAMBA_4_0/source/lib/ldb: ldb_ildap ldb_tdb

Author: abartlet
Date: 2006-08-01 02:25:05 +0000 (Tue, 01 Aug 2006)
New Revision: 17349

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17349

Log:
We can't just return sucess here, modules below us expect the async
reply rules to be followed.

Add code to do a fake async callback on the skipped records.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/ldb_ildap.c
   branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_tdb.c

Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/ldb_ildap.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/ldb_ildap.c	2006-07-31 21:40:25 UTC (rev 17348)
+++ branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/ldb_ildap.c	2006-08-01 02:25:05 UTC (rev 17349)
 <at>  <at>  -323,21 +323,18  <at>  <at> 
 	}
 }

-static int ildb_request_send(struct ldb_module *module, struct ldap_message *msg,
-			     void *context,
-			     int (*callback)(struct ldb_context *, void *, struct ldb_reply *),
(Continue reading)

idra | 1 Aug 2006 05:22
Picon
Favicon

svn commit: samba r17350 - in branches/SAMBA_4_0/source/lib/ldb: include ldb_tdb

Author: idra
Date: 2006-08-01 03:22:02 +0000 (Tue, 01 Aug 2006)
New Revision: 17350

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17350

Log:

Avoid a couple of memleaks, unnecessary code and use a more linear style

Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/ldb.h
   branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_tdb.c

Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-08-01 02:25:05 UTC (rev 17349)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-08-01 03:22:02 UTC (rev 17350)
 <at>  <at>  -502,6 +502,22  <at>  <at> 
 */
 #define LDB_EXTENDED_START_TLS_OID	"1.3.6.1.4.1.1466.20037"

+/**
+   OID for LDAP Extended Operation START_TLS.
+
+   This Extended operation is used to start a new TLS
+   channel on top of a clear text channel.
+*/
+#define LDB_EXTENDED_DYNAMIC_OID	"1.3.6.1.4.1.1466.101.119.1"
(Continue reading)

abartlet | 1 Aug 2006 07:56
Picon
Favicon

svn commit: samba r17351 - in branches/SAMBA_4_0/source/setup: .

Author: abartlet
Date: 2006-08-01 05:56:47 +0000 (Tue, 01 Aug 2006)
New Revision: 17351

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17351

Log:
Remove extra LDB partition we don't actually use (these are in the
main database, under cn=templates).

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/setup/provision_partitions.ldif

Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision_partitions.ldif
===================================================================
--- branches/SAMBA_4_0/source/setup/provision_partitions.ldif	2006-08-01 03:22:02 UTC (rev 17350)
+++ branches/SAMBA_4_0/source/setup/provision_partitions.ldif	2006-08-01 05:56:47 UTC (rev 17351)
 <at>  <at>  -1,7 +1,6  <at>  <at> 
 dn:  <at> PARTITION
 partition: CN=Schema,CN=Configuration,${BASEDN}:schema.ldb
 partition: CN=Configuration,${BASEDN}:configuration.ldb
-partition: CN=Templates,${BASEDN}:templates.ldb
 partition: ${BASEDN}:${LDAPBACKEND}
 replicateEntries:  <at> SUBCLASSES
 replicateEntries:  <at> ATTRIBUTES

(Continue reading)

abartlet | 1 Aug 2006 07:58
Picon
Favicon

svn commit: samba r17352 - in branches/SAMBA_4_0/source/setup: .

Author: abartlet
Date: 2006-08-01 05:58:06 +0000 (Tue, 01 Aug 2006)
New Revision: 17352

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17352

Log:
Don't do a modify on the objectClasses, as OpenLDAP doesn't like
this.  Instead, handle this one in the add.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/setup/provision_basedn.ldif
   branches/SAMBA_4_0/source/setup/provision_basedn_modify.ldif

Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision_basedn.ldif
===================================================================
--- branches/SAMBA_4_0/source/setup/provision_basedn.ldif	2006-08-01 05:56:47 UTC (rev 17351)
+++ branches/SAMBA_4_0/source/setup/provision_basedn.ldif	2006-08-01 05:58:06 UTC (rev 17352)
 <at>  <at>  -4,5 +4,6  <at>  <at> 
 dn: ${BASEDN}
 objectClass: top
 objectClass: domain
+objectClass: domainDNS
 dc: ${RDN_DC}

Modified: branches/SAMBA_4_0/source/setup/provision_basedn_modify.ldif
===================================================================
(Continue reading)

ab | 1 Aug 2006 09:38
Picon
Favicon
Gravatar

svn commit: samba r17353 - in branches/SAMBA_3_0: examples examples/gpfs source source/modules source/smbd

Author: ab
Date: 2006-08-01 07:38:36 +0000 (Tue, 01 Aug 2006)
New Revision: 17353

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17353

Log:
Add support for JFS2 NFS4/AIXC and GPFS acls based on NFSv4 ACLs.
Added:
   branches/SAMBA_3_0/examples/gpfs/
   branches/SAMBA_3_0/examples/gpfs/README.nfs4acls.txt
   branches/SAMBA_3_0/source/modules/nfs4_acls.c
   branches/SAMBA_3_0/source/modules/nfs4_acls.h
   branches/SAMBA_3_0/source/modules/vfs_aixacl2.c
   branches/SAMBA_3_0/source/modules/vfs_gpfsacl.c
Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0/source/configure.in
   branches/SAMBA_3_0/source/smbd/posix_acls.c

Changeset:
Sorry, the patch is too large (2190 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17353

ab | 1 Aug 2006 10:27
Picon
Favicon
Gravatar

svn commit: samba r17354 - in branches/SAMBA_3_0/source: . modules smbd

Author: ab
Date: 2006-08-01 08:27:19 +0000 (Tue, 01 Aug 2006)
New Revision: 17354

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17354

Log:
Revert -r 17353 per Volker request while gpfs compatibility layer code will be released.
Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0/source/configure.in
   branches/SAMBA_3_0/source/modules/nfs4_acls.c
   branches/SAMBA_3_0/source/modules/nfs4_acls.h
   branches/SAMBA_3_0/source/modules/vfs_aixacl2.c
   branches/SAMBA_3_0/source/modules/vfs_gpfsacl.c
   branches/SAMBA_3_0/source/smbd/posix_acls.c

Changeset:
Sorry, the patch is too large (2102 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17354

jerry | 1 Aug 2006 10:41
Picon
Favicon

svn commit: samba r17355 - in branches/SAMBA_3_0_RELEASE/source: libsmb passdb utils

Author: jerry
Date: 2006-08-01 08:41:17 +0000 (Tue, 01 Aug 2006)
New Revision: 17355

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17355

Log:
go ahead and catch some changes from the 3.0.23 dev tree
Modified:
   branches/SAMBA_3_0_RELEASE/source/libsmb/clidfs.c
   branches/SAMBA_3_0_RELEASE/source/libsmb/clitrans.c
   branches/SAMBA_3_0_RELEASE/source/libsmb/smb_signing.c
   branches/SAMBA_3_0_RELEASE/source/passdb/pdb_ldap.c
   branches/SAMBA_3_0_RELEASE/source/utils/netlookup.c

Changeset:
Sorry, the patch is too large (566 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17355

vlendec | 1 Aug 2006 11:06
Picon
Favicon

svn commit: samba r17356 - in branches/SAMBA_3_0/source/utils: .

Author: vlendec
Date: 2006-08-01 09:06:18 +0000 (Tue, 01 Aug 2006)
New Revision: 17356

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17356

Log:
Also transfer the sambaHomePath attribute.

Volker
Modified:
   branches/SAMBA_3_0/source/utils/net_rpc_samsync.c

Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_rpc_samsync.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_rpc_samsync.c	2006-08-01 08:41:17 UTC (rev 17355)
+++ branches/SAMBA_3_0/source/utils/net_rpc_samsync.c	2006-08-01 09:06:18 UTC (rev 17356)
 <at>  <at>  -1579,6 +1579,10  <at>  <at> 
         unistr2_to_ascii(homedrive, &(delta->account_info.uni_dir_drive),
 			 sizeof(homedrive)-1);

+        /* Get the home path */
+        unistr2_to_ascii(homepath, &(delta->account_info.uni_home_dir),
+			 sizeof(homepath)-1);
+
 	/* Get the description */
 	unistr2_to_ascii(description, &(delta->account_info.uni_acct_desc),
 			 sizeof(description)-1);

(Continue reading)

metze | 1 Aug 2006 11:09
Picon
Favicon

svn commit: samba r17357 - in branches/SAMBA_4_0/source: . librpc

Author: metze
Date: 2006-08-01 09:09:45 +0000 (Tue, 01 Aug 2006)
New Revision: 17357

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17357

Log:
- fix the build
- generate the IDL_NDR_* variables before using them
  (this was the reason I didn't noticed this error)

metze
Modified:
   branches/SAMBA_4_0/source/librpc/config.mk
   branches/SAMBA_4_0/source/main.mk

Changeset:
Modified: branches/SAMBA_4_0/source/librpc/config.mk
===================================================================
--- branches/SAMBA_4_0/source/librpc/config.mk	2006-08-01 09:06:18 UTC (rev 17356)
+++ branches/SAMBA_4_0/source/librpc/config.mk	2006-08-01 09:09:45 UTC (rev 17357)
 <at>  <at>  -336,6 +336,8  <at>  <at> 
 PUBLIC_HEADERS = gen_ndr/winbind.h
 PUBLIC_DEPENDENCIES = LIBNDR NDR_NETLOGON

+include ../heimdal_build/perl_path_wrapper.sh ../librpc/idl-deps.pl librpc/idl/*.idl|
+
 librpc/gen_ndr/tables.c: $(IDL_NDR_PARSE_H_FILES)
 	 <at> echo Generating librpc/gen_ndr/tables.c
 	 <at> $(PERL) $(srcdir)/librpc/tables.pl --output=librpc/gen_ndr/tables.c
(Continue reading)


Gmane