svn commit: samba r15796 - in branches/SAMBA_4_0/source/smb_server: .

2006-05-22 Thread tridge
Author: tridge Date: 2006-05-22 06:17:10 + (Mon, 22 May 2006) New Revision: 15796 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15796 Log: this talloc_reference() was causing a memory leak on every NTVFS request. The problem is that the talloc_free() in

svn commit: samba r15797 - in branches/SAMBA_4_0/source/ntvfs/common: .

2006-05-22 Thread tridge
Author: tridge Date: 2006-05-22 06:18:40 + (Mon, 22 May 2006) New Revision: 15797 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15797 Log: fixed a notify bug, where a notify_remove() is beyond the current max depth Modified:

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

2006-05-22 Thread tridge
Author: tridge Date: 2006-05-22 09:02:16 + (Mon, 22 May 2006) New Revision: 15798 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15798 Log: shortcut the lookup of localhost in the ipv6 backend Modified: branches/SAMBA_4_0/source/lib/socket/socket_ipv6.c

svn commit: samba r15799 - in branches/SAMBA_4_0/source/smb_server: .

2006-05-22 Thread tridge
Author: tridge Date: 2006-05-22 09:05:20 + (Mon, 22 May 2006) New Revision: 15799 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15799 Log: fixed the problem with BASE-DISCONNECT after the recent memory leak was fixed Modified:

svn commit: samba r15800 - in branches/SAMBA_4_0/source/rpc_server/srvsvc: .

2006-05-22 Thread metze
Author: metze Date: 2006-05-22 10:41:21 + (Mon, 22 May 2006) New Revision: 15800 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15800 Log: ignore proto.h metze Modified: branches/SAMBA_4_0/source/rpc_server/srvsvc/ Changeset: Property changes on:

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

2006-05-22 Thread vlendec
Author: vlendec Date: 2006-05-22 13:30:32 + (Mon, 22 May 2006) New Revision: 15801 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15801 Log: Fix an error path. Inevitably I broke something... Modified: trunk/source/smbd/open.c Changeset: Modified:

svn commit: samba r15802 - in branches/SAMBA_4_0/source/smb_server/smb2: .

2006-05-22 Thread metze
Author: metze Date: 2006-05-22 14:14:23 + (Mon, 22 May 2006) New Revision: 15802 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15802 Log: merge tridge's fix to the SMB2 server metze Modified: branches/SAMBA_4_0/source/smb_server/smb2/smb2_server.h

svn commit: samba r15803 - in branches/SAMBA_4_0/source: smb_server/smb2 torture/smb2

2006-05-22 Thread metze
Author: metze Date: 2006-05-22 14:18:17 + (Mon, 22 May 2006) New Revision: 15803 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15803 Log: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALID_HANDLE metze Modified:

svn commit: samba r15804 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

2006-05-22 Thread idra
Author: idra Date: 2006-05-22 15:17:12 + (Mon, 22 May 2006) New Revision: 15804 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15804 Log: Fix SAMLOGON test Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/password_hash.c Changeset: Modified:

svn commit: samba r15806 - in branches/SAMBA_4_0/source/lib/registry/tools: .

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 16:21:52 + (Mon, 22 May 2006) New Revision: 15806 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15806 Log: Remove some unnecessary nesting making the function harder to read. Modified:

svn commit: samba r15807 - in branches/SAMBA_4_0/source/lib/registry/common: .

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 16:22:38 + (Mon, 22 May 2006) New Revision: 15807 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15807 Log: Fix incorrect initialization. Very nice catch by the IBM Checker. Modified:

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

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 16:16:48 + (Mon, 22 May 2006) New Revision: 15805 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15805 Log: Fix incompatible type assignment. Caught by the IBM checker. Modified: branches/SAMBA_4_0/source/scripting/ejs/ejsnet.c

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

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 16:25:04 + (Mon, 22 May 2006) New Revision: 15808 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15808 Log: Fix two uninitialized variables, caught by the IBM Checker. Modified: branches/SAMBA_4_0/source/client/client.c

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

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 16:26:42 + (Mon, 22 May 2006) New Revision: 15809 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15809 Log: Fix typo in array offsets. Caught by the IBM checker. Modified: branches/SAMBA_4_0/source/client/client.c Changeset:

svn commit: samba r15810 - in branches/SAMBA_4_0/source/lib/registry/tools: .

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 16:32:41 + (Mon, 22 May 2006) New Revision: 15810 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15810 Log: Fix uninitialized variable error, caught by the IBM checker. Modified:

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

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 16:40:54 + (Mon, 22 May 2006) New Revision: 15811 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15811 Log: Fix mget command without arguments. Caught by the IBM Checker. Modified: branches/SAMBA_4_0/source/client/client.c

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

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 16:57:14 + (Mon, 22 May 2006) New Revision: 15812 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15812 Log: Explicitly cast to unsigned int. Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c Changeset: Modified:

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

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 17:12:22 + (Mon, 22 May 2006) New Revision: 15813 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15813 Log: Use labs() rather than abs() for 32-bit integers. Caught by the IBM checker. Modified:

svn commit: samba r15814 - in branches/SAMBA_4_0/source: libcli/raw ntvfs

2006-05-22 Thread metze
Author: metze Date: 2006-05-22 17:21:38 + (Mon, 22 May 2006) New Revision: 15814 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15814 Log: add SMB2 Lock interface structure metze Modified: branches/SAMBA_4_0/source/libcli/raw/interfaces.h

svn commit: samba r15815 - in branches/SAMBA_4_0/source/libcli/smb2: .

2006-05-22 Thread metze
Author: metze Date: 2006-05-22 17:33:39 + (Mon, 22 May 2006) New Revision: 15815 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15815 Log: add SMB2 Lock client code metze Added: branches/SAMBA_4_0/source/libcli/smb2/lock.c Modified:

svn commit: samba r15816 - in branches/SAMBA_4_0/source/torture: . smb2

2006-05-22 Thread metze
Author: metze Date: 2006-05-22 17:42:14 + (Mon, 22 May 2006) New Revision: 15816 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15816 Log: add SMB2-LOCK torture test, which demonstrates what possible valid and invalid requests you can do with it metze Added:

svn commit: samba r15817 - branches/SAMBA_3_0/source/smbd trunk/source/smbd

2006-05-22 Thread vlendec
Author: vlendec Date: 2006-05-22 18:52:54 + (Mon, 22 May 2006) New Revision: 15817 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15817 Log: Remove some unused code Modified: branches/SAMBA_3_0/source/smbd/files.c trunk/source/smbd/files.c Changeset:

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

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 18:59:29 + (Mon, 22 May 2006) New Revision: 15818 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15818 Log: Improve UI utilities: allow format strings and add some convenience macros. Modified:

svn commit: samba r15819 - in branches/SAMBA_4_0/source/torture: . local

2006-05-22 Thread jelmer
Author: jelmer Date: 2006-05-22 18:59:56 + (Mon, 22 May 2006) New Revision: 15819 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15819 Log: Use updated API in smbtorture, use UI tools in registry tests. Modified:

svn commit: samba r15820 - in branches/SAMBA_4_0/source/libcli/smb2: .

2006-05-22 Thread metze
Author: metze Date: 2006-05-22 19:13:57 + (Mon, 22 May 2006) New Revision: 15820 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15820 Log: this line was just for testing metze Modified: branches/SAMBA_4_0/source/libcli/smb2/lock.c Changeset: Modified:

svn commit: samba r15822 - branches/SAMBA_3_0/source/libads trunk/source/libads

2006-05-22 Thread lmuelle
Author: lmuelle Date: 2006-05-22 20:35:55 + (Mon, 22 May 2006) New Revision: 15822 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15822 Log: Add suggestion made by Ralf Haferkamp. Modified: branches/SAMBA_3_0/source/libads/ldap.c trunk/source/libads/ldap.c

svn commit: samba r15823 - in branches/tmp/jpeach-xmetrics/source/profile: .

2006-05-22 Thread jpeach
Author: jpeach Date: 2006-05-22 23:48:09 + (Mon, 22 May 2006) New Revision: 15823 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15823 Log: Remove incorrect TODO item. We can't do O(1) record allocations until we can do hashed lookups and that's a huge can of

Build status as of Tue May 23 00:00:02 2006

2006-05-22 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-05-22 00:00:44.0 + +++ /home/build/master/cache/broken_results.txt 2006-05-23 00:00:29.0 + @@ -1,17 +1,17 @@ -Build status as of Mon May 22 00:00:01 2006 +Build status as of Tue May

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

2006-05-22 Thread tridge
Author: tridge Date: 2006-05-23 03:51:44 + (Tue, 23 May 2006) New Revision: 15824 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15824 Log: fixed a subtle talloc bug to do with memory context loops. When you have a structure that references one of its parents,

svn commit: samba r15825 - in branches/SAMBA_4_0/source/ntvfs/posix: .

2006-05-22 Thread tridge
Author: tridge Date: 2006-05-23 03:52:57 + (Tue, 23 May 2006) New Revision: 15825 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15825 Log: there are quite subtle semantics with change notify events being sent when a context (such as a tree connect) is destroyed.

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

2006-05-22 Thread tridge
Author: tridge Date: 2006-05-23 04:36:28 + (Tue, 23 May 2006) New Revision: 15828 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15828 Log: a talloc steal optimisation spotted by metze Modified: branches/SAMBA_4_0/source/lib/talloc/talloc.c Changeset:

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

2006-05-22 Thread tridge
Author: tridge Date: 2006-05-23 05:14:06 + (Tue, 23 May 2006) New Revision: 15830 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15830 Log: fixed two kdc memory leaks Modified: branches/SAMBA_4_0/source/kdc/hdb-ldb.c branches/SAMBA_4_0/source/kdc/kdc.c

svn commit: samba r15831 - in branches/SAMBA_4_0/source/rpc_server/netlogon: .

2006-05-22 Thread tridge
Author: tridge Date: 2006-05-23 05:26:22 + (Tue, 23 May 2006) New Revision: 15831 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=15831 Log: fixed a memory leak in the netlogon server Modified: branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c