svn commit: samba r20945 - in branches/SAMBA_4_0/source/cluster/ctdb: . common include

2007-01-22 Thread tridge
Author: tridge Date: 2007-01-22 09:35:26 + (Mon, 22 Jan 2007) New Revision: 20945 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20945 Log: fixed the bug causing locktest to fail with the ctdb backend after a couple of hundred opertations. Also removed a lot of

svn commit: samba r20946 - in branches/SAMBA_4_0/source/cluster/ctdb: .

2007-01-22 Thread tridge
Author: tridge Date: 2007-01-22 11:45:48 + (Mon, 22 Jan 2007) New Revision: 20946 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20946 Log: fixed another couple of bugs in the brlock ctdb backend. It now survives very long random locktest runs. Modified:

svn commit: samba r20947 - in branches/SAMBA_4_0/source/ntvfs/common: .

2007-01-22 Thread tridge
Author: tridge Date: 2007-01-22 11:46:27 + (Mon, 22 Jan 2007) New Revision: 20947 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20947 Log: fixed a bug in the unlock logic in the brlock tdb backend I'm very surprised this didn't show up earlier! Modified:

svn commit: samba r20948 - in branches/SAMBA_4_0/source/cluster/ctdb: . example

2007-01-22 Thread tridge
Author: tridge Date: 2007-01-22 11:57:45 + (Mon, 22 Jan 2007) New Revision: 20948 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20948 Log: a very simple example on how to setup and test ctdb Added: branches/SAMBA_4_0/source/cluster/ctdb/example/

svn commit: samba r20949 - in branches/SAMBA_4_0/source: auth/ntlmssp torture/auth

2007-01-22 Thread abartlet
Author: abartlet Date: 2007-01-22 12:33:27 + (Mon, 22 Jan 2007) New Revision: 20949 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20949 Log: Looking over some lcov output, try and walk some error paths. Andrew Bartlett Modified:

Rev 9146: Convert more files to C in file:///home/jelmer/aurelia-bzr-samba/bzr.samba/4.0-upgrade/

2007-01-22 Thread Jelmer Vernooij
revno: 714 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: upgrade timestamp: Mon 2007-01-22 17:31:15 +0100 message: Convert more files to C added:

svn commit: samba r20950 - in branches/SAMBA_3_0_24/source/sam: .

2007-01-22 Thread gd
Author: gd Date: 2007-01-22 16:33:55 + (Mon, 22 Jan 2007) New Revision: 20950 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20950 Log: Use attr_uidnumber and attr_gidnumber for the LDAP queries. Guenther Modified: branches/SAMBA_3_0_24/source/sam/idmap_ad.c

svn commit: samba r20951 - in branches/SAMBA_3_0/source: include nsswitch

2007-01-22 Thread jerry
Author: jerry Date: 2007-01-22 16:54:02 + (Mon, 22 Jan 2007) New Revision: 20951 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20951 Log: Remove the DOM_SID field in the struct idmap_domain and bounce domain SID lookups through the struct winbindd_domain

svn commit: samba r20952 - in branches/SAMBA_4_0/source/lib/ldb/common: .

2007-01-22 Thread metze
Author: metze Date: 2007-01-22 17:46:38 + (Mon, 22 Jan 2007) New Revision: 20952 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20952 Log: when a component is changed we need to rebuild the linearized string metze Modified:

Re: svn commit: samba r20952 - in branches/SAMBA_4_0/source/lib/ldb/common: .

2007-01-22 Thread simo
On Mon, 2007-01-22 at 17:46 +, [EMAIL PROTECTED] wrote: Author: metze Date: 2007-01-22 17:46:38 + (Mon, 22 Jan 2007) New Revision: 20952 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20952 Log: when a component is changed we need to rebuild the

Rev 11285: Add lcov target, fix gcov. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-01-22 Thread Jelmer Vernooij
revno: 11285 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Mon 2007-01-22 19:11:20 +0100 message: Add lcov target, fix gcov. modified:

svn commit: samba r20953 - in branches/SAMBA_4_0/source/scripting/libjs: .

2007-01-22 Thread metze
Author: metze Date: 2007-01-22 18:15:54 + (Mon, 22 Jan 2007) New Revision: 20953 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20953 Log: add templates in provision_become_dc() metze Modified: branches/SAMBA_4_0/source/scripting/libjs/provision.js

svn commit: samba r20954 - in branches/SAMBA_4_0: . source/torture

2007-01-22 Thread jelmer
Author: jelmer Date: 2007-01-22 18:16:01 + (Mon, 22 Jan 2007) New Revision: 20954 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20954 Log: Add lcov target, fix gcov. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/torture/config.mk Changeset:

Rev 11286: Add tests in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-01-22 Thread Jelmer Vernooij
revno: 11286 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Mon 2007-01-22 19:16:48 +0100 message: Add tests modified:

Rev 11287: merge upstream in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-01-22 Thread Jelmer Vernooij
revno: 11287 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Mon 2007-01-22 19:19:23 +0100 message: merge upstream

svn commit: samba r20955 - in branches/SAMBA_4_0: . source/torture/local

2007-01-22 Thread jelmer
Author: jelmer Date: 2007-01-22 18:24:24 + (Mon, 22 Jan 2007) New Revision: 20955 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20955 Log: Add tests Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/torture/local/ndr.c Changeset: Property changes

svn commit: samba r20957 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

2007-01-22 Thread metze
Author: metze Date: 2007-01-22 19:07:57 + (Mon, 22 Jan 2007) New Revision: 20957 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20957 Log: a value of FF isn't stored as schemaInfo so we need to use it as value if nothing is

Re: Rev 9146: Convert more files to C in file:///home/jelmer/aurelia-bzr-samba/bzr.samba/4.0-upgrade/

2007-01-22 Thread tridge
Jelmer, Convert more files to C ... === renamed file 'source/scripting/libjs/provision.js' = 'source/lib/provision/provision.c' Why are you converting to C? I was quite happy that a fair bit of our code was going from C to js. I'd actually like things like smbclient to become a js

Re: Rev 9146: Convert more files to C in file:///home/jelmer/aurelia-bzr-samba/bzr.samba/4.0-upgrade/

2007-01-22 Thread Jelmer Vernooij
On Tue, Jan 23, 2007 at 06:45:56AM +1100, [EMAIL PROTECTED] wrote: Convert more files to C ... === renamed file 'source/scripting/libjs/provision.js' = 'source/lib/provision/provision.c' Why are you converting to C? I was quite happy that a fair bit of our code was going from C to

Rev 11288: Update selftest perl in file:///home/jelmer/bzr.samba/4.0-perlselftest/

2007-01-22 Thread Jelmer Vernooij
revno: 11288 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-perlselftest timestamp: Mon 2007-01-22 23:55:34 +0100 message: Update selftest perl modified:

svn commit: samba r20958 - in branches/SAMBA_4_0/testprogs/blackbox: .

2007-01-22 Thread abartlet
Author: abartlet Date: 2007-01-22 23:09:07 + (Mon, 22 Jan 2007) New Revision: 20958 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20958 Log: Inspired by the lcov output, check the PASSWD_FILE and --authentication-file options to smbclient. Andrew Bartlett

Rev 11291: Add ignore entries in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-01-22 Thread Jelmer Vernooij
revno: 11291 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-01-23 00:35:49 +0100 message: Add ignore entries modified:

svn commit: samba r20959 - in branches/SAMBA_4_0: .

2007-01-22 Thread jelmer
Author: jelmer Date: 2007-01-22 23:38:55 + (Mon, 22 Jan 2007) New Revision: 20959 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20959 Log: Add ignore entries Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/.bzrignore Changeset: Property changes on:

Rev 11292: Fix lcov in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-01-22 Thread Jelmer Vernooij
revno: 11292 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-01-23 00:40:54 +0100 message: Fix lcov modified: .bzrignore

Rev 11289: Wait a bit so smbd doesn't have to be killed in file:///home/jelmer/bzr.samba/4.0-perlselftest/

2007-01-22 Thread Jelmer Vernooij
revno: 11289 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-perlselftest timestamp: Tue 2007-01-23 00:49:29 +0100 message: Wait a bit so smbd doesn't have to be

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

2007-01-22 Thread Jelmer Vernooij
revno: 11290 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-perlselftest timestamp: Tue 2007-01-23 00:50:24 +0100 message: Merge upstream

Build status as of Tue Jan 23 00:00:02 2007

2007-01-22 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-01-22 00:00:42.0 + +++ /home/build/master/cache/broken_results.txt 2007-01-23 00:00:09.0 + @@ -1,22 +1,22 @@ -Build status as of Mon Jan 22 00:00:02 2007 +Build status as of Tue Jan

svn commit: samba r20960 - in branches/SAMBA_4_0/source/lib/events: .

2007-01-22 Thread tridge
Author: tridge Date: 2007-01-23 00:06:33 + (Tue, 23 Jan 2007) New Revision: 20960 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20960 Log: attempt to fix a valgrind error in the signals backend. This also reduces the static data in the signal backend when not

svn commit: samba r20961 - in branches/SAMBA_4_0: . source/torture

2007-01-22 Thread jelmer
Author: jelmer Date: 2007-01-23 00:26:03 + (Tue, 23 Jan 2007) New Revision: 20961 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20961 Log: Fix lcov Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/.bzrignore branches/SAMBA_4_0/source/torture/config.mk

Rev 11294: Fix lcov in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-01-22 Thread Jelmer Vernooij
revno: 11294 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-01-23 01:34:03 +0100 message: Fix lcov added: source/torture/local/tdr.c

Rev 11294: Fix lcov in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-01-22 Thread Jelmer Vernooij
revno: 11294 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-01-23 01:35:46 +0100 message: Fix lcov added:

svn commit: samba r20962 - in branches/SAMBA_4_0: . source/torture/local

2007-01-22 Thread jelmer
Author: jelmer Date: 2007-01-23 00:39:12 + (Tue, 23 Jan 2007) New Revision: 20962 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20962 Log: Fix lcov Added: branches/SAMBA_4_0/source/torture/local/tdr.c Modified: branches/SAMBA_4_0/

Rev 46: merge fixes from samba4 in http://samba.org/~tridge/ctdb

2007-01-22 Thread tridge
revno: 46 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-01-23 11:38:45 +1100 message: merge fixes from samba4 modified: common/ctdb.c

Rev 11295: remove unused functions, run LOCAL-TDR by default in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-01-22 Thread Jelmer Vernooij
revno: 11295 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-01-23 02:24:04 +0100 message: remove unused functions, run LOCAL-TDR

svn commit: samba r20963 - in branches/SAMBA_4_0: . source/libcli/raw source/librpc/ndr source/script/tests

2007-01-22 Thread jelmer
Author: jelmer Date: 2007-01-23 01:29:17 + (Tue, 23 Jan 2007) New Revision: 20963 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20963 Log: remove unused functions, run LOCAL-TDR by default Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/.bzrignore

svn commit: samba r20964 - in branches/SAMBA_4_0/source/libnet: .

2007-01-22 Thread abartlet
Author: abartlet Date: 2007-01-23 01:33:31 + (Tue, 23 Jan 2007) New Revision: 20964 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20964 Log: Show the domain name we figured out, rather than a null pointer (in some error cases) Andrew Bartlett Modified:

svn commit: samba r20965 - in branches: SAMBA_3_0/source SAMBA_3_0_24/source

2007-01-22 Thread jpeach
Author: jpeach Date: 2007-01-23 03:03:24 + (Tue, 23 Jan 2007) New Revision: 20965 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20965 Log: Fix spelling. Modified: branches/SAMBA_3_0/source/configure.in branches/SAMBA_3_0_24/source/configure.in Changeset:

svn commit: samba r20966 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_24/source/smbd

2007-01-22 Thread jpeach
Author: jpeach Date: 2007-01-23 04:12:51 + (Tue, 23 Jan 2007) New Revision: 20966 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20966 Log: Only attempt to reload the config file atfer the fork point if we are in daemon mode. If we are in inetd mode, there's