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

2005-09-27 Thread tridge
Author: tridge Date: 2005-09-27 07:11:33 + (Tue, 27 Sep 2005) New Revision: 10527 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10527 Log: don't attempt self gdb attach if running under valgrind. This was causing fort to get rather unhappy Modified: branch

svn commit: samba-docs r815 - in trunk/smbdotconf/tuning: .

2005-09-27 Thread ab
Author: ab Date: 2005-09-27 08:42:49 + (Tue, 27 Sep 2005) New Revision: 815 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=815 Log: Code in Samba 3 states "use sendfile = false" so documentation must reflect it Modified: trunk/smbdotconf/tuning/usesendfil

svn commit: samba r10528 - in branches/SAMBA_4_0/source: client gtk/common include lib lib/cmdline lib/samba3 ntvfs/cifs rpc_server/remote scripting/ejs torture torture/basic torture/rpc utils

2005-09-27 Thread jelmer
Author: jelmer Date: 2005-09-27 10:00:27 + (Tue, 27 Sep 2005) New Revision: 10528 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10528 Log: Add credentials.h back into includes.h as some compilers don't seem to be able to handle incomplete enum types. Modified:

svn commit: samba r10529 - in branches/SAMBA_4_0/source/libcli/composite: .

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 10:29:13 + (Tue, 27 Sep 2005) New Revision: 10529 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10529 Log: fix a crash bug in full async code the uses the composite_trigger_done() code the event subsystem wants to free timed_events

svn commit: samba r10530 - in branches/SAMBA_4_0/source/libcli/wrepl: .

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 10:31:57 + (Tue, 27 Sep 2005) New Revision: 10530 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10530 Log: - fix some crash bugs when we lost the connection... metze Modified: branches/SAMBA_4_0/source/libcli/wrepl/winsrepl.c

svn commit: samba r10531 - in branches/SAMBA_4_0/source: heimdal_build lib/socket

2005-09-27 Thread jelmer
Author: jelmer Date: 2005-09-27 10:32:49 + (Tue, 27 Sep 2005) New Revision: 10531 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10531 Log: (hopefully) improve detection of socket-related functions in external libraries Modified: branches/SAMBA_4_0/source/hei

svn commit: samba r10532 - in branches/SAMBA_4_0/source/auth: .

2005-09-27 Thread jelmer
Author: jelmer Date: 2005-09-27 11:02:06 + (Tue, 27 Sep 2005) New Revision: 10532 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10532 Log: Replace next_token() with str_list_make() Modified: branches/SAMBA_4_0/source/auth/auth_sam.c Changeset: Modified: br

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

2005-09-27 Thread jelmer
Author: jelmer Date: 2005-09-27 11:10:57 + (Tue, 27 Sep 2005) New Revision: 10533 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10533 Log: Eliminate another use of next_token() Modified: branches/SAMBA_4_0/source/lib/util_sock.c Changeset: Modified: branch

svn commit: samba r10534 - in branches/tmp/samba4-winsrepl: . source/auth source/auth/kerberos source/build/m4 source/build/smb_build source/client source/gtk/common source/heimdal_build source/includ

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 11:24:03 + (Tue, 27 Sep 2005) New Revision: 10534 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10534 Log: [EMAIL PROTECTED] (orig r10513): jelmer | 2005-09-26 18:57:08 +0200 Reduce some use of pstring. The main reason some part

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

2005-09-27 Thread tridge
Author: tridge Date: 2005-09-27 11:59:39 + (Tue, 27 Sep 2005) New Revision: 10535 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10535 Log: fixed the pidfile code (it didn't survive the recent pstring changes) Modified: branches/SAMBA_4_0/source/lib/pidfile.

svn commit: samba r10536 - in branches/tmp/samba4-winsrepl: . source/lib

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 12:07:01 + (Tue, 27 Sep 2005) New Revision: 10536 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10536 Log: [EMAIL PROTECTED] (orig r10535): tridge | 2005-09-27 13:59:39 +0200 fixed the pidfile code (it didn't survive the recen

svn commit: samba r10537 - in branches/SAMBA_4_0/source: gtk/common lib/events libcli/composite libcli/wrepl

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 12:54:08 + (Tue, 27 Sep 2005) New Revision: 10537 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10537 Log: - we now use a much nicer way to handle talloc_free(timed_event) the events code replaces a destructor to one that returns

svn commit: samba r10538 - in branches/tmp/samba4-winsrepl: . source/gtk/common source/lib/events source/libcli/composite source/libcli/wrepl

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 12:54:51 + (Tue, 27 Sep 2005) New Revision: 10538 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10538 Log: [EMAIL PROTECTED] (orig r10537): metze | 2005-09-27 14:54:08 +0200 - we now use a much nicer way to handle talloc_free(ti

svn commit: samba r10539 - in branches/tmp/samba4-winsrepl/source: nbt_server nbt_server/wins torture/nbt

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 12:59:47 + (Tue, 27 Sep 2005) New Revision: 10539 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10539 Log: fix the build for changes from SAMBA_4_0 branch metze Modified: branches/tmp/samba4-winsrepl/source/nbt_server/nbt_serve

svn commit: samba r10540 - in branches/SAMBA_4_0/source/gtk/common: .

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 13:04:07 + (Tue, 27 Sep 2005) New Revision: 10540 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10540 Log: fix compiler warning metze Modified: branches/SAMBA_4_0/source/gtk/common/gtk_events.c Changeset: Modified: branches/S

svn commit: samba r10541 - in branches/tmp/samba4-winsrepl/source/nbt_server/wins: .

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 13:05:33 + (Tue, 27 Sep 2005) New Revision: 10541 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10541 Log: use a transaction when we allocate a new version metze Modified: branches/tmp/samba4-winsrepl/source/nbt_server/wins/win

svn commit: samba r10542 - in branches/SAMBA_4_0/source/libcli/raw: .

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 13:31:17 + (Tue, 27 Sep 2005) New Revision: 10542 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10542 Log: if the transport is dead we need to return tridge: I think this is correct, comments? metze Modified: branches/SAMBA_4_

svn commit: samba-web r816 - in trunk/support: .

2005-09-27 Thread deryck
Author: deryck Date: 2005-09-27 14:17:47 + (Tue, 27 Sep 2005) New Revision: 816 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=816 Log: Add India support provider at the request of the company. deryck Modified: trunk/support/india.html Changeset: Modif

svn commit: samba r10543 - in trunk/source: include printing

2005-09-27 Thread jerry
Author: jerry Date: 2005-09-27 14:25:24 + (Tue, 27 Sep 2005) New Revision: 10543 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10543 Log: fixing job deletion to call the lprm command during teh tdb traversal instead of just skipping it when we don't know the un

svn commit: samba r10544 - in trunk/source: . param

2005-09-27 Thread jerry
Author: jerry Date: 2005-09-27 14:45:31 + (Tue, 27 Sep 2005) New Revision: 10544 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10544 Log: removing config_ldap so we can just copy trunk over to SAMBA_3_0 when it is time to do the merge. We can get this back lat

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

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 16:20:17 + (Tue, 27 Sep 2005) New Revision: 10545 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10545 Log: map ECONNRESET to NT_STATUS_CONNECTION_RESET metze Modified: branches/SAMBA_4_0/source/libcli/util/errormap.c Changese

svn commit: samba r10546 - in trunk/source/rpc_server: .

2005-09-27 Thread jerry
Author: jerry Date: 2005-09-27 16:40:32 + (Tue, 27 Sep 2005) New Revision: 10546 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10546 Log: remove extra reload_services() call in update_printer() Modified: trunk/source/rpc_server/srv_spoolss_nt.c Changeset: M

svn commit: samba r10547 - in branches/SAMBA_4_0/source/libcli/wrepl: .

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 16:53:08 + (Tue, 27 Sep 2005) New Revision: 10547 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10547 Log: - add wrepl_request timeout handling - when we got an unexpected READ event, we need to do a socket_recv() to find connecti

svn commit: samba r10548 - in branches/tmp/samba4-winsrepl: . source/gtk/common source/libcli/raw source/libcli/util source/libcli/wrepl

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 16:54:37 + (Tue, 27 Sep 2005) New Revision: 10548 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10548 Log: [EMAIL PROTECTED] (orig r10540): metze | 2005-09-27 15:04:07 +0200 fix compiler warning metze [EMAIL PROTECTED] (orig

svn commit: samba r10549 - in branches/tmp/samba4-winsrepl/source/wrepl_server: .

2005-09-27 Thread metze
Author: metze Date: 2005-09-27 16:58:37 + (Tue, 27 Sep 2005) New Revision: 10549 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10549 Log: - add first start of wins pull replication - we not yet apply records to our database but we fetch them correct form our pa

svn commit: samba r10550 - in trunk/source/smbd: .

2005-09-27 Thread jra
Author: jra Date: 2005-09-27 17:41:56 + (Tue, 27 Sep 2005) New Revision: 10550 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10550 Log: We need to check if the source path is a parent directory of the destination (ie. a rename of /foo/bar/baz -> /foo/bar/baz/bib

svn commit: samba r10551 - in branches/SAMBA_3_0/source/smbd: .

2005-09-27 Thread jra
Author: jra Date: 2005-09-27 17:42:11 + (Tue, 27 Sep 2005) New Revision: 10551 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10551 Log: We need to check if the source path is a parent directory of the destination (ie. a rename of /foo/bar/baz -> /foo/bar/baz/bib

svn commit: samba r10552 - in trunk/source/printing: .

2005-09-27 Thread jerry
Author: jerry Date: 2005-09-27 17:48:52 + (Tue, 27 Sep 2005) New Revision: 10552 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10552 Log: fix compile breakage Modified: trunk/source/printing/printing.c Changeset: Modified: trunk/source/printing/printing.c =

svn commit: samba r10553 - in branches/SAMBA_3_0/source/auth: .

2005-09-27 Thread jerry
Author: jerry Date: 2005-09-27 19:01:27 + (Tue, 27 Sep 2005) New Revision: 10553 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10553 Log: ignore .po files Modified: branches/SAMBA_3_0/source/auth/ Changeset: Property changes on: branches/SAMBA_3_0/source/a

svn commit: samba r10554 - branches/SAMBA_3_0/source/client branches/SAMBA_3_0/source/printing trunk/source/client trunk/source/printing

2005-09-27 Thread jerry
Author: jerry Date: 2005-09-27 19:18:20 + (Tue, 27 Sep 2005) New Revision: 10554 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10554 Log: * BUG 3057: assume x64 drivers are v3 drivers * BUG 3087: allow smbspool to establisha geust connection using a username

svn commit: samba r10555 - in branches/SAMBA_3_0/source/printing: .

2005-09-27 Thread jerry
Author: jerry Date: 2005-09-27 19:34:19 + (Tue, 27 Sep 2005) New Revision: 10555 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10555 Log: a few compile warnings from jason Mader Modified: branches/SAMBA_3_0/source/printing/printing.c Changeset: Modified: br

svn commit: samba r10556 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

2005-09-27 Thread jerry
Author: jerry Date: 2005-09-27 19:39:13 + (Tue, 27 Sep 2005) New Revision: 10556 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10556 Log: BUG 3083: patch from Alex Deiter <[EMAIL PROTECTED]> to fix checking trusted account for winbindd running on a Samba PDC Mo

svn commit: samba r10557 - in trunk/source/smbd: .

2005-09-27 Thread jra
Author: jra Date: 2005-09-27 20:41:04 + (Tue, 27 Sep 2005) New Revision: 10557 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10557 Log: Fix bug #3010 yet again. Die monster, die ! Jeremy. Modified: trunk/source/smbd/dir.c Changeset: Modified: trunk/source/

svn commit: samba r10558 - in branches/SAMBA_3_0/source/smbd: .

2005-09-27 Thread jra
Author: jra Date: 2005-09-27 20:41:22 + (Tue, 27 Sep 2005) New Revision: 10558 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10558 Log: Fix bug #3010 yet again. Die monster, die ! Jeremy. Modified: branches/SAMBA_3_0/source/smbd/dir.c Changeset: Modified:

svn commit: samba r10559 - in branches/SAMBA_3_0_RELEASE/source/smbd: .

2005-09-27 Thread jerry
Author: jerry Date: 2005-09-27 20:44:54 + (Tue, 27 Sep 2005) New Revision: 10559 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10559 Log: jra's looping directory fix (BUG 3065) Modified: branches/SAMBA_3_0_RELEASE/source/smbd/dir.c Changeset: Modified: bran

svn commit: samba-web r817 - in trunk/patches: .

2005-09-27 Thread jerry
Author: jerry Date: 2005-09-27 21:13:04 + (Tue, 27 Sep 2005) New Revision: 817 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=817 Log: adding note about 3.0.20a delays Modified: trunk/patches/index.html Changeset: Modified: trunk/patches/index.html =

svn commit: samba r10560 - in trunk/source/include: .

2005-09-27 Thread jelmer
Author: jelmer Date: 2005-09-27 23:18:55 + (Tue, 27 Sep 2005) New Revision: 10560 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10560 Log: Ignore includes.h.gch Modified: trunk/source/include/ Changeset: Property changes on: trunk/source/include _

Build status as of Wed Sep 28 00:00:02 2005

2005-09-27 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-09-27 00:00:16.0 + +++ /home/build/master/cache/broken_results.txt 2005-09-28 00:00:20.0 + @@ -1,17 +1,17 @@ -Build status as of Tue Sep 27 00:00:02 2005 +Build status as of Wed Sep

svn commit: samba r10561 - in branches/SAMBA_4_0/source: auth/kerberos heimdal/lib/krb5

2005-09-27 Thread abartlet
Author: abartlet Date: 2005-09-28 01:09:10 + (Wed, 28 Sep 2005) New Revision: 10561 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10561 Log: This patch takes over KDC socket routines in Heimdal, and directs them at the Samba4 socket layer. The intention here i

svn commit: samba r10562 - in branches/SAMBA_4_0/source/kdc: .

2005-09-27 Thread abartlet
Author: abartlet Date: 2005-09-28 02:22:31 + (Wed, 28 Sep 2005) New Revision: 10562 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10562 Log: Ensure we initalise the error table with hdb errors. This ensures we get good text error strings. Andrew Bartlett Modi

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

2005-09-27 Thread abartlet
Author: abartlet Date: 2005-09-28 02:37:03 + (Wed, 28 Sep 2005) New Revision: 10563 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10563 Log: a null 'join' is a no-op. Andrew Bartlett Modified: branches/SAMBA_4_0/source/torture/rpc/testjoin.c Changeset: Mo

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

2005-09-27 Thread abartlet
Author: abartlet Date: 2005-09-28 02:58:53 + (Wed, 28 Sep 2005) New Revision: 10564 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10564 Log: Make the RPC-SCHANNEL test use the libnet_join code via torture_join_domain Handle error cases in torture_create_testuse

svn commit: samba r10565 - in branches/SAMBA_4_0/source/auth/gensec: .

2005-09-27 Thread abartlet
Author: abartlet Date: 2005-09-28 04:50:02 + (Wed, 28 Sep 2005) New Revision: 10565 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10565 Log: Try to make Kerberos authentication a bit more friendly. This disables it for 'localhost' as well as for any host our KD

Re: svn commit: samba r10565 - in branches/SAMBA_4_0/source/auth/gensec: .

2005-09-27 Thread tridge
> This disables it for 'localhost' as well as for any host our KDC does > not recognise. If it is disabled for localhost, then does that mean we can't test it in the build farm? Or will 'localhost.$REALM' work? Cheers, Tridge

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

2005-09-27 Thread abartlet
Author: abartlet Date: 2005-09-28 05:38:20 + (Wed, 28 Sep 2005) New Revision: 10566 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10566 Log: Clean up error messages to provide more accurate info. Andrew Bartlett Modified: branches/SAMBA_4_0/source/libnet/li

svn commit: samba r10567 - in branches/tmp/samba4-winsrepl: . source/auth/gensec source/auth/kerberos source/heimdal/lib/krb5 source/kdc source/libnet source/torture/rpc

2005-09-27 Thread metze
Author: metze Date: 2005-09-28 06:11:52 + (Wed, 28 Sep 2005) New Revision: 10567 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10567 Log: [EMAIL PROTECTED] (orig r10561): abartlet | 2005-09-28 03:09:10 +0200 This patch takes over KDC socket routines in Heimda