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

2007-05-22 Thread Rafal Szczesniak
On Tue, May 22, 2007 at 09:17:36AM +1000, [EMAIL PROTECTED] wrote: Mimir, + /* First, try to include file from current working directory. + This allows local includes which is handy sometimes. */ yes, it's very handy if you are a malicious hacker! Imagine the

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

2007-05-22 Thread tridge
Rafal, Well, yes, you're right. I messed the order :) But it should be ok, to reverse the order of inclusion - defined paths first, local dir second. This would allow not to substitue commonly used include files and still be able to include something local. no, it's not OK. It's _never_

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

2007-05-22 Thread mimir
Author: mimir Date: 2007-05-22 06:34:14 + (Tue, 22 May 2007) New Revision: 23065 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23065 Log: revert local includes to prevent security problems (at least temporarily...) rafal Modified:

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

2007-05-22 Thread Rafal Szczesniak
On Tue, May 22, 2007 at 04:32:30PM +1000, [EMAIL PROTECTED] wrote: Rafal, Well, yes, you're right. I messed the order :) But it should be ok, to reverse the order of inclusion - defined paths first, local dir second. This would allow not to substitue commonly used include files and

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

2007-05-22 Thread metze
Author: metze Date: 2007-05-22 09:02:16 + (Tue, 22 May 2007) New Revision: 23066 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23066 Log: don't ignore errors metze Modified: branches/SAMBA_4_0/source/torture/libnet/libnet_user.c Changeset: Modified:

svn commit: samba r23067 - in branches/SAMBA_4_0/source: ntvfs ntvfs/cifs ntvfs/cifs_posix_cli ntvfs/ipc ntvfs/nbench ntvfs/posix ntvfs/simple ntvfs/unixuid smb_server smb_server/smb smb_server/smb2

2007-05-22 Thread metze
Author: metze Date: 2007-05-22 09:25:58 + (Tue, 22 May 2007) New Revision: 23067 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23067 Log: use 'const union smb_search_data *file' also in the server code to get rid of compiler warnings in the cifs backend metze

svn commit: samba r23068 - in branches: SAMBA_3_0/source/modules SAMBA_3_0_25/source/modules SAMBA_3_0_26/source/modules

2007-05-22 Thread vlendec
Author: vlendec Date: 2007-05-22 10:05:56 + (Tue, 22 May 2007) New Revision: 23068 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23068 Log: Fix some uninitialized variables in the solarisacl module Modified: branches/SAMBA_3_0/source/modules/vfs_solarisacl.c

svn commit: samba r23069 - in branches/SAMBA_4_0/source/pidl/tests: .

2007-05-22 Thread metze
Author: metze Date: 2007-05-22 11:23:36 + (Tue, 22 May 2007) New Revision: 23069 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23069 Log: print out the command, to find out the problem on host 'tridge' metze Modified:

svn commit: samba r23070 - in branches/SAMBA_3_0/source/rpc_client: .

2007-05-22 Thread obnox
Author: obnox Date: 2007-05-22 11:30:35 + (Tue, 22 May 2007) New Revision: 23070 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23070 Log: The lsa rpc lookup sids call has a maximum number of SIDS to be looked up at one time. This limit is at 20480 for w2k3. Our

svn commit: samba r23071 - in branches/SAMBA_4_0/source/pidl/tests: .

2007-05-22 Thread metze
Author: metze Date: 2007-05-22 12:45:58 + (Tue, 22 May 2007) New Revision: 23071 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23071 Log: print the command on failure only metze Modified: branches/SAMBA_4_0/source/pidl/tests/Util.pm Changeset: Modified:

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

2007-05-22 Thread obnox
Author: obnox Date: 2007-05-22 12:49:41 + (Tue, 22 May 2007) New Revision: 23072 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23072 Log: In winbindd_ads.c:lookup_groupmem, replace the bottleneck dn_lookup loop by a rpccli_lsa_lookupsids_all (see r23070) call.

svn commit: samba r23073 - in branches/SAMBA_3_0/source/rpc_client: .

2007-05-22 Thread obnox
Author: obnox Date: 2007-05-22 13:40:01 + (Tue, 22 May 2007) New Revision: 23073 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23073 Log: In the internal rpccli_lsa_lookup_sids_noalloc(), use a temporary talloc context for use with the actual rpc query and

svn commit: samba r23074 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

2007-05-22 Thread jerry
Author: jerry Date: 2007-05-22 13:43:34 + (Tue, 22 May 2007) New Revision: 23074 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23074 Log: Remove duplicate code blocks from bad merge Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_util.c

svn commit: samba r23075 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

2007-05-22 Thread jerry
Author: jerry Date: 2007-05-22 13:55:31 + (Tue, 22 May 2007) New Revision: 23075 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23075 Log: more duplicate code blocks from bad merge Modified: branches/SAMBA_3_0/source/nsswitch/winbindd.c

svn commit: samba r23076 - in branches/SAMBA_3_0: .

2007-05-22 Thread ab
Author: ab Date: 2007-05-22 14:13:58 + (Tue, 22 May 2007) New Revision: 23076 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23076 Log: Ignore Eclipse's project files Modified: branches/SAMBA_3_0/ Changeset: Property changes on: branches/SAMBA_3_0

svn commit: samba r23077 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_26/source/lib

2007-05-22 Thread vlendec
Author: vlendec Date: 2007-05-22 14:31:26 + (Tue, 22 May 2007) New Revision: 23077 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23077 Log: Minor cleanup Modified: branches/SAMBA_3_0/source/lib/messages.c branches/SAMBA_3_0_26/source/lib/messages.c

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

2007-05-22 Thread obnox
Author: obnox Date: 2007-05-22 15:13:32 + (Tue, 22 May 2007) New Revision: 23078 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23078 Log: Don't handle return code NT_STATUS_NONE_MAPPED from lookup sids as an error. (This is purely cosmetic here, issuing a success

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

2007-05-22 Thread Guenther Deschner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Michael, [EMAIL PROTECTED] wrote: +/* If you are looking for dn_lookup: Yes, it used to be here! + * It has gone now since it was a major speed bottleneck in + * lookup_groupmem (its only use). It has been replaced by + * an rpc lookup sids

svn commit: samba r23079 - in branches/SAMBA_3_0_RELEASE: .

2007-05-22 Thread jerry
Author: jerry Date: 2007-05-22 18:37:15 + (Tue, 22 May 2007) New Revision: 23079 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23079 Log: update commit log in release notes: Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt Changeset: Modified:

svn commit: samba r23080 - in branches: SAMBA_3_0/source/libads SAMBA_3_0/source/registry SAMBA_3_0/source/rpc_parse SAMBA_3_0_25/source/libads SAMBA_3_0_25/source/registry SAMBA_3_0_25/source/rpc_par

2007-05-22 Thread jra
Author: jra Date: 2007-05-22 20:20:01 + (Tue, 22 May 2007) New Revision: 23080 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23080 Log: Fix bug #4637 - we hads missed some cases where we were calling PRS_ALLOC_MEM with zero count. Jeremy. Modified:

svn commit: samba r23081 - in branches/SAMBA_3_0/source/rpc_client: .

2007-05-22 Thread obnox
Author: obnox Date: 2007-05-22 21:04:56 + (Tue, 22 May 2007) New Revision: 23081 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23081 Log: Reorder the lsa_lookup_sids functions so that the order makes more sense... Modified:

svn commit: samba r23082 - in branches/SAMBA_3_0/source/rpc_client: .

2007-05-22 Thread obnox
Author: obnox Date: 2007-05-22 21:17:31 + (Tue, 22 May 2007) New Revision: 23082 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23082 Log: Ooops - that portion of the last checkin was by accident. Before comitting that, I have to verify that it does not break

svn commit: samba r23083 - in branches/SAMBA_3_0_25/source/tdb/tools: .

2007-05-22 Thread herb
Author: herb Date: 2007-05-22 21:52:34 + (Tue, 22 May 2007) New Revision: 23083 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23083 Log: fix structure to match smb.h - this is really bad having this defined in multiple places. Modified:

svn commit: samba r23084 - in branches/SAMBA_3_0_RELEASE: . source/libads source/modules source/registry source/rpc_parse

2007-05-22 Thread jerry
Author: jerry Date: 2007-05-22 21:53:54 + (Tue, 22 May 2007) New Revision: 23084 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23084 Log: Merge Jeremy's fix for BUG 4637. This is now the final code base for 3.0.25a. Modified:

svn commit: samba r23085 - in branches/SAMBA_3_0_26/source/nsswitch: .

2007-05-22 Thread obnox
Author: obnox Date: 2007-05-22 22:00:16 + (Tue, 22 May 2007) New Revision: 23085 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23085 Log: Activate the winbindd validation code in 3_0_26, too. Original comment of the 3_0 checkin (r23040): Activate the winbindd

svn commit: samba r23086 - in branches/SAMBA_3_0_26/source/rpc_client: .

2007-05-22 Thread obnox
Author: obnox Date: 2007-05-22 22:07:56 + (Tue, 22 May 2007) New Revision: 23086 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23086 Log: Port r23070 and r23073 from 3_0. Original comment: The lsa rpc lookup sids call has a maximum number of SIDS to be looked up

svn commit: samba r23088 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_25/source/smbd SAMBA_3_0_26/source/smbd

2007-05-22 Thread jra
Author: jra Date: 2007-05-22 23:56:47 + (Tue, 22 May 2007) New Revision: 23088 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23088 Log: Fix rename for cifsfs client. This may be needed for 3.0.25a. Jeremy. Modified: branches/SAMBA_3_0/source/smbd/reply.c

Build status as of Wed May 23 00:00:02 2007

2007-05-22 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-05-22 00:01:32.0 + +++ /home/build/master/cache/broken_results.txt 2007-05-23 00:00:57.0 + @@ -1,23 +1,23 @@ -Build status as of Tue May 22 00:00:01 2007 +Build status as of Wed May

svn commit: samba r23089 - in branches/SAMBA_4_0/source/selftest: .

2007-05-22 Thread abartlet
Author: abartlet Date: 2007-05-23 02:41:31 + (Wed, 23 May 2007) New Revision: 23089 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=23089 Log: This is upstream now, so we don't need to add it manually. Andrew Bartlett Modified:

Rev 331: - startup frozen, and do an initial recovery in http://samba.org/~tridge/ctdb

2007-05-22 Thread tridge
revno: 331 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-05-23 14:35:19 +1000 message: - startup frozen, and do an initial recovery -

Rev 330: start ctdb frozen, and let the election sort things out. This prevents a race on startup in http://samba.org/~tridge/ctdb

2007-05-22 Thread tridge
revno: 330 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-05-23 12:23:07 +1000 message: start ctdb frozen, and let the election sort things

Rev 332: merge from ronnie in http://samba.org/~tridge/ctdb

2007-05-22 Thread tridge
revno: 332 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-05-23 14:50:41 +1000 message: merge from ronnie

Rev 333: - get rid of ctdb_ctrl_get_config in http://samba.org/~tridge/ctdb

2007-05-22 Thread tridge
revno: 333 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Wed 2007-05-23 15:18:30 +1000 message: - get rid of ctdb_ctrl_get_config - cope with zero