build | 1 Feb 2007 01:00
Picon
Favicon

Build status as of Thu Feb 1 00:00:02 2007

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

--- /home/build/master/cache/broken_results.txt.old	2007-01-31 00:00:12.000000000 +0000
+++ /home/build/master/cache/broken_results.txt	2007-02-01 00:00:55.000000000 +0000
 <at>  <at>  -1,4 +1,4  <at>  <at> 
-Build status as of Wed Jan 31 00:00:01 2007
+Build status as of Thu Feb  1 00:00:02 2007

 Build counts:
 Tree         Total  Broken Panic 
 <at>  <at>  -11,11 +11,11  <at>  <at> 
 libreplace   33     2      0     
 lorikeet-heimdal 32     19     0     
 ppp          19     0      0     
-rsync        35     4      0     
+rsync        36     4      0     
 samba        0      0      0     
 samba-docs   0      0      0     
-samba4       33     29     1     
-samba_3_0    35     29     0     
+samba4       33     21     0     
+samba_3_0    35     31     0     
 smb-build    33     1      0     
 talloc       36     0      0     
 tdb          35     2      0     

abartlet | 1 Feb 2007 02:27
Picon
Favicon

svn commit: samba r21103 - in branches/SAMBA_4_0/services/samba: .

Author: abartlet
Date: 2007-02-01 01:27:02 +0000 (Thu, 01 Feb 2007)
New Revision: 21103

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

Log:
This seems to do the 'right thing' in applying the correct access
control to the SWAT ldb browser.  This should show up as the
authenticated user, rather than anonymous now.

Andrew Bartlet

Modified:
   branches/SAMBA_4_0/services/samba/ldb.esp

Changeset:
Modified: branches/SAMBA_4_0/services/samba/ldb.esp
===================================================================
--- branches/SAMBA_4_0/services/samba/ldb.esp	2007-01-31 22:31:25 UTC (rev 21102)
+++ branches/SAMBA_4_0/services/samba/ldb.esp	2007-02-01 01:27:02 UTC (rev 21103)
 <at>  <at>  -95,6 +95,8  <at>  <at> 

     /* Database was not previously opened.  Connect to it. */
     ldb = ldb_init();
+    ldb.session_info = session.authinfo.session_info;
+    ldb.credentials = session.authinfo.credentials;
     var ret = ldb.connect(private_dir + "/" + params[0]);
     if (ret && ldb.db)
     {
(Continue reading)

vlendec | 1 Feb 2007 10:03
Picon
Favicon

svn commit: samba-docs r1016 - in trunk/manpages-3: .

Author: vlendec
Date: 2007-02-01 09:03:19 +0000 (Thu, 01 Feb 2007)
New Revision: 1016

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

Log:
Some smbconf fixes from Karolin Seeger <ks <at> sernet.de>. Removing the
<smbconfsection> / </smbconfsection> is in line with the rest of the
introduction.

Thanks :-)

Volker

Modified:
   trunk/manpages-3/smb.conf.5.xml

Changeset:
Modified: trunk/manpages-3/smb.conf.5.xml
===================================================================
--- trunk/manpages-3/smb.conf.5.xml	2007-01-31 05:50:07 UTC (rev 1015)
+++ trunk/manpages-3/smb.conf.5.xml	2007-02-01 09:03:19 UTC (rev 1016)
 <at>  <at>  -299,7 +299,7  <at>  <at> 

 	<para>Starting with Samba version 3.0.23 the capability for non-root users to add, modify, and delete
 	their own share definitions has been added. This capability is called
<emphasis>usershares</emphasis> and
-	is controlled by a set of parameters in the <smbconfsection>[global]</smbconfsection> section of the smb.conf.
+	is controlled by a set of parameters in the [global] section of the smb.conf.
(Continue reading)

vlendec | 1 Feb 2007 11:59
Picon
Favicon

svn commit: samba r21104 - in branches: SAMBA_3_0/source/smbd SAMBA_4_0/source/ntvfs/sysdep

Author: vlendec
Date: 2007-02-01 10:59:35 +0000 (Thu, 01 Feb 2007)
New Revision: 21104

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

Log:
Rename struct watch_context to struct inotify_watch_context
Modified:
   branches/SAMBA_3_0/source/smbd/notify_inotify.c
   branches/SAMBA_4_0/source/ntvfs/sysdep/inotify.c

Changeset:
Modified: branches/SAMBA_3_0/source/smbd/notify_inotify.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/notify_inotify.c	2007-02-01 01:27:02 UTC (rev 21103)
+++ branches/SAMBA_3_0/source/smbd/notify_inotify.c	2007-02-01 10:59:35 UTC (rev 21104)
 <at>  <at>  -61,11 +61,11  <at>  <at> 
 struct inotify_private {
 	struct sys_notify_context *ctx;
 	int fd;
-	struct watch_context *watches;
+	struct inotify_watch_context *watches;
 };

-struct watch_context {
-	struct watch_context *next, *prev;
+struct inotify_watch_context {
+	struct inotify_watch_context *next, *prev;
 	struct inotify_private *in;
(Continue reading)

Jelmer Vernooij | 1 Feb 2007 13:16
Picon
Favicon

Rev 11305: Fix testenv, handle stderr output, fix upgrade.js in file:///home/jelmer/bzr.samba/4.0-perlselftest/

At file:///home/jelmer/bzr.samba/4.0-perlselftest/

------------------------------------------------------------
revno: 11305
revision-id: jelmer <at> samba.org-20070201121601-ra9jpil2b2q895jd
parent: jelmer <at> samba.org-20070126152324-vgyvll2lrmezmbvw
committer: Jelmer Vernooij <jelmer <at> samba.org>
branch nick: 4.0-perlselftest
timestamp: Thu 2007-02-01 13:16:01 +0100
message:
  Fix testenv, handle stderr output, fix upgrade.js
added:
  source/script/tests/testenv.sh testenv.sh-20070201114140-yqamcl9g11yeseoc-1
modified:
  source/main.mk                 svn-v2:8991 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fmain.mk
  source/script/tests/selftest.pl svn-v2:20693 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fselftest.pl
  source/scripting/libjs/upgrade.js svn-v2:9722 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscripting%2flibjs%2fupgrade.js
=== added file 'source/script/tests/testenv.sh'
--- a/source/script/tests/testenv.sh	1970-01-01 00:00:00 +0000
+++ b/source/script/tests/testenv.sh	2007-02-01 12:16:01 +0000
 <at>  <at>  -0,0 +1,9  <at>  <at> 
+#!/bin/sh
+PREFIX=$1
+shift 1
+for I in `./script/tests/mktestsetup.sh $PREFIX`
+do
+	eval $I
+	export `echo $I | cut -d = -f 1`
+done
+xterm
(Continue reading)

gd | 1 Feb 2007 13:20
Picon
Favicon

svn commit: samba r21105 - in branches: SAMBA_3_0/examples/misc SAMBA_3_0_24/examples/misc

Author: gd
Date: 2007-02-01 12:20:33 +0000 (Thu, 01 Feb 2007)
New Revision: 21105

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

Log:
Quick fix for CLDAP reply without NetLogon attribute.

Guenther

Modified:
   branches/SAMBA_3_0/examples/misc/cldap.pl
   branches/SAMBA_3_0_24/examples/misc/cldap.pl

Changeset:
Modified: branches/SAMBA_3_0/examples/misc/cldap.pl
===================================================================
--- branches/SAMBA_3_0/examples/misc/cldap.pl	2007-02-01 10:59:35 UTC (rev 21104)
+++ branches/SAMBA_3_0/examples/misc/cldap.pl	2007-02-01 12:20:33 UTC (rev 21105)
 <at>  <at>  -136,7 +136,9  <at>  <at> 
 				) || die "failed to encode pdu: $ <at> ";

 	if ($opt_debug) {
+		print"------------\n";
 		asn_dump($pdu_req);
+		print"------------\n";
 	}

 	return $sock->send($pdu_req) || die "no send: $ <at> ";
(Continue reading)

gd | 1 Feb 2007 13:24
Picon
Favicon

svn commit: samba r21106 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_24/source/nsswitch

Author: gd
Date: 2007-02-01 12:24:08 +0000 (Thu, 01 Feb 2007)
New Revision: 21106

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

Log:
We neither need a account lockout policy handler nor a check domain
online handler for internal (local SAM, BUILTIN) childs. Jeremy, please
check.

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_dual.c
   branches/SAMBA_3_0_24/source/nsswitch/winbindd_dual.c

Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_dual.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_dual.c	2007-02-01 12:20:33 UTC (rev 21105)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_dual.c	2007-02-01 12:24:08 UTC (rev 21106)
 <at>  <at>  -877,7 +877,8  <at>  <at> 
 			   "krb5_ticket_refresh_handler");

 	/* We might be in the idmap child...*/
-	if (child->domain && lp_winbind_offline_logon()) {
+	if (child->domain && !(child->domain->internal) &&
+	    lp_winbind_offline_logon()) {

(Continue reading)

Jelmer Vernooij | 1 Feb 2007 13:24
Picon
Favicon

Rev 11306: Merge upstream in file:///home/jelmer/bzr.samba/4.0-perlselftest/

At file:///home/jelmer/bzr.samba/4.0-perlselftest/

------------------------------------------------------------
revno: 11306
revision-id: jelmer <at> samba.org-20070201122426-4auj1m5fmnbhsr9f
parent: jelmer <at> samba.org-20070201121601-ra9jpil2b2q895jd
parent: svn-v2:21104 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer <at> samba.org>
branch nick: 4.0-perlselftest
timestamp: Thu 2007-02-01 13:24:26 +0100
message:
  Merge upstream
removed:
  source/torture/subunit.c       svn-v2:19343 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fsubunit.c
added:
  source/script/tests/mk-fedora-ds.sh svn-v2:21069 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fmk%2dfedora%2dds.sh
  source/script/tests/mk-keyblobs.sh svn-v2:21069 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fmk%2dkeyblobs.sh
  source/script/tests/mk-openldap.sh svn-v2:21069 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fmk%2dopenldap.sh
  webapps/swat/source/class/swat/module/ldbbrowse/LdbModify.js svn-v2:21048 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-webapps%2fswat%2fsource%2fclass%2fswat%2fmodule%2fldbbrowse%2fLdbModify.js
modified:
  services/samba/ldb.esp         svn-v2:19167 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-services%2fsamba%2fldb.esp
  source/VERSION                 svn-v2:2 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-trunk-source%2fVERSION
  source/auth/ntlmssp/ntlmssp_sign.c svn-v2:6458 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fauth%2fntlmssp%2fntlmssp_sign.c
  source/cluster/ctdb/brlock_ctdb.c svn-v2:20889 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fcluster%2fctdb%2fbrlock_ctdb.c
  source/cluster/ctdb/common/ctdb_call.c svn-v2:20889 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fcluster%2fctdb%2fcommon%2fctdb_call.c
  source/cluster/ctdb/include/ctdb.h svn-v2:20889 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fcluster%2fctdb%2finclude%2fctdb.h
  source/cluster/ctdb/include/ctdb_private.h svn-v2:20889 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fcluster%2fctdb%2finclude%2fctdb_private.h
  source/dynconfig.c             svn-v2:2 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-trunk-source%2fdynconfig.c
  source/dynconfig.h             svn-v2:13658 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fdynconfig.h
  source/libcli/auth/smbencrypt.c svn-v2:5053 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flibcli%2fauth%2fsmbencrypt.c
(Continue reading)

Jelmer Vernooij | 1 Feb 2007 13:32
Picon
Favicon

Rev 11307: Warn when not running as root and not using the socket wrapper. Fix a couple of syntax errors introduced by the last merge. in file:///home/jelmer/bzr.samba/4.0-perlselftest/

At file:///home/jelmer/bzr.samba/4.0-perlselftest/

------------------------------------------------------------
revno: 11307
revision-id: jelmer <at> samba.org-20070201123242-dwdz7ryz7rmv15xz
parent: jelmer <at> samba.org-20070201122426-4auj1m5fmnbhsr9f
committer: Jelmer Vernooij <jelmer <at> samba.org>
branch nick: 4.0-perlselftest
timestamp: Thu 2007-02-01 13:32:42 +0100
message:
  Warn when not running as root and not using the socket wrapper. Fix a couple of syntax errors introduced by
the last merge.
modified:
  source/TODO                    todo-20070126140905-srlmy1f6yd4ba4lp-1
  source/script/tests/selftest.pl svn-v2:20693 <at> 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fselftest.pl
=== modified file 'source/TODO'
--- a/source/TODO	2007-01-26 14:31:24 +0000
+++ b/source/TODO	2007-02-01 12:32:42 +0000
 <at>  <at>  -1,3 +1,2  <at>  <at> 
 - fix 'make testenv' and 'make valgrindtest-env'
 - warn about unexpected successes
-- warn when not using the socket wrapper but also not running as root

=== modified file 'source/script/tests/selftest.pl'
--- a/source/script/tests/selftest.pl	2007-02-01 12:24:26 +0000
+++ b/source/script/tests/selftest.pl	2007-02-01 12:32:42 +0000
 <at>  <at>  -140,6 +140,10  <at>  <at> 
 	my ($bindir, $test_fifo, $test_log, $socket_wrapper_dir, $max_time, $conffile) =  <at> _;
 	return 0 if ( -p $test_fifo );

(Continue reading)

vlendec | 1 Feb 2007 13:36
Picon
Favicon

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

Author: vlendec
Date: 2007-02-01 12:36:21 +0000 (Thu, 01 Feb 2007)
New Revision: 21107

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

Log:
Adapt notify_fam.c to the new infrastructure. This works in my test, but does
not survive the raw-notify test just because famd is too slow. Events are
coming in too late and are thus unsyncronized.

Now to get that through the VFS.

Volker

Modified:
   branches/SAMBA_3_0/source/smbd/notify_fam.c

Changeset:
Modified: branches/SAMBA_3_0/source/smbd/notify_fam.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/notify_fam.c	2007-02-01 12:24:08 UTC (rev 21106)
+++ branches/SAMBA_3_0/source/smbd/notify_fam.c	2007-02-01 12:36:21 UTC (rev 21107)
 <at>  <at>  -21,7 +21,7  <at>  <at> 

 #include "includes.h"

-#if 0
+#ifdef HAVE_FAM_CHANGE_NOTIFY

(Continue reading)


Gmane