build | 1 Mar 2009 01:00
Picon
Favicon

Build status as of Sun Mar 1 00:00:02 2009

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

--- /home/build/master/cache/broken_results.txt.old	2009-02-28 00:00:25.000000000 +0000
+++ /home/build/master/cache/broken_results.txt	2009-03-01 00:00:14.000000000 +0000
 <at>  <at>  -1,4 +1,4  <at>  <at> 
-Build status as of Sat Feb 28 00:00:02 2009
+Build status as of Sun Mar  1 00:00:02 2009

 Build counts:
 Tree         Total  Broken Panic 
 <at>  <at>  -6,18 +6,18  <at>  <at> 
 ccache       28     5      0     
 ctdb         0      0      0     
 distcc       0      0      0     
-ldb          27     28     0     
+ldb          29     28     0     
 libreplace   29     11     0     
 lorikeet-heimdal 26     14     0     
 pidl         20     3      0     
 ppp          12     0      0     
-rsync        29     8      0     
+rsync        28     8      0     
 samba-docs   0      0      0     
 samba-gtk    5      5      0     
-samba_3_X_devel 28     25     2     
+samba_3_X_devel 28     25     0     
 samba_3_X_test 27     27     3     
-samba_4_0_test 29     28     2     
+samba_4_0_test 29     28     1     
 smb-build    28     6      0     
(Continue reading)

Jelmer Vernooij | 1 Mar 2009 05:48
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-87-g79fc0dd

The branch, master has been updated
       via  79fc0ddaf44af1e31d7e6f2c6f576fd3c05e087d (commit)
       via  e6ec32f3acbf626f7cf52fc516f9b496d4e1d6f6 (commit)
      from  7b9381fb4f0db661a32ab884fb621cb6806ecd32 (commit)

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

- Log -----------------------------------------------------------------
commit 79fc0ddaf44af1e31d7e6f2c6f576fd3c05e087d
Merge: e6ec32f3acbf626f7cf52fc516f9b496d4e1d6f6 7b9381fb4f0db661a32ab884fb621cb6806ecd32
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 05:46:15 2009 +0100

    Merge branch 'master' of git://git.samba.org/samba into HEAD

commit e6ec32f3acbf626f7cf52fc516f9b496d4e1d6f6
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 04:59:07 2009 +0100

    Eliminate two duplicate SEC_ACE_TYPE constants already provided by
    security.idl.

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

Summary of changes:
 source3/include/rpc_secdes.h  |    3 ---
 source3/lib/display_sec.c     |    8 ++++----
 source3/libads/disp_sec.c     |    8 ++++----
 source3/libgpo/gpo_sec.c      |    4 ++--
 source3/rpc_parse/parse_sec.c |    4 ++--
(Continue reading)

Volker Lendecke | 1 Mar 2009 12:28
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-88-g4a35c97

The branch, master has been updated
       via  4a35c974e97551b1ccbfa41d4c08f0598e3c26aa (commit)
      from  79fc0ddaf44af1e31d7e6f2c6f576fd3c05e087d (commit)

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

- Log -----------------------------------------------------------------
commit 4a35c974e97551b1ccbfa41d4c08f0598e3c26aa
Author: Volker Lendecke <vl <at> samba.org>
Date:   Sun Mar 1 11:39:44 2009 +0100

    Only copy sharename up from rap_to_pjobid

    Why?? :-)

    Another one of the little micro-optimizations that I just came across: If you
    allocate a variable in a sub-block like the "fstring sharename" in
    write_file(), gcc even with -O3 will allocate this variable unconditionally on
    the stack at the beginning of the routine. So with eliminating this fstring we
    cut 256 bytes of stack in a very hot code path writing to a file. It might make
    us a bit more cache-friendly.

    This would probably not be worth a second look if it involved larger code
    changes, but this one was just too simple to let it pass :-)

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

Summary of changes:
 source3/printing/printfsp.c |    3 +--
 source3/printing/printing.c |    4 +++-
(Continue reading)

Jelmer Vernooij | 1 Mar 2009 16:24
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-91-g54bc27e

The branch, master has been updated
       via  54bc27e9374742d37b1ed9012d1cfe8f5ace6d40 (commit)
       via  55903e6f9120f1ec58a8554813229975c3028a09 (commit)
       via  d776ac03c3ce8a9090b847f20d2cdd16d745441f (commit)
      from  4a35c974e97551b1ccbfa41d4c08f0598e3c26aa (commit)

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

- Log -----------------------------------------------------------------
commit 54bc27e9374742d37b1ed9012d1cfe8f5ace6d40
Merge: 55903e6f9120f1ec58a8554813229975c3028a09 4a35c974e97551b1ccbfa41d4c08f0598e3c26aa
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 16:23:53 2009 +0100

    Merge branch 'master' of ssh://git.samba.org/data/git/samba into talloc-next

commit 55903e6f9120f1ec58a8554813229975c3028a09
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 16:19:38 2009 +0100

    Move next_token_talloc to util.c, as util_str.c is only compiled inside samba 4.

commit d776ac03c3ce8a9090b847f20d2cdd16d745441f
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 16:16:16 2009 +0100

    Move next_token_talloc() to top-level.

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

(Continue reading)

Jelmer Vernooij | 1 Mar 2009 16:41
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-93-g09ac816

The branch, master has been updated
       via  09ac816b36e45fd537af2f7fe7c57a11f5c744f5 (commit)
       via  235244f4cc707130dd130afce88bde49606bd501 (commit)
      from  54bc27e9374742d37b1ed9012d1cfe8f5ace6d40 (commit)

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

- Log -----------------------------------------------------------------
commit 09ac816b36e45fd537af2f7fe7c57a11f5c744f5
Merge: 235244f4cc707130dd130afce88bde49606bd501 54bc27e9374742d37b1ed9012d1cfe8f5ace6d40
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 16:39:35 2009 +0100

    Merge branch 'master' of git://git.samba.org/samba into teventfix

    Conflicts:
    	lib/tevent/pytevent.c

commit 235244f4cc707130dd130afce88bde49606bd501
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 16:38:07 2009 +0100

    Avoid using tevent_util.h, which won't be available if we use the system
    tevent.

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

Summary of changes:
 lib/tevent/pytevent.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
(Continue reading)

Jelmer Vernooij | 1 Mar 2009 17:14
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-96-g08b180e

The branch, master has been updated
       via  08b180e40e5179cc02d4aa1867d5063f47b85790 (commit)
       via  74293f117b08ffefdad78828ad9cfa8f8f6049e0 (commit)
       via  e2469e37488fe46257f1f4f4f8b0ebe11c08da47 (commit)
      from  09ac816b36e45fd537af2f7fe7c57a11f5c744f5 (commit)

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

- Log -----------------------------------------------------------------
commit 08b180e40e5179cc02d4aa1867d5063f47b85790
Merge: 74293f117b08ffefdad78828ad9cfa8f8f6049e0 09ac816b36e45fd537af2f7fe7c57a11f5c744f5
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 17:13:10 2009 +0100

    Merge branch 'master' of ssh://git.samba.org/data/git/samba into talloc-next

commit 74293f117b08ffefdad78828ad9cfa8f8f6049e0
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 17:09:45 2009 +0100

    Rerun pidl.

commit e2469e37488fe46257f1f4f4f8b0ebe11c08da47
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 17:09:07 2009 +0100

    Don't generate array iterators when the length of the array is always 0.
    (bug #6140)

-----------------------------------------------------------------------
(Continue reading)

Jelmer Vernooij | 1 Mar 2009 17:30
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-100-gbbe2d30

The branch, master has been updated
       via  bbe2d30f66ebd8537203870b1225179f03d42744 (commit)
       via  4903d20c215a01f70c242cb8cf4d455d0e352b7f (commit)
       via  9f6e2d64852026d118c717d80236177fd74331eb (commit)
       via  9ffb6d2d9e78ed192b8215194b6328d03d1ddad3 (commit)
      from  08b180e40e5179cc02d4aa1867d5063f47b85790 (commit)

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

- Log -----------------------------------------------------------------
commit bbe2d30f66ebd8537203870b1225179f03d42744
Merge: 4903d20c215a01f70c242cb8cf4d455d0e352b7f 08b180e40e5179cc02d4aa1867d5063f47b85790
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 17:29:04 2009 +0100

    Merge branch 'master' of git://git.samba.org/samba into convenience

commit 4903d20c215a01f70c242cb8cf4d455d0e352b7f
Merge: 9f6e2d64852026d118c717d80236177fd74331eb 09ac816b36e45fd537af2f7fe7c57a11f5c744f5
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 16:41:57 2009 +0100

    Merge branch 'master' of git://git.samba.org/samba into convenience

commit 9f6e2d64852026d118c717d80236177fd74331eb
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 12:59:58 2009 +0100

    Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.

(Continue reading)

Jelmer Vernooij | 1 Mar 2009 18:00
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-101-g99b2881

The branch, master has been updated
       via  99b288156f021db7bb771f3a5bf78def61d699f2 (commit)
      from  bbe2d30f66ebd8537203870b1225179f03d42744 (commit)

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

- Log -----------------------------------------------------------------
commit 99b288156f021db7bb771f3a5bf78def61d699f2
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 17:59:30 2009 +0100

    Move secace.c to top-level.

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

Summary of changes:
 {source3/lib => libcli/security}/secace.c |   90 ++++++++++++----------------
 source3/Makefile.in                       |    3 +-
 source3/include/rpc_secdes.h              |    1 -
 source3/lib/util_nttoken.c                |   16 +++++
 source4/libcli/security/config.mk         |    3 +-
 5 files changed, 59 insertions(+), 54 deletions(-)
 rename {source3/lib => libcli/security}/secace.c (76%)

Changeset truncated at 500 lines:

diff --git a/source3/lib/secace.c b/libcli/security/secace.c
similarity index 76%
rename from source3/lib/secace.c
rename to libcli/security/secace.c
(Continue reading)

Jelmer Vernooij | 1 Mar 2009 18:02
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-102-g9bd0cf8

The branch, master has been updated
       via  9bd0cf8d60b9bbaafa20f33bb1baf222620fb0b0 (commit)
      from  99b288156f021db7bb771f3a5bf78def61d699f2 (commit)

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

- Log -----------------------------------------------------------------
commit 9bd0cf8d60b9bbaafa20f33bb1baf222620fb0b0
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 18:02:24 2009 +0100

    Keep using Samba3's charset.h for now.

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

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

Changeset truncated at 500 lines:

diff --git a/source3/include/includes.h b/source3/include/includes.h
index 7f8c408..523a11e 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
 <at>  <at>  -594,7 +594,7  <at>  <at>  struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
 #include "trans2.h"
 #include "../libcli/util/error.h"
 #include "ntioctl.h"
-#include "../lib/util/charset/charset.h"
(Continue reading)

Jelmer Vernooij | 1 Mar 2009 18:15
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-105-gda6721e

The branch, master has been updated
       via  da6721e3231fb93b934440c2d92abab834289c82 (commit)
       via  e9bba3e288a204732775427dd4098d7dea2cafd9 (commit)
       via  d3c2de093a35d0168fead27787a3da44a39fbea9 (commit)
      from  9bd0cf8d60b9bbaafa20f33bb1baf222620fb0b0 (commit)

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

- Log -----------------------------------------------------------------
commit da6721e3231fb93b934440c2d92abab834289c82
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 18:15:36 2009 +0100

    Move secacl to top-level.

commit e9bba3e288a204732775427dd4098d7dea2cafd9
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 18:15:15 2009 +0100

    dom_sid.h: Include dependency security.h that provides the dom_sid struct.

commit d3c2de093a35d0168fead27787a3da44a39fbea9
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sun Mar 1 18:05:22 2009 +0100

    Also re-add removed codepoint_t; I'm clearly not having my day today.

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

Summary of changes:
(Continue reading)


Gmane