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

2006-06-20 Thread metze
Author: metze Date: 2006-06-20 06:05:10 + (Tue, 20 Jun 2006) New Revision: 16401 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16401 Log: keep the old pointer when realloc fails, this is needed for the search callback metze Modified:

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

2006-06-20 Thread metze
Author: metze Date: 2006-06-20 06:20:05 + (Tue, 20 Jun 2006) New Revision: 16402 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16402 Log: start to remove the dependecy to smbsrv_request from the parsing functions metze Modified:

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

2006-06-20 Thread metze
Author: metze Date: 2006-06-20 06:32:29 + (Tue, 20 Jun 2006) New Revision: 16403 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16403 Log: remove dependency to smbsrv_request next part... metze Modified: branches/SAMBA_4_0/source/smb_server/smb/trans2.c

svn commit: samba r16404 - in branches/tmp/jpeach-xmetrics/source: . auth client include lib libads libsmb locking modules nmbd nsswitch pam_smbpass param passdb printing profile rpc_client rpc_parse

2006-06-20 Thread jpeach
Author: jpeach Date: 2006-06-20 06:43:06 + (Tue, 20 Jun 2006) New Revision: 16404 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16404 Log: Merge in SAMBA_3_0 up to rev 16398. Added: branches/tmp/jpeach-xmetrics/source/lib/timegm.c

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

2006-06-20 Thread metze
Author: metze Date: 2006-06-20 07:02:19 + (Tue, 20 Jun 2006) New Revision: 16405 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16405 Log: fix compiler warning of missing smb2_handle metze Modified: branches/SAMBA_4_0/source/torture/smb2/smb2.c Changeset:

svn commit: samba r16406 - in branches/SAMBA_4_0/source: libcli/smb2 torture/smb2

2006-06-20 Thread metze
Author: metze Date: 2006-06-20 07:03:53 + (Tue, 20 Jun 2006) New Revision: 16406 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16406 Log: use the generic smb_handle in smb2_getinfo/smb2_setinfo metze Modified: branches/SAMBA_4_0/source/libcli/smb2/getinfo.c

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

2006-06-20 Thread metze
Author: metze Date: 2006-06-20 07:05:51 + (Tue, 20 Jun 2006) New Revision: 16407 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16407 Log: add parsing code the SMB2 GetInfo in the server metze Added: branches/SAMBA_4_0/source/smb_server/smb2/fileinfo.c

svn commit: samba r16408 - in branches/tmp/jpeach-xmetrics/source: . include modules smbd

2006-06-20 Thread jpeach
Author: jpeach Date: 2006-06-20 07:08:38 + (Tue, 20 Jun 2006) New Revision: 16408 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16408 Log: svn merge -r16213:16214 ../../trunk svn merge -r15928:15929 ../../trunk svn merge -r15973:15974 ../../trunk svn merge

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

2006-06-20 Thread James Peach
On Tue, 2006-06-20 at 02:38 +, [EMAIL PROTECTED] wrote: Author: jra Date: 2006-06-20 02:38:28 + (Tue, 20 Jun 2006) New Revision: 16397 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16397 Log: Fix Klocwork #11767 and drasticly simplify the logic in

svn commit: samba r16409 - branches/SAMBA_3_0/source/registry branches/SAMBA_3_0/source/rpc_server branches/SAMBA_3_0/source/utils trunk/source/registry trunk/source/rpc_server trunk/source/utils

2006-06-20 Thread vlendec
Author: vlendec Date: 2006-06-20 09:16:53 + (Tue, 20 Jun 2006) New Revision: 16409 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16409 Log: Fix Klocwork ID's. 1177 In reg_perfcount.c: 1200 1202 1203 1204 In regfio.c: 1243 1245 1246 1247 1251 Jerry, the

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

2006-06-20 Thread metze
Author: metze Date: 2006-06-20 09:57:00 + (Tue, 20 Jun 2006) New Revision: 16410 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16410 Log: remove some warnings of talloc_steal() usage without target I only commit this as this is used in a global macro tridge: we

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

2006-06-20 Thread Jelmer Vernooij
On Tue, 2006-06-20 at 09:57 +, [EMAIL PROTECTED] wrote: Author: metze Date: 2006-06-20 09:57:00 + (Tue, 20 Jun 2006) New Revision: 16410 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16410 Log: remove some warnings of talloc_steal() usage without

svn commit: samba r16411 - branches/SAMBA_3_0/source/modules trunk/source/modules

2006-06-20 Thread vlendec
Author: vlendec Date: 2006-06-20 11:06:09 + (Tue, 20 Jun 2006) New Revision: 16411 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16411 Log: Fix compilation of vfs_afsacl, thanks to Greszler Szilard for trying Modified:

svn commit: samba r16412 - in branches/tmp/vl-messaging/source: . auth client include lib libads libsmb locking modules nmbd nsswitch pam_smbpass param passdb printing registry rpc_client rpc_parse rp

2006-06-20 Thread ab
Author: ab Date: 2006-06-20 11:13:32 + (Tue, 20 Jun 2006) New Revision: 16412 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16412 Log: Merge with trunk -r 16225:16363 Added: branches/tmp/vl-messaging/source/script/tests/tests_smbclient_s3.sh Modified:

svn commit: samba r16413 - in branches/tmp/vl-messaging/source/modules: .

2006-06-20 Thread ab
Author: ab Date: 2006-06-20 11:24:31 + (Tue, 20 Jun 2006) New Revision: 16413 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16413 Log: Merge with trunk -r 16410:16412. In fact, my previous commit message was bogus -- I had merged up to 16410, not 16363.

svn commit: samba r16414 - in branches/tmp/vl-messaging/source/lib: .

2006-06-20 Thread ab
Author: ab Date: 2006-06-20 12:02:09 + (Tue, 20 Jun 2006) New Revision: 16414 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16414 Log: Remove copypaste error Modified: branches/tmp/vl-messaging/source/lib/messages_tdb.c Changeset: Modified:

svn commit: samba r16415 - branches/SAMBA_3_0/source trunk/source

2006-06-20 Thread gd
Author: gd Date: 2006-06-20 12:20:11 + (Tue, 20 Jun 2006) New Revision: 16415 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16415 Log: Also delete object files from iniparser. Guenther Modified: branches/SAMBA_3_0/source/Makefile.in

svn commit: samba r16416 - in branches/tmp/vl-messaging/source: . include lib param

2006-06-20 Thread ab
Author: ab Date: 2006-06-20 12:30:50 + (Tue, 20 Jun 2006) New Revision: 16416 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16416 Log: TCP-based messaging backend based on Aleksey Fedoseev [EMAIL PROTECTED] work. It adds new TCP stream backend which allows smbds

svn commit: samba r16417 - in branches/tmp/vl-messaging/source/lib: .

2006-06-20 Thread ab
Author: ab Date: 2006-06-20 14:18:51 + (Tue, 20 Jun 2006) New Revision: 16417 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16417 Log: Fix ping/pong responses as wrong destination was specified in the message. Patch from Aleksey Fedoseev. Modified:

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

2006-06-20 Thread Jeremy Allison
On Tue, Jun 20, 2006 at 05:21:24PM +1000, James Peach wrote: On Tue, 2006-06-20 at 02:38 +, [EMAIL PROTECTED] wrote: Author: jra Date: 2006-06-20 02:38:28 + (Tue, 20 Jun 2006) New Revision: 16397 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16397

svn commit: samba r16418 - in branches/SAMBA_3_0_RELEASE: . source source/client source/lib source/libsmb source/modules source/nsswitch source/passdb source/printing source/registry source/rpc_parse

2006-06-20 Thread jerry
Author: jerry Date: 2006-06-20 16:59:48 + (Tue, 20 Jun 2006) New Revision: 16418 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16418 Log: Pull in more Klocwork fixes (up to r16415) Modified: branches/SAMBA_3_0_RELEASE/

svn commit: samba r16419 - in trunk/source/lib: .

2006-06-20 Thread jra
Author: jra Date: 2006-06-20 18:14:19 + (Tue, 20 Jun 2006) New Revision: 16419 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16419 Log: Fix Klocwork #1674. Null deref. Jeremy. Modified: trunk/source/lib/util_unistr.c Changeset: Modified:

svn commit: samba r16420 - in branches/SAMBA_3_0/source/lib: .

2006-06-20 Thread jra
Author: jra Date: 2006-06-20 18:14:33 + (Tue, 20 Jun 2006) New Revision: 16420 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16420 Log: Fix Klocwork #1674. Null deref. Jeremy. Modified: branches/SAMBA_3_0/source/lib/util_unistr.c Changeset: Modified:

svn commit: samba r16421 - in trunk/source/nsswitch: .

2006-06-20 Thread jra
Author: jra Date: 2006-06-20 18:30:18 + (Tue, 20 Jun 2006) New Revision: 16421 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16421 Log: winbindd_demote_client isn't used and generates a Klocwork issue (#1844). Remove it Jeremy. Modified:

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

2006-06-20 Thread jra
Author: jra Date: 2006-06-20 18:30:24 + (Tue, 20 Jun 2006) New Revision: 16422 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16422 Log: winbindd_demote_client isn't used and generates a Klocwork issue (#1844). Remove it Jeremy. Modified:

svn commit: samba r16423 - in trunk/source: printing registry

2006-06-20 Thread jra
Author: jra Date: 2006-06-20 19:06:50 + (Tue, 20 Jun 2006) New Revision: 16423 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16423 Log: Fix possible null deref and a memory leak found by examining Klockwork #1519. get_printer_subkeys() could return zero without

svn commit: samba r16424 - in branches/SAMBA_3_0/source: printing registry

2006-06-20 Thread jra
Author: jra Date: 2006-06-20 19:06:57 + (Tue, 20 Jun 2006) New Revision: 16424 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16424 Log: Fix possible null deref and a memory leak found by examining Klockwork #1519. get_printer_subkeys() could return zero without

svn commit: samba r16425 - in trunk/source/web: .

2006-06-20 Thread jra
Author: jra Date: 2006-06-20 19:21:07 + (Tue, 20 Jun 2006) New Revision: 16425 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16425 Log: Klocwork #1544, #1545, #1546, #1549, #1550, #1552, #1553, #1554 Jeremy. Modified: trunk/source/web/cgi.c

svn commit: samba r16426 - in branches/SAMBA_3_0/source/web: .

2006-06-20 Thread jra
Author: jra Date: 2006-06-20 19:21:14 + (Tue, 20 Jun 2006) New Revision: 16426 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16426 Log: Klocwork #1544, #1545, #1546, #1549, #1550, #1552, #1553, #1554 Jeremy. Modified: branches/SAMBA_3_0/source/web/cgi.c

svn commit: samba r16427 - branches/SAMBA_3_0/source/passdb trunk/source/passdb

2006-06-20 Thread vlendec
Author: vlendec Date: 2006-06-20 20:05:39 + (Tue, 20 Jun 2006) New Revision: 16427 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16427 Log: Fix bug # 3848. Thanks to Wilco Baan Hofman for testing the release candidate! Volker Modified:

svn commit: samba r16428 - in trunk/source: param utils

2006-06-20 Thread jra
Author: jra Date: 2006-06-20 20:42:59 + (Tue, 20 Jun 2006) New Revision: 16428 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16428 Log: Fix final 4 Klocwork bugs we're going to fix before release - #785, #786, #787, #788. Jeremy. Modified:

svn commit: samba r16429 - in branches/SAMBA_3_0/source: param utils

2006-06-20 Thread jra
Author: jra Date: 2006-06-20 20:43:05 + (Tue, 20 Jun 2006) New Revision: 16429 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16429 Log: Fix final 4 Klocwork bugs we're going to fix before release - #785, #786, #787, #788. Jeremy. Modified:

svn commit: samba r16430 - in branches/SOC: . sree

2006-06-20 Thread sree
Author: sree Date: 2006-06-20 20:46:39 + (Tue, 20 Jun 2006) New Revision: 16430 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16430 Log: Testing with proposal Added: branches/SOC/sree/ branches/SOC/sree/samba-soc.txt Changeset: Added:

svn commit: samba r16431 - in branches/SOC/sree: . docs

2006-06-20 Thread sree
Author: sree Date: 2006-06-20 22:37:56 + (Tue, 20 Jun 2006) New Revision: 16431 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16431 Log: First code and some documentation. Functions to add and delete users. Added: branches/SOC/sree/docs/

Build status as of Wed Jun 21 00:00:01 2006

2006-06-20 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-06-20 00:00:19.0 + +++ /home/build/master/cache/broken_results.txt 2006-06-21 00:00:05.0 + @@ -1,18 +1,18 @@ -Build status as of Tue Jun 20 00:00:02 2006 +Build status as of Wed Jun

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

2006-06-20 Thread jra
Author: jra Date: 2006-06-21 00:17:08 + (Wed, 21 Jun 2006) New Revision: 16432 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16432 Log: Fix Coverity #300 (triggered by a Klockwork bugfix I think). If a alloc fails just return NT_STATUS_NO_MEMORY, don't go to done

svn commit: samba r16433 - in branches/SAMBA_3_0/source/rpc_server: .

2006-06-20 Thread jra
Author: jra Date: 2006-06-21 00:17:14 + (Wed, 21 Jun 2006) New Revision: 16433 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16433 Log: Fix Coverity #300 (triggered by a Klockwork bugfix I think). If a alloc fails just return NT_STATUS_NO_MEMORY, don't go to done

svn commit: samba r16434 - in branches/SOC/mkhl: .

2006-06-20 Thread mkhl
Author: mkhl Date: 2006-06-21 00:31:40 + (Wed, 21 Jun 2006) New Revision: 16434 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16434 Log: Add a few chunks of async trampolining for delete and rename requests. Those won't be necessary for add, but the modify

svn commit: samba r16435 - in branches/SAMBA_3_0/source: include libsmb locking smbd utils web

2006-06-20 Thread jra
Author: jra Date: 2006-06-21 02:31:12 + (Wed, 21 Jun 2006) New Revision: 16435 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16435 Log: Add in the uid info that Jerry needs into the share_mode struct. Allows us to know the unix uid of the opener of the

svn commit: samba r16436 - in trunk/source: include libsmb locking smbd utils web

2006-06-20 Thread jra
Author: jra Date: 2006-06-21 02:31:17 + (Wed, 21 Jun 2006) New Revision: 16436 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16436 Log: Add in the uid info that Jerry needs into the share_mode struct. Allows us to know the unix uid of the opener of the

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

2006-06-20 Thread James Peach
On Tue, 2006-06-20 at 08:52 -0700, Jeremy Allison wrote: On Tue, Jun 20, 2006 at 05:21:24PM +1000, James Peach wrote: On Tue, 2006-06-20 at 02:38 +, [EMAIL PROTECTED] wrote: Author: jra Date: 2006-06-20 02:38:28 + (Tue, 20 Jun 2006) New Revision: 16397 WebSVN:

svn commit: samba r16437 - in branches/tmp/jpeach-xmetrics/source: . modules

2006-06-20 Thread jpeach
Author: jpeach Date: 2006-06-21 04:59:52 + (Wed, 21 Jun 2006) New Revision: 16437 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=16437 Log: Build vfs_xmetrics by default if we are profiling. Modified: branches/tmp/jpeach-xmetrics/source/configure.in