build | 1 Jun 2009 02:00
Picon
Favicon

Build status as of Mon Jun 1 00:00:03 2009

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

--- /home/build/master/cache/broken_results.txt.old	2009-05-31 00:00:15.000000000 +0000
+++ /home/build/master/cache/broken_results.txt	2009-06-01 00:00:49.000000000 +0000
 <at>  <at>  -1,9 +1,9  <at>  <at> 
-Build status as of Sun May 31 00:00:02 2009
+Build status as of Mon Jun  1 00:00:03 2009

 Build counts:
 Tree         Total  Broken Panic 
 build_farm   0      0      0     
-ccache       32     6      0     
+ccache       33     6      0     
 distcc       0      0      0     
 ldb          33     33     0     
 libreplace   32     12     0     
 <at>  <at>  -14,9 +14,9  <at>  <at> 
 samba-docs   0      0      0     
 samba-web    0      0      0     
 samba_3_current 31     19     0     
-samba_3_master 32     31     1     
-samba_3_next 32     29     1     
-samba_4_0_test 33     32     8     
+samba_3_master 32     30     3     
+samba_3_next 32     29     2     
+samba_4_0_test 33     32     9     
 talloc       32     33     0     
-tdb          30     11     0     
+tdb          31     11     0     

(Continue reading)

Andrew Tridgell | 1 Jun 2009 05:14
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1939-ga6cc04a

The branch, master has been updated
       via  a6cc04a20089e8fbcce138c271961c37ddcd6c34 (commit)
       via  a386173fa1c7c5bcc11ea9260d84b6c52c154b3d (commit)
       via  7f16c29f1001b98fd1bdc66978a2c16f8e18d19d (commit)
       via  ba95882155db4f8c10725f47f70ae482d5343f9a (commit)
       via  67b83d2489788f1899c253fdab554d0998f9c044 (commit)
       via  08be1420ba52ef9bba90d0f811c7810841ee8568 (commit)
       via  5ab03dbecc33320e23304b126f26bde3f6bc6c7d (commit)
       via  47692f39b1b3b5c589bfb63a6968aaf9f9af70c4 (commit)
       via  0a0d760704ad17f5f43ffc1782ad4d84f75de5a2 (commit)
       via  52cfffb8cba92e272224febd3d8df68b93e29bc7 (commit)
       via  4b4fec65db4e202afa13b2d15867f4d8a54d154e (commit)
       via  a9542ba21b4d4ef088ac2cf31f9f4074dc211aa8 (commit)
      from  14c13620345dfd9f1e18761f103aa66138bf8907 (commit)

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

- Log -----------------------------------------------------------------
commit a6cc04a20089e8fbcce138c271961c37ddcd6c34
Author: Andrew Tridgell <tridge <at> samba.org>
Date:   Mon Jun 1 13:13:07 2009 +1000

    overallocate all records by 25%

    This greatly reduces the fragmentation of databases where records
    tend to grow slowly by a small amount each time. The case where this
    is most seen is the ldb index records. Adding this overallocation
    reduced the size of the resulting database by more than 20x when
    running a test that adds 10k users.

(Continue reading)

Andrew Tridgell | 1 Jun 2009 05:43
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1940-gae1c241

The branch, master has been updated
       via  ae1c2415e23b56db7ffb8dc96425a8588401b03d (commit)
      from  a6cc04a20089e8fbcce138c271961c37ddcd6c34 (commit)

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

- Log -----------------------------------------------------------------
commit ae1c2415e23b56db7ffb8dc96425a8588401b03d
Author: Andrew Tridgell <tridge <at> samba.org>
Date:   Mon Jun 1 13:42:51 2009 +1000

    fix uninitialised use of samctx

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

Summary of changes:
 source4/nbt_server/dgram/netlogon.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source4/nbt_server/dgram/netlogon.c b/source4/nbt_server/dgram/netlogon.c
index 2ed37fd..8fec15a 100644
--- a/source4/nbt_server/dgram/netlogon.c
+++ b/source4/nbt_server/dgram/netlogon.c
 <at>  <at>  -53,6 +53,8  <at>  <at>  static void nbtd_netlogon_getdc(struct dgram_mailslot_handler *dgmslot,
 		return;
 	}

+	samctx = iface->nbtsrv->sam_ctx;
(Continue reading)

Andrew Tridgell | 1 Jun 2009 08:44
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1943-gc021330

The branch, master has been updated
       via  c0213308bbde59270f681ce7c55a44bda34a980f (commit)
       via  ce1045983fd294b95dfe91524b5d8b80a35df448 (commit)
       via  5a39817212aa34ef181e9ed72851b077ba088260 (commit)
      from  ae1c2415e23b56db7ffb8dc96425a8588401b03d (commit)

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

- Log -----------------------------------------------------------------
commit c0213308bbde59270f681ce7c55a44bda34a980f
Author: Andrew Tridgell <tridge <at> samba.org>
Date:   Mon Jun 1 16:37:28 2009 +1000

    we don't need the unique checks in the samldb code now

    These attributes now use the unique indexing flag

commit ce1045983fd294b95dfe91524b5d8b80a35df448
Author: Andrew Tridgell <tridge <at> samba.org>
Date:   Mon Jun 1 16:36:56 2009 +1000

    mark samAccountName, objectGUID and objectSID as unique indexed

commit 5a39817212aa34ef181e9ed72851b077ba088260
Author: Andrew Tridgell <tridge <at> samba.org>
Date:   Mon Jun 1 16:36:21 2009 +1000

    added support for unique indexing in ldb

    When a attribute is marked as LDB_ATTR_FLAG_UNIQUE_INDEX then attempts
(Continue reading)

Andrew Bartlett | 1 Jun 2009 11:13
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1944-ga0edb50

The branch, master has been updated
       via  a0edb50552090341760c9dfcf27a71df8100e1a5 (commit)
      from  c0213308bbde59270f681ce7c55a44bda34a980f (commit)

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

- Log -----------------------------------------------------------------
commit a0edb50552090341760c9dfcf27a71df8100e1a5
Author: Andrew Kroeger <andrew <at> id10ts.net>
Date:   Sun May 31 19:36:55 2009 -0500

    gitignore: Ignore additional auto-generated file

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

Summary of changes:
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Changeset truncated at 500 lines:

diff --git a/.gitignore b/.gitignore
index 5d18b2d..168c9bf 100644
--- a/.gitignore
+++ b/.gitignore
 <at>  <at>  -282,6 +282,7  <at>  <at>  source4/torture/basic/proto.h
 source4/torture/ldap/proto.h
 source4/torture/ldb/proto.h
 source4/torture/libnet/proto.h
+source4/torture/libnetapi/proto.h
(Continue reading)

Andrew Bartlett | 1 Jun 2009 12:57
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1945-g05be1cc

The branch, master has been updated
       via  05be1cc717b4b35e0a78806330a7deaee89663e3 (commit)
      from  a0edb50552090341760c9dfcf27a71df8100e1a5 (commit)

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

- Log -----------------------------------------------------------------
commit 05be1cc717b4b35e0a78806330a7deaee89663e3
Author: Andrew Kroeger <andrew <at> id10ts.net>
Date:   Mon Jun 1 04:36:50 2009 -0500

    s4:mkproto: Add NET_API_STATUS return type.

    The recently added LIBNETAPI torture tests use NET_API_STATUS as a return type
    for some functions.  The torture/libnetapi/proto.h private header that was being
    generated by mkproto.pl did not include a prototype for the test_netuseradd()
    function, as it did not know how to handle the NET_API_STATUS return type.

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

Summary of changes:
 source4/script/mkproto.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source4/script/mkproto.pl b/source4/script/mkproto.pl
index e1b790d..5930788 100755
--- a/source4/script/mkproto.pl
+++ b/source4/script/mkproto.pl
(Continue reading)

Andrew Tridgell | 1 Jun 2009 14:04
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1947-g5004317

The branch, master has been updated
       via  50043177e842f791d33b52c1fca8be13682a0e0b (commit)
       via  73c8566d957af8c823a48912b66aae71b002259b (commit)
      from  05be1cc717b4b35e0a78806330a7deaee89663e3 (commit)

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

- Log -----------------------------------------------------------------
commit 50043177e842f791d33b52c1fca8be13682a0e0b
Merge: 73c8566d957af8c823a48912b66aae71b002259b 05be1cc717b4b35e0a78806330a7deaee89663e3
Author: Andrew Tridgell <tridge <at> samba.org>
Date:   Mon Jun 1 22:04:00 2009 +1000

    Merge branch 'master' of ssh://git.samba.org/data/git/samba

commit 73c8566d957af8c823a48912b66aae71b002259b
Author: Andrew Tridgell <tridge <at> samba.org>
Date:   Mon Jun 1 22:03:20 2009 +1000

    use the unique flag on ldb attributes to optimise & clauses

    When a attribute is marked unique we know that if we find a match
    it will be the only possible match. This means that in a list of
    subtrees connected by an &, it is best to first load the index values
    for the unique entries, as if they find something then we know we
    won't have to look any further.

    This helps with searches like this:

      (&(objectclass=user)(samaccountname=tridge))
(Continue reading)

Björn Jacke | 1 Jun 2009 21:16
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1105-g83613fd

The branch, v3-4-test has been updated
       via  83613fd2fa6d4c6e7d9eb9bdb60aac31a37bbcaf (commit)
       via  f15af8bf2def12eedd967b6e0e411f690be2f804 (commit)
      from  d49ae9c87d182f32702a0b6a1cc2a2038f31d81d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test

- Log -----------------------------------------------------------------
commit 83613fd2fa6d4c6e7d9eb9bdb60aac31a37bbcaf
Author: Björn Jacke <bj <at> sernet.de>
Date:   Wed May 27 12:01:21 2009 +0200

    s3: update manpage as to the new passdb backend default

commit f15af8bf2def12eedd967b6e0e411f690be2f804
Author: Björn Jacke <bj <at> sernet.de>
Date:   Mon May 25 14:55:04 2009 +0200

    s3: make passdb backend defaults to tdbsam

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

Summary of changes:
 docs-xml/smbdotconf/security/passdbbackend.xml |    8 +++++---
 source3/param/loadparm.c                       |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/security/passdbbackend.xml b/docs-xml/smbdotconf/security/passdbbackend.xml
(Continue reading)

Jeremy Allison | 1 Jun 2009 23:38
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1106-g736c4dd

The branch, v3-4-test has been updated
       via  736c4dddef28d53b55e58a6f62784f068e88dc01 (commit)
      from  83613fd2fa6d4c6e7d9eb9bdb60aac31a37bbcaf (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test

- Log -----------------------------------------------------------------
commit 736c4dddef28d53b55e58a6f62784f068e88dc01
Author: Jeremy Allison <jra <at> samba.org>
Date:   Mon Jun 1 14:36:34 2009 -0700

    Fix bug #6419 - smbclient -L 127.0.0.1" displays "netbios name" instead of "workgroup"
    Unify the handling of the sessionsetup parsing so we don't get different
    results when parsing a guest reply than an ntlmssp reply.
    Jeremy.

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

Summary of changes:
 source3/libsmb/cliconnect.c |   29 ++++++++++++++++++++++++++---
 1 files changed, 26 insertions(+), 3 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c
index fb17378..8a3667d 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/libsmb/cliconnect.c
 <at>  <at>  -616,9 +616,30  <at>  <at>  static DATA_BLOB cli_session_setup_blob_receive(struct cli_state *cli)

(Continue reading)

Jeremy Allison | 1 Jun 2009 23:39
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1948-gcdb765a

The branch, master has been updated
       via  cdb765a76caaa582b6406bd34279d04e4be9d6f2 (commit)
      from  50043177e842f791d33b52c1fca8be13682a0e0b (commit)

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

- Log -----------------------------------------------------------------
commit cdb765a76caaa582b6406bd34279d04e4be9d6f2
Author: Jeremy Allison <jra <at> samba.org>
Date:   Mon Jun 1 14:36:34 2009 -0700

    Fix bug #6419 - smbclient -L 127.0.0.1" displays "netbios name" instead of "workgroup"
    Unify the handling of the sessionsetup parsing so we don't get different
    results when parsing a guest reply than an ntlmssp reply.
    Jeremy.

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

Summary of changes:
 source3/libsmb/cliconnect.c |   29 ++++++++++++++++++++++++++---
 1 files changed, 26 insertions(+), 3 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c
index 16c15ce..7726611 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/libsmb/cliconnect.c
 <at>  <at>  -671,9 +671,30  <at>  <at>  static DATA_BLOB cli_session_setup_blob_receive(struct cli_state *cli)

(Continue reading)


Gmane