svn commit: samba r14905 - in branches/SAMBA_4_0/source/librpc: .

2006-04-04 Thread jelmer
Author: jelmer Date: 2006-04-04 14:38:05 + (Tue, 04 Apr 2006) New Revision: 14905 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14905 Log: Prevent partly generated files when building using heavy parallel make. Modified:

svn commit: samba r14906 - in branches/SAMBA_4_0/source: . lib/registry scripting scripting/swig

2006-04-04 Thread jelmer
Author: jelmer Date: 2006-04-04 14:39:00 + (Tue, 04 Apr 2006) New Revision: 14906 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14906 Log: Move SWIG-specific files to scripting/swig/ Added: branches/SAMBA_4_0/source/scripting/swig/config.m4

svn commit: samba r14907 - in branches/SAMBA_4_0/source/librpc: .

2006-04-04 Thread jelmer
Author: jelmer Date: 2006-04-04 15:20:02 + (Tue, 04 Apr 2006) New Revision: 14907 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14907 Log: Another attempt at fixing partially generated tables.c files Modified: branches/SAMBA_4_0/source/librpc/config.mk

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

2006-04-04 Thread jelmer
Author: jelmer Date: 2006-04-04 15:37:30 + (Tue, 04 Apr 2006) New Revision: 14908 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14908 Log: Fix LD_LIBRARY_PATH Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh Changeset: Modified:

svn commit: samba r14909 - in branches/SAMBA_4_0/source/param: .

2006-04-04 Thread jelmer
Author: jelmer Date: 2006-04-04 16:20:32 + (Tue, 04 Apr 2006) New Revision: 14909 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14909 Log: Add lp_modulesdir() smb.conf option Modified: branches/SAMBA_4_0/source/param/loadparm.c

svn commit: samba r14910 - in branches/SAMBA_4_0/source/build: m4 smb_build

2006-04-04 Thread jelmer
Author: jelmer Date: 2006-04-04 16:21:08 + (Tue, 04 Apr 2006) New Revision: 14910 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14910 Log: Remove unused configure options Modified: branches/SAMBA_4_0/source/build/m4/check_path.m4

svn commit: samba r14911 - in branches/SAMBA_4_0/source: . build/smb_build

2006-04-04 Thread jelmer
Author: jelmer Date: 2006-04-04 16:23:05 + (Tue, 04 Apr 2006) New Revision: 14911 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14911 Log: Allow easy modification of selftest subdirectory name Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm

Re: svn commit: samba r14910 - in branches/SAMBA_4_0/source/build: m4 smb_build

2006-04-04 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Log: Remove unused configure options Hi Jelmer, the --with-selftest-prefix option is used to workarround the 108 char limit of unix socket path... please readd this, thanks! - -- metze Stefan Metzmacher metze at

svn commit: samba r14912 - in branches/SAMBA_4_0/source/ntvfs/sysdep: .

2006-04-04 Thread metze
Author: metze Date: 2006-04-04 16:58:28 + (Tue, 04 Apr 2006) New Revision: 14912 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14912 Log: don't crash if inotify isn't present... metze Modified: branches/SAMBA_4_0/source/ntvfs/sysdep/sys_notify.c Changeset:

svn commit: samba r14913 - in branches/SAMBA_4_0/source/build: m4 smb_build

2006-04-04 Thread metze
Author: metze Date: 2006-04-04 17:10:07 + (Tue, 04 Apr 2006) New Revision: 14913 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14913 Log: readd --with-selftest-prefix as it's needed to workarround the 108 char limitation on unix socket paths. make test fails

Re: svn commit: samba r14910 - in branches/SAMBA_4_0/source/build: m4 smb_build

2006-04-04 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan (metze) Metzmacher schrieb: [EMAIL PROTECTED] schrieb: please readd this, thanks! Ok, I readded it myself in rev 14913 - -- metze Stefan Metzmacher metze at samba.org www.samba.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3-nr1

svn commit: samba r14914 - in branches/SAMBA_4_0/source/param: .

2006-04-04 Thread jelmer
Author: jelmer Date: 2006-04-04 17:48:53 + (Tue, 04 Apr 2006) New Revision: 14914 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14914 Log: Remove printf statement I accidently committed. Modified: branches/SAMBA_4_0/source/param/util.c Changeset: Modified:

svn commit: samba r14915 - in branches/SAMBA_4_0/source/scripting/swig: .

2006-04-04 Thread tpot
Author: tpot Date: 2006-04-04 22:15:27 + (Tue, 04 Apr 2006) New Revision: 14915 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14915 Log: Work in progress - getting ldb_add() working. Modified: branches/SAMBA_4_0/source/scripting/swig/Ldb.py

Build status as of Wed Apr 5 00:00:02 2006

2006-04-04 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-04-04 00:00:03.0 + +++ /home/build/master/cache/broken_results.txt 2006-04-05 00:00:04.0 + @@ -1,17 +1,17 @@ -Build status as of Tue Apr 4 00:00:01 2006 +Build status as of Wed Apr

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

2006-04-04 Thread tridge
Author: tridge Date: 2006-04-05 03:51:43 + (Wed, 05 Apr 2006) New Revision: 14916 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14916 Log: print errno so I can work out why OpenBSD is failing the test for tdb in the build farm. msync() is failing. Modified:

svn commit: samba r14917 - in branches/SAMBA_4_0/source/librpc/ndr: .

2006-04-04 Thread tridge
Author: tridge Date: 2006-04-05 04:44:13 + (Wed, 05 Apr 2006) New Revision: 14917 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14917 Log: fixed length strings don't count any trailing nulls in the length Modified:

svn commit: samba r14918 - in branches/SAMBA_4_0/source/ntvfs: common sysdep

2006-04-04 Thread tridge
Author: tridge Date: 2006-04-05 04:50:08 + (Wed, 05 Apr 2006) New Revision: 14918 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14918 Log: cleaner handling of systems without inotify Modified: branches/SAMBA_4_0/source/ntvfs/common/notify.c

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

2006-04-04 Thread tridge
Author: tridge Date: 2006-04-05 05:05:49 + (Wed, 05 Apr 2006) New Revision: 14919 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14919 Log: disable the BASE-DEFER_OPEN test until it gets fixed (it sleeps for way too long). Jeremy, whats the idea behind those long

svn commit: samba r14920 - in branches/SAMBA_4_0/source/ntvfs: common posix sysdep

2006-04-04 Thread tridge
Author: tridge Date: 2006-04-05 05:54:10 + (Wed, 05 Apr 2006) New Revision: 14920 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=14920 Log: allow a notify backend to separately specify if it has handled the given mask for the current directory and