svn commit: samba r8415 - in branches/SAMBA_4_0/source/setup: .

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 06:08:35 + (Wed, 13 Jul 2005) New Revision: 8415 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8415 Log: get rid of the last 2 runtime perl scripts Removed: branches/SAMBA_4_0/source/setup/dcpromo.pl

svn commit: smb-build r9 - in trunk: . include include/system testprog

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 06:42:06 + (Wed, 13 Jul 2005) New Revision: 9 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=smb-buildrev=9 Log: add a binary to testprog Added: trunk/include/system/ trunk/include/system/network.h trunk/include/system/time.h

svn commit: smb-build r10 - in trunk: build/smb_build lib script

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 06:59:52 + (Wed, 13 Jul 2005) New Revision: 10 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=smb-buildrev=10 Log: another attempt at a portable target dependent CFLAGS this one looks for the most specific .cflags file in the target

svn commit: smb-build r11 - in trunk: build/smb_build testprog

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 07:44:27 + (Wed, 13 Jul 2005) New Revision: 11 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=smb-buildrev=11 Log: fine tune the extra flags hack. I know this looks strange ... Modified: trunk/build/smb_build/makefile.pm

svn commit: smb-build r12 - in trunk/testprog: .

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 07:49:50 + (Wed, 13 Jul 2005) New Revision: 12 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=smb-buildrev=12 Log: forgot this file Added: trunk/testprog/.cflags Changeset: Added: trunk/testprog/.cflags

svn commit: smb-build r13 - in trunk/build/smb_build: .

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 08:07:30 + (Wed, 13 Jul 2005) New Revision: 13 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=smb-buildrev=13 Log: this seems to be portable to aix, solaris and linux Modified: trunk/build/smb_build/makefile.pm Changeset: Modified:

svn commit: smb-build r14 - in trunk/build/smb_build: .

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 08:30:05 + (Wed, 13 Jul 2005) New Revision: 14 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=smb-buildrev=14 Log: merged the irix fix from samba4 Modified: trunk/build/smb_build/makefile.pm Changeset: Modified:

svn commit: smb-build r15 - in trunk: . lib script testprog

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 09:29:14 + (Wed, 13 Jul 2005) New Revision: 15 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=smb-buildrev=15 Log: replaced .cflags files with extra_cflags.txt Added: trunk/extra_cflags.txt Removed: trunk/lib/.cflags

svn commit: samba r8416 - in branches/SAMBA_4_0/source: . build/smb_build heimdal_build script

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 09:44:55 + (Wed, 13 Jul 2005) New Revision: 8416 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8416 Log: added the extra_cflags.txt system from smb-build this removes the need for recursive make for heimdal, which is a big win. It

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

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 10:22:13 + (Wed, 13 Jul 2005) New Revision: 8417 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8417 Log: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of build Modified: branches/SAMBA_4_0/source/extra_cflags.txt

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

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 10:58:43 + (Wed, 13 Jul 2005) New Revision: 8418 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8418 Log: PRINTF_ATTRIBUTE declaration has to come before it is used :-) Modified: branches/SAMBA_4_0/source/lib/replace/replace.h

svn commit: samba r8419 - in branches/SAMBA_4_0/source/heimdal_build: .

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 11:02:56 + (Wed, 13 Jul 2005) New Revision: 8419 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8419 Log: in order to use our replace.h, heimdal needs stdarg.h Modified: branches/SAMBA_4_0/source/heimdal_build/config.h

svn commit: samba r8420 - in branches/SAMBA_4_0/source: heimdal/lib/roken heimdal_build include lib/replace

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 11:17:32 + (Wed, 13 Jul 2005) New Revision: 8420 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8420 Log: slowly getting my way through some more heimdal portability fixes Added:

svn commit: samba r8421 - in branches/SAMBA_4_0/source/heimdal_build: .

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 11:28:37 + (Wed, 13 Jul 2005) New Revision: 8421 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8421 Log: needed for build on solaris10 Modified: branches/SAMBA_4_0/source/heimdal_build/config.m4 Changeset: Modified:

svn commit: samba r8422 - in branches/SAMBA_4_0/source/heimdal_build: .

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 11:30:34 + (Wed, 13 Jul 2005) New Revision: 8422 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8422 Log: needed on irix 6.4 Modified: branches/SAMBA_4_0/source/heimdal_build/config.m4 Changeset: Modified:

svn commit: samba r8423 - in branches/SAMBA_4_0/source/heimdal_build: .

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 12:12:33 + (Wed, 13 Jul 2005) New Revision: 8423 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8423 Log: remove the dependency on the full roken lib for asn1_compile this should fix the -lsocket problem on solaris Modified:

svn commit: samba r8425 - in branches/SAMBA_4_0/source: . heimdal_build

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-13 13:55:06 + (Wed, 13 Jul 2005) New Revision: 8425 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8425 Log: add err() and errx() functions needed by for compile_et on some systems Added:

svn commit: samba r8426 - in branches/tmp/pdb_trust_pw/source: include passdb

2005-07-13 Thread gd
Author: gd Date: 2005-07-13 14:43:22 + (Wed, 13 Jul 2005) New Revision: 8426 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8426 Log: allow to at least compile mimirs pdb_trust_pw-work Guenther Modified: branches/tmp/pdb_trust_pw/source/include/popt_common.h

svn commit: samba r8427 - branches/SAMBA_3_0/source/include trunk/source/include

2005-07-13 Thread gd
Author: gd Date: 2005-07-13 14:44:12 + (Wed, 13 Jul 2005) New Revision: 8427 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8427 Log: Printerdb has been moved into a tmp branch. Guenther Modified: branches/SAMBA_3_0/source/include/debug.h

svn commit: samba r8428 - branches/SAMBA_3_0/source/lib trunk/source/lib

2005-07-13 Thread gd
Author: gd Date: 2005-07-13 14:46:57 + (Wed, 13 Jul 2005) New Revision: 8428 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8428 Log: some more old printerdb stuff. Guenther Modified: branches/SAMBA_3_0/source/lib/debug.c trunk/source/lib/debug.c

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

2005-07-13 Thread metze
Author: metze Date: 2005-07-13 15:19:28 + (Wed, 13 Jul 2005) New Revision: 8430 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8430 Log: readd my hack to display the hashes with -d 100 metze Modified: branches/SAMBA_4_0/source/torture/rpc/samsync.c Changeset:

svn commit: samba r8431 - branches/SAMBA_3_0/source/python trunk/source/python

2005-07-13 Thread lmuelle
Author: lmuelle Date: 2005-07-13 16:47:42 + (Wed, 13 Jul 2005) New Revision: 8431 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8431 Log: Ensure to use dev_private and not private after Jeremy's CPP reserved names rename. Jerry: I'm not sure if we have to use the

svn commit: samba-docs r782 - in trunk/xslt: .

2005-07-13 Thread jelmer
Author: jelmer Date: 2005-07-13 19:20:22 + (Wed, 13 Jul 2005) New Revision: 782 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=782 Log: Fix italics issues in Subject Index Modified: trunk/xslt/latex.xsl Changeset: Modified: trunk/xslt/latex.xsl

svn commit: samba r8432 - in branches/SAMBA_3_0/source: auth include rpc_server

2005-07-13 Thread jmcd
Author: jmcd Date: 2005-07-13 20:04:26 + (Wed, 13 Jul 2005) New Revision: 8432 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8432 Log: Fix #2077 - login to trusted domain doesn't allow home drive map and login scripts to be executed. We were filling in our name

svn commit: samba r8433 - in trunk/source: auth include rpc_server

2005-07-13 Thread jmcd
Author: jmcd Date: 2005-07-13 20:10:26 + (Wed, 13 Jul 2005) New Revision: 8433 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8433 Log: Merge from 3.0: Fix #2077, passing our server name as the login server when logging in on trusted domain account. We now pass

svn commit: samba r8434 - in branches/SAMBA_4_0/source: . include lib/replace lib/replace/win32

2005-07-13 Thread jelmer
Author: jelmer Date: 2005-07-13 20:44:46 + (Wed, 13 Jul 2005) New Revision: 8434 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8434 Log: Win32 portability updates from Steven Edwards [EMAIL PROTECTED]: - undefine anything in the win32 api or PSDK headers that

svn commit: samba r8435 - branches/SAMBA_3_0/source/python trunk/source/python

2005-07-13 Thread lmuelle
Author: lmuelle Date: 2005-07-13 21:10:12 + (Wed, 13 Jul 2005) New Revision: 8435 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8435 Log: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN. Modified: branches/SAMBA_3_0/source/python/py_smb.c

svn commit: samba r8436 - in branches/SAMBA_4_0/source/heimdal_build: .

2005-07-13 Thread jelmer
Author: jelmer Date: 2005-07-13 21:44:56 + (Wed, 13 Jul 2005) New Revision: 8436 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8436 Log: Check for sys/sockets.h Modified: branches/SAMBA_4_0/source/heimdal_build/krb5-types.h Changeset: Modified:

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

2005-07-13 Thread jelmer
Author: jelmer Date: 2005-07-13 21:54:34 + (Wed, 13 Jul 2005) New Revision: 8437 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8437 Log: Win32 doesn't have u_int*_t Modified: branches/SAMBA_4_0/source/lib/replace/win32/replace.h Changeset: Modified:

svn commit: samba r8438 - in branches/SAMBA_4_0: . source/heimdal_build source/include

2005-07-13 Thread jelmer
Author: jelmer Date: 2005-07-13 22:11:52 + (Wed, 13 Jul 2005) New Revision: 8438 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8438 Log: - More win32 portability fixes. Now fails on socketwrapper (because unix domain sockets are not available on win32) - Update

Build status as of Thu Jul 14 00:00:03 2005

2005-07-13 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-07-13 00:00:12.0 + +++ /home/build/master/cache/broken_results.txt 2005-07-14 00:00:10.0 + @@ -1,16 +1,16 @@ -Build status as of Wed Jul 13 00:00:02 2005 +Build status as of Thu Jul

svn commit: samba r8439 - in branches/SAMBA_4_0/source/heimdal_build: .

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-14 00:52:12 + (Thu, 14 Jul 2005) New Revision: 8439 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8439 Log: removed an accidential commit Modified: branches/SAMBA_4_0/source/heimdal_build/glue.c Changeset: Modified:

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

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-14 01:11:40 + (Thu, 14 Jul 2005) New Revision: 8440 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8440 Log: - several build farm hosts were failing 'make clean' as the list of objects was overflowing their command line limits. Fix

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

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-14 02:35:51 + (Thu, 14 Jul 2005) New Revision: 8441 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8441 Log: don't build tdbtest by default as there are too many systems that don't have libgdbm, and the configure test for gdbm is broken

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

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-14 02:37:01 + (Thu, 14 Jul 2005) New Revision: 8442 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8442 Log: remove tdbtest from our build. If you want it, then do 'make bin/tdbtest' manually in the tdb tree Modified:

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

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-14 02:44:30 + (Thu, 14 Jul 2005) New Revision: 8443 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8443 Log: added talloc.3 to the tree to try to allow talloc to build on systems without xsltproc Added:

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

2005-07-13 Thread lha
Author: lha Date: 2005-07-14 02:56:18 + (Thu, 14 Jul 2005) New Revision: 8444 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8444 Log: make ./configure.mumble CC='ccache cc' work by using @$ instead of $* Modified: branches/SAMBA_4_0/source/configure.developer

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

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-14 03:10:17 + (Thu, 14 Jul 2005) New Revision: 8445 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8445 Log: if a system doesn't have nogroup then try nobody Modified: branches/SAMBA_4_0/source/scripting/libjs/provision.js

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

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-14 03:13:04 + (Thu, 14 Jul 2005) New Revision: 8446 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8446 Log: if provisioning fails then don't try to run the test suite! Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh

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

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-14 04:00:38 + (Thu, 14 Jul 2005) New Revision: 8447 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8447 Log: fixed make install in the farm Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in Changeset: Modified:

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

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-14 04:27:55 + (Thu, 14 Jul 2005) New Revision: 8448 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8448 Log: - added a test target for tdb - reduced the torture size so it doesn't kill the build farm hosts Modified:

svn commit: samba r8449 - in branches/SAMBA_4_0/source: . heimdal_build

2005-07-13 Thread tridge
Author: tridge Date: 2005-07-14 05:54:32 + (Thu, 14 Jul 2005) New Revision: 8449 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8449 Log: - search for lex and yacc properly - added target specific flags to get the #include order right for com_err and asn1 files