Rev 131: - send the record header from the client to the daemon when doing a in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 131 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 16:20:32 +1000 message: - send the record header from the client to the

Rev 133: when we get a lmaster request, skip updating the header when we are also the new dmaster in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 133 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 16:35:28 +1000 message: when we get a lmaster request, skip updating the

Rev 132: we should not lock in a normal ctdb_call(), as we want them to run concurrently in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 132 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 16:34:53 +1000 message: we should not lock in a normal ctdb_call(), as we

Rev 134: start using ctdb_ltdb_lock_fetch_requeue() in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 134 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 16:54:03 +1000 message: start using ctdb_ltdb_lock_fetch_requeue() modified:

Rev 136: update destination in a redirect reply in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 136 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 17:11:12 +1000 message: update destination in a redirect reply modified:

Rev 135: stop the client looping (temporary measure) in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 135 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 17:10:50 +1000 message: stop the client looping (temporary measure)

svn commit: samba r22297 - in branches/SAMBA_4_0/source/lib: replace util

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 08:03:01 + (Tue, 17 Apr 2007) New Revision: 22297 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22297 Log: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace metze Modified: branches/SAMBA_4_0/source/lib/replace/README

svn commit: samba r22298 - in branches/SAMBA_3_0/source: include lib/replace nsswitch

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 08:03:29 + (Tue, 17 Apr 2007) New Revision: 22298 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22298 Log: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace metze Modified:

svn commit: samba r22299 - in branches/SAMBA_3_0_25/source: include lib/replace nsswitch

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 08:03:44 + (Tue, 17 Apr 2007) New Revision: 22299 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22299 Log: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace metze Modified:

svn commit: samba r22300 - in branches/SAMBA_4_0/source: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 09:02:31 + (Tue, 17 Apr 2007) New Revision: 22300 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22300 Log: fix make everything, we need to build shared libraries... this should fix the build-farm where some hosts show a make

Rev 137: merge from volker and ronnie in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 137 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 19:27:49 +1000 message: merge from volker and

Rev 138: make sure we notify ctdb when a node dies in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 138 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 19:41:29 +1000 message: make sure we notify ctdb when a node dies modified:

Rev 139: fixed a missing idr remove, and check the types after idr_find() in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 139 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 20:03:01 +1000 message: fixed a missing idr remove, and check the types

svn commit: samba r22301 - in branches/SAMBA_3_0/source: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 10:05:43 + (Tue, 17 Apr 2007) New Revision: 22301 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22301 Log: remove unused vars metze Modified: branches/SAMBA_3_0/source/configure.in Changeset: Modified:

svn commit: samba r22302 - in branches/SAMBA_3_0/source: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 10:07:12 + (Tue, 17 Apr 2007) New Revision: 22302 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22302 Log: fix the build when no shared-library support is detected metze Modified: branches/SAMBA_3_0/source/Makefile.in

svn commit: samba r22303 - in branches/SAMBA_3_0_25/source: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 10:07:27 + (Tue, 17 Apr 2007) New Revision: 22303 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22303 Log: fix the build when no shared-library support is detected metze Modified: branches/SAMBA_3_0_25/source/Makefile.in

Rev 140: use the common cmdline code in ctdbd in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 140 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 22:13:06 +1000 message: use the common cmdline code in ctdbd add a basic

svn commit: samba r22305 - in branches/SAMBA_4_0/source/script/tests: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 13:06:00 + (Tue, 17 Apr 2007) New Revision: 22305 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22305 Log: fix make test using a absolute path for --with-selftest-prefix metze Modified:

svn commit: samba r22306 - in branches/SAMBA_4_0/source/lib/cmdline: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 13:14:33 + (Tue, 17 Apr 2007) New Revision: 22306 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22306 Log: try to make the aix compiler happy metze Modified: branches/SAMBA_4_0/source/lib/cmdline/popt_common.c

Rev 11894: Support building Samba 3 test environments. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-04-17 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11894 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-04-17 14:11:00 +0200

Rev 143: add debug tracing to fetch_lock in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 143 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 22:39:23 +1000 message: add debug tracing to fetch_lock modified:

Rev 11895: Make sure the right binaries are used. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-04-17 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11895 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-04-17 14:36:59 +0200 message:

svn commit: samba r22311 - in branches/SAMBA_4_0/source/script/tests: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 15:33:50 + (Tue, 17 Apr 2007) New Revision: 22311 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22311 Log: use different ip-addresses for dc and member metze Modified: branches/SAMBA_4_0/source/script/tests/Samba4.pm

svn commit: samba r22312 - in branches/SAMBA_4_0/source: . script

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 15:55:08 + (Tue, 17 Apr 2007) New Revision: 22312 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22312 Log: avoid the need of typing 'run' into each gdb xterm if someone knows how to tell gdb to only exit if 'run' exists clean via

svn commit: samba r22313 - in branches/SAMBA_3_0/source/nsswitch: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 16:06:20 + (Tue, 17 Apr 2007) New Revision: 22313 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22313 Log: as discussed with simo: remove the only usage of backup_tdb() in samba3. As backup_tdb() will go completely soon. metze

svn commit: samba r22314 - in branches/SAMBA_3_0/source/lib/tdb/tools: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 16:36:24 + (Tue, 17 Apr 2007) New Revision: 22314 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22314 Log: use libreplace headers metze Modified: branches/SAMBA_3_0/source/lib/tdb/tools/tdbdump.c Changeset: Modified:

svn commit: samba r22310 - in branches/SAMBA_4_0/source: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 14:56:46 + (Tue, 17 Apr 2007) New Revision: 22310 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22310 Log: - use 'everything' instead of 'all libraries' - add gdbtest-env metze Modified: branches/SAMBA_4_0/source/main.mk

svn commit: samba r22315 - in branches/SAMBA_3_0/source: . include lib/tdb/common lib/tdb/include lib/tdb/tools

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 16:53:06 + (Tue, 17 Apr 2007) New Revision: 22315 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22315 Log: move tdbback.c content into tdbbackup.c and make the functions static. also use libreplace headers in tdbbackup.c metze

svn commit: samba r22307 - in branches/SAMBA_4_0/source/script: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 13:48:12 + (Tue, 17 Apr 2007) New Revision: 22307 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22307 Log: when no lex or yacc is found: - just touch $DEST if it's already there and newer than $SRC - touch $DEST if it's already

svn commit: samba r22308 - in branches/SAMBA_4_0/source/build/m4: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 13:58:57 + (Tue, 17 Apr 2007) New Revision: 22308 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22308 Log: disabled shared libraries on aix and openbsd until we can link libtorture.so and libntvfs.so there metze Modified:

Rev 142: more DEBUG() calls in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 142 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 22:27:17 +1000 message: more DEBUG() calls modified: common/ctdb_daemon.c

svn commit: samba r22304 - in branches/SAMBA_3_0/source: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 12:21:47 + (Tue, 17 Apr 2007) New Revision: 22304 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22304 Log: remove unused stuff completely to fix the build, sorry metze Modified: branches/SAMBA_3_0/source/Makefile.in Changeset:

Rev 141: moved cmdline.c to common code in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 141 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Tue 2007-04-17 22:16:50 +1000 message: moved cmdline.c to common code renamed:

svn commit: samba r22316 - in branches/SAMBA_3_0/source/lib/tdb/common: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 17:03:38 + (Tue, 17 Apr 2007) New Revision: 22316 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22316 Log: merge from samba4: this function should be static metze Modified: branches/SAMBA_3_0/source/lib/tdb/common/transaction.c

svn commit: samba r22309 - in branches/SAMBA_4_0/source: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 14:05:00 + (Tue, 17 Apr 2007) New Revision: 22309 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22309 Log: cosmetic changes... force that make install first builds everything and then installs metze Modified:

svn commit: samba r22317 - in branches/SAMBA_3_0/source/lib/tdb/common: .

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 17:07:14 + (Tue, 17 Apr 2007) New Revision: 22317 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22317 Log: add tdb_ prefix to non static function metze Modified: branches/SAMBA_3_0/source/lib/tdb/common/freelist.c

svn commit: samba r22318 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_25/source/lib

2007-04-17 Thread lmuelle
Author: lmuelle Date: 2007-04-17 17:17:19 + (Tue, 17 Apr 2007) New Revision: 22318 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22318 Log: If we're running as non root we might not be able to dump the core file to the corepath. Even the chdir() will fail if the

Re: svn commit: samba r22318 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_25/source/lib

2007-04-17 Thread James Peach
On 17/04/2007, at 10:17 AM, [EMAIL PROTECTED] wrote: Author: lmuelle Date: 2007-04-17 17:17:19 + (Tue, 17 Apr 2007) New Revision: 22318 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22318 Log: If we're running as non root we might not be able to dump the core

svn commit: samba r22319 - in branches/SAMBA_4_0/source/lib/tdb: . common tools

2007-04-17 Thread metze
Author: metze Date: 2007-04-17 17:24:02 + (Tue, 17 Apr 2007) New Revision: 22319 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22319 Log: sync lib/tdb/ with samba3 metze Modified: branches/SAMBA_4_0/source/lib/tdb/common/dump.c

svn commit: samba r22320 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_25/source/lib

2007-04-17 Thread lmuelle
Author: lmuelle Date: 2007-04-17 18:35:10 + (Tue, 17 Apr 2007) New Revision: 22320 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22320 Log: Be more careful and check for the euid instead of the uid. Thx for the hint James! Modified:

Rev 5366: merge from upstream in http://samba.sernet.de/ma/bzr/SAMBA_3_0-registry.bzr/

2007-04-17 Thread Michael Adam
At http://samba.sernet.de/ma/bzr/SAMBA_3_0-registry.bzr/ revno: 5366 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Michael Adam [EMAIL PROTECTED] branch nick: SAMBA_3_0-registry.bzr

svn commit: samba r22321 - in branches: SAMBA_3_0/source SAMBA_3_0_25/source

2007-04-17 Thread jerry
Author: jerry Date: 2007-04-17 21:32:59 + (Tue, 17 Apr 2007) New Revision: 22321 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22321 Log: BUG 4509: Makefile fix linking the sfu.so and rfc2307.so plugins in $libdir/nss_info to idmap/ad.so Modified:

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

2007-04-17 Thread jerry
Author: jerry Date: 2007-04-17 22:12:48 + (Tue, 17 Apr 2007) New Revision: 1099 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1099 Log: add docs on idmap_ad:schema_mode Modified: trunk/manpages-3/idmap_ad.8.xml Changeset: Modified:

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

2007-04-17 Thread abartlet
Author: abartlet Date: 2007-04-17 22:35:01 + (Tue, 17 Apr 2007) New Revision: 22322 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22322 Log: Cut timelimits for BENCH tests run in quicktest. Andrew Bartlett Modified:

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

2007-04-17 Thread jerry
Author: jerry Date: 2007-04-17 22:38:52 + (Tue, 17 Apr 2007) New Revision: 1100 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1100 Log: fix a few typos pointed out by James Modified: trunk/manpages-3/idmap_ad.8.xml Changeset: Modified:

svn commit: samba r22323 - in branches/SAMBA_4_0/source/scripting/ejs/ejsnet: .

2007-04-17 Thread mimir
Author: mimir Date: 2007-04-17 23:06:43 + (Tue, 17 Apr 2007) New Revision: 22323 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22323 Log: - add credentials property to NetContext object - change a comment (matches the idea better) rafal Modified:

svn commit: samba r22324 - in branches/SAMBA_4_0: services/samba webapps/swat/source/class/swat/module/netmgr

2007-04-17 Thread mimir
Author: mimir Date: 2007-04-17 23:10:57 + (Tue, 17 Apr 2007) New Revision: 22324 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22324 Log: Another step closer to nice listing of user accounts. rafal Modified: branches/SAMBA_4_0/services/samba/ejsnet.esp

svn commit: samba r22325 - in branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse: .

2007-04-17 Thread mimir
Author: mimir Date: 2007-04-17 23:11:40 + (Tue, 17 Apr 2007) New Revision: 22325 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22325 Log: Typo fix rafal Modified: branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js Changeset:

svn commit: samba r22326 - in branches/SAMBA_4_0: . source/script/tests

2007-04-17 Thread jelmer
Author: jelmer Date: 2007-04-18 00:12:39 + (Wed, 18 Apr 2007) New Revision: 22326 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22326 Log: Merge some more test improvements. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/script/tests/Samba3.pm

svn commit: samba r22327 - in branches/SAMBA_3_0/source: libsmb smbd

2007-04-17 Thread jra
Author: jra Date: 2007-04-18 00:34:10 + (Wed, 18 Apr 2007) New Revision: 22327 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22327 Log: Finish the gss-spnego part of the seal code. Now for testing Jeremy. Modified:

Rev 11908: Add initial testsuite for share code. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-04-17 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11908 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Wed 2007-04-18 04:16:57 +0200

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

2007-04-17 Thread jelmer
Author: jelmer Date: 2007-04-18 01:17:30 + (Wed, 18 Apr 2007) New Revision: 22328 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22328 Log: Add initial testsuite for share code. Added: branches/SAMBA_4_0/source/torture/local/share.c Modified:

Rev 144: - merge volkers debug changes in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 144 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-04-18 11:20:24 +1000 message: - merge volkers debug

Rev 145: bit less verbose when client exits in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 145 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-04-18 11:33:16 +1000 message: bit less verbose when client exits modified:

Rev 146: started adding a cleaner daemon finish method in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 146 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-04-18 11:55:54 +1000 message: started adding a cleaner daemon finish method

Rev 147: merge fetch1 changes from ronnie in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 147 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-04-18 12:39:12 +1000 message: merge fetch1 changes from

Rev 148: - merge from ronnie, and use wait instead of sleep in test scripts in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 148 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-04-18 14:42:02 +1000 message: - merge from ronnie, and

Rev 149: make sure we don't double free in the async lock handler in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 149 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-04-18 15:27:26 +1000 message: make sure we don't double free in the async lock

Rev 150: use shutdown in more tests in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 150 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-04-18 15:27:38 +1000 message: use shutdown in more tests modified:

Rev 151: simpler shutdown process. The reply is not actually needed, and in http://samba.org/~tridge/ctdb

2007-04-17 Thread tridge
revno: 151 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-04-18 15:35:41 +1000 message: simpler shutdown process. The reply is not actually