svn commit: samba r25204 - in branches/SAMBA_4_0: source/lib/ldb/ldb_tdb testprogs/ejs

2007-09-18 Thread abartlet
Author: abartlet Date: 2007-09-18 06:36:07 + (Tue, 18 Sep 2007) New Revision: 25204 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25204 Log: Patch by Andrew Kroeger [EMAIL PROTECTED] fixing bug #4958 - rename of ldb entries for a case change (only). I've

svn commit: samba r25209 - in branches/SAMBA_4_0/source/lib/talloc: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 11:56:24 + (Tue, 18 Sep 2007) New Revision: 25209 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25209 Log: unify logic of talloc_vasprintf_append() and talloc_vasprintf_append_buffer() metze Modified:

svn commit: samba r25205 - in branches/SAMBA_4_0/source/lib/talloc: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 11:50:39 + (Tue, 18 Sep 2007) New Revision: 25205 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25205 Log: $(srcdir) isn't expanded here... metze Modified: branches/SAMBA_4_0/source/lib/talloc/config.mk Changeset: Modified:

svn commit: samba r25206 - in branches/SAMBA_4_0/source/lib/talloc: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 11:51:41 + (Tue, 18 Sep 2007) New Revision: 25206 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25206 Log: unify logic of talloc_strdup() and talloc_strndup(), only strlen() vs. strnlen() is the difference now. metze Modified:

svn commit: samba r25207 - in branches/SAMBA_4_0/source/lib/talloc: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 11:52:35 + (Tue, 18 Sep 2007) New Revision: 25207 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25207 Log: remove one nesting level and use unlikely() metze Modified: branches/SAMBA_4_0/source/lib/talloc/talloc.c Changeset:

svn commit: samba r25208 - in branches/SAMBA_4_0/source/lib/talloc: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 11:54:10 + (Tue, 18 Sep 2007) New Revision: 25208 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25208 Log: add talloc_str[n]dup_append[_buffer]() functions metze Modified: branches/SAMBA_4_0/source/lib/talloc/talloc.c

svn commit: samba r25210 - in branches/SAMBA_4_0/source/lib/replace: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 12:00:29 + (Tue, 18 Sep 2007) New Revision: 25210 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25210 Log: fix typo metze Modified: branches/SAMBA_4_0/source/lib/replace/replace.h Changeset: Modified:

svn commit: samba r25211 - in branches/SAMBA_4_0/source/lib/talloc: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 13:25:48 + (Tue, 18 Sep 2007) New Revision: 25211 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25211 Log: fix compiler warning metze Modified: branches/SAMBA_4_0/source/lib/talloc/talloc.c Changeset: Modified:

svn commit: samba r25217 - in branches/SAMBA_4_0/source/client: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 13:47:10 + (Tue, 18 Sep 2007) New Revision: 25217 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25217 Log: #define TALLOC_DEPRECATED 1 to get talloc_append_string() macro I'm not updating any code here, as in a few places the

svn commit: samba r25212 - in branches/SAMBA_4_0/source/libcli/util: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 13:31:05 + (Tue, 18 Sep 2007) New Revision: 25212 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25212 Log: merge some stuff from samba3 metze Modified: branches/SAMBA_4_0/source/libcli/util/asn1.c Changeset: Modified:

svn commit: samba r25213 - in branches/SAMBA_4_0/source/utils: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 13:31:55 + (Tue, 18 Sep 2007) New Revision: 25213 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25213 Log: use talloc_strdup_append_buffer() instead of talloc_append_string() metze Modified:

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

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 13:33:44 + (Tue, 18 Sep 2007) New Revision: 25214 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25214 Log: use talloc_strndup_append() instead of talloc_append_string() and ugly hacks to handle the string termination. metze

svn commit: samba r25215 - in branches/SAMBA_4_0/source/lib/ldb: common ldb_tdb

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 13:41:50 + (Tue, 18 Sep 2007) New Revision: 25215 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25215 Log: replace talloc_append_string() with talloc_strdup_append_buffer() metze Modified:

svn commit: samba r25216 - in branches/SAMBA_4_0/source/lib/talloc: .

2007-09-18 Thread metze
Author: metze Date: 2007-09-18 13:45:43 + (Tue, 18 Sep 2007) New Revision: 25216 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25216 Log: make talloc_append_string() a deprecated macro instead of having it as a real function. metze Modified:

svn commit: samba r25218 - in branches/SAMBA_4_0: source/lib/ldb/common source/lib/ldb/ldb_tdb source/lib/ldb/tests source/lib/ldb/tests/schema-tests testprogs/ejs

2007-09-18 Thread abartlet
Author: abartlet Date: 2007-09-18 22:43:06 + (Tue, 18 Sep 2007) New Revision: 25218 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25218 Log: After discussion with Simo, remove the subclass support from LDB. Subclass support was designed to avoid needing to spell

Build status as of Wed Sep 19 00:00:02 2007

2007-09-18 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-09-18 00:01:20.0 + +++ /home/build/master/cache/broken_results.txt 2007-09-19 00:01:32.0 + @@ -1,4 +1,4 @@ -Build status as of Tue Sep 18 00:00:03 2007 +Build status as of Wed Sep

svn commit: samba r25220 - in branches/SAMBA_4_0/source/lib/ldb/swig: .

2007-09-18 Thread tpot
Author: tpot Date: 2007-09-19 01:57:26 + (Wed, 19 Sep 2007) New Revision: 25220 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25220 Log: Comment out obsolete functions. Modified: branches/SAMBA_4_0/source/lib/ldb/swig/ldb.i Changeset: Modified:

svn commit: samba r25221 - in branches/SAMBA_4_0/source/libcli/swig: .

2007-09-18 Thread tpot
Author: tpot Date: 2007-09-19 01:59:06 + (Wed, 19 Sep 2007) New Revision: 25221 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=25221 Log: Experiment with Jelmer's new generic loadparm code. Modified: branches/SAMBA_4_0/source/libcli/swig/libcli_nbt.i

Rev 621: this is a temporary db. We should mark it clear-if-first in http://samba.org/~tridge/3_0-ctdb

2007-09-18 Thread tridge
revno: 621 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: s3-ctdb-tridge timestamp: Wed 2007-09-19 13:09:40 +1000 message: this is a temporary db. We should mark it

Rev 632: make sure we set close on exec on any possibly inherited fds in http://samba.org/~tridge/ctdb

2007-09-18 Thread tridge
revno: 632 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-09-19 11:46:37 +1000 message: make sure we set close on exec on any possibly

Rev 631: separate out the various fs display ops in http://samba.org/~tridge/ctdb

2007-09-18 Thread tridge
revno: 631 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-09-19 11:46:11 +1000 message: separate out the various fs display ops modified:

Rev 620: a bit more information on this failure to try to track down the problem chris cowan is seeing in http://samba.org/~tridge/3_0-ctdb

2007-09-18 Thread tridge
revno: 620 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: s3-ctdb-tridge timestamp: Wed 2007-09-19 13:05:17 +1000 message: a bit more information on this failure to