svn commit: samba r17047 - in branches/SAMBA_3_0/source/registry: .

2006-07-15 Thread vlendec
Author: vlendec Date: 2006-07-15 08:36:44 + (Sat, 15 Jul 2006) New Revision: 17047 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17047 Log: Fix a typo and a possible NULL dereference Modified: branches/SAMBA_3_0/source/registry/reg_db.c Changeset: Modified:

svn commit: samba r17048 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 08:46:27 + (Sat, 15 Jul 2006) New Revision: 17048 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17048 Log: Remove unused async step from map_step. Martin Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.c Changeset:

svn commit: samba r17049 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 08:56:19 + (Sat, 15 Jul 2006) New Revision: 17049 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17049 Log: Insert missing braces. Martin Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.c Changeset: Modified:

svn commit: samba r17050 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 09:01:20 + (Sat, 15 Jul 2006) New Revision: 17050 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17050 Log: Copy (don't steal) the old msg element when adding to the local message. The old elements are accessed from an array and

svn commit: samba r17051 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 09:04:28 + (Sat, 15 Jul 2006) New Revision: 17051 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17051 Log: Reset the async handle status before running additional down requests. Martin Modified:

svn commit: samba r17052 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 09:07:24 + (Sat, 15 Jul 2006) New Revision: 17052 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17052 Log: Don't declare variables in the middle of a function. Martin Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.c

svn commit: samba r17053 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 09:11:02 + (Sat, 15 Jul 2006) New Revision: 17053 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17053 Log: Handle missing async step. Don't include a default case when switching ac-step, that suppresses the wrong warnings. Martin

svn commit: samba r17054 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 09:13:29 + (Sat, 15 Jul 2006) New Revision: 17054 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17054 Log: When renaming, skip requests if neither DN is in the local partition. Fail if either is but the other isn't. Martin

svn commit: samba r17055 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 09:16:41 + (Sat, 15 Jul 2006) New Revision: 17055 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17055 Log: Don't talloc_zero structures whose contents will be completely overwritten anyway. Martin Modified:

svn commit: samba r17056 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 09:22:24 + (Sat, 15 Jul 2006) New Revision: 17056 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17056 Log: Defer setting async handled until *after* the up request was copied. When an async handle is likely to still have been copied,

svn commit: samba r17057 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 09:27:07 + (Sat, 15 Jul 2006) New Revision: 17057 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17057 Log: When failing before the async handle was set in the up request, free the complete async handle. Martin Modified:

svn commit: samba r17058 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 09:32:17 + (Sat, 15 Jul 2006) New Revision: 17058 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17058 Log: When fixing the 'isMapped' attribute after renaming the remote record, don't reuse the DN from the last down request but

svn commit: samba r17059 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 09:35:21 + (Sat, 15 Jul 2006) New Revision: 17059 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17059 Log: If no remote addition/modification is neccessary, just free the async handle and run the original request. Martin Modified:

svn commit: samba r17060 - in branches/SAMBA_3_0/source/libsmb: .

2006-07-15 Thread vlendec
Author: vlendec Date: 2006-07-15 10:55:24 + (Sat, 15 Jul 2006) New Revision: 17060 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17060 Log: Some c++ warnings Modified: branches/SAMBA_3_0/source/libsmb/asn1.c Changeset: Modified:

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

2006-07-15 Thread metze
Author: metze Date: 2006-07-15 13:28:52 + (Sat, 15 Jul 2006) New Revision: 17061 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17061 Log: - remove the currect talloc chunk from it's parent before freeing the children this fixes an endless loop bug! - reenable

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

2006-07-15 Thread metze
Author: metze Date: 2006-07-15 14:09:21 + (Sat, 15 Jul 2006) New Revision: 17062 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17062 Log: make correct use of talloc destructors, and make the code much simpler should I merge that aslo to samba3? metze Modified:

svn commit: samba r17063 - in branches/SAMBA_3_0/packaging/Debian/debian-sarge: . patches

2006-07-15 Thread idra
Author: idra Date: 2006-07-15 16:51:23 + (Sat, 15 Jul 2006) New Revision: 17063 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17063 Log: Update debian-sarge for 3.0.23 Modified: branches/SAMBA_3_0/packaging/Debian/debian-sarge/changelog

svn commit: samba r17064 - in branches: SAMBA_3_0/source/rpc_server SAMBA_4_0/source/torture/rpc

2006-07-15 Thread vlendec
Author: vlendec Date: 2006-07-15 17:55:01 + (Sat, 15 Jul 2006) New Revision: 17064 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17064 Log: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous login. Found that because I want to play around with

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

2006-07-15 Thread vlendec
Author: vlendec Date: 2006-07-15 18:20:13 + (Sat, 15 Jul 2006) New Revision: 17065 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17065 Log: NT4 does not like 0 here, W2k3 does not care... Modified: branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c Changeset:

svn commit: samba r17066 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 18:26:12 + (Sat, 15 Jul 2006) New Revision: 17066 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17066 Log: Add missing `break's to switches... Martin Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.c Changeset: Modified:

svn commit: samba r17067 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 18:28:27 + (Sat, 15 Jul 2006) New Revision: 17067 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17067 Log: When merging search results and the remote result contains an unmapped attribute, assume it was auto-generated and skip it.

svn commit: samba r17068 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 18:30:29 + (Sat, 15 Jul 2006) New Revision: 17068 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17068 Log: Fix a pointer to inaccessible memory. Martin Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.c Changeset: Modified:

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

2006-07-15 Thread vlendec
Author: vlendec Date: 2006-07-15 18:31:51 + (Sat, 15 Jul 2006) New Revision: 17069 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17069 Log: Make us pass RPC-NETLOGSAMBA3 against w2k3 again Modified: branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c

svn commit: samba r17070 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 18:32:37 + (Sat, 15 Jul 2006) New Revision: 17070 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17070 Log: Skip mapped search if search base *exists* and is outside the local partition. Martin Modified:

svn commit: samba r17071 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 18:33:32 + (Sat, 15 Jul 2006) New Revision: 17071 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17071 Log: Set the correct async handles for searches. Martin Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.c Changeset:

svn commit: samba r17072 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 18:35:26 + (Sat, 15 Jul 2006) New Revision: 17072 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17072 Log: When a parse-tree contains only remote parts, use a new parse-tree that searches records pointing to remote parts for the

svn commit: samba r17073 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-15 18:38:57 + (Sat, 15 Jul 2006) New Revision: 17073 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17073 Log: Convert remote new DN to string before stuffing it into the fixup message. Martin Modified:

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

2006-07-15 Thread vlendec
Author: vlendec Date: 2006-07-15 20:08:40 + (Sat, 15 Jul 2006) New Revision: 17074 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17074 Log: Extend the rpc-samba3-getusername test: This creates a normal user and we check if we can actually see the user SID on a

svn commit: samba r17075 - in branches/SAMBA_3_0/source/passdb: .

2006-07-15 Thread vlendec
Author: vlendec Date: 2006-07-15 20:39:00 + (Sat, 15 Jul 2006) New Revision: 17075 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17075 Log: Even without talloc_steal you can still create memory problems ;-) Modified:

svn commit: linux-cifs-client r57 - in branches/linux-converged-for-old-kernels/fs/cifs: .

2006-07-15 Thread jra
Author: jra Date: 2006-07-15 21:10:27 + (Sat, 15 Jul 2006) New Revision: 57 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=57 Log: Add in code to make timeouts absolute not relative. Jeremy. Modified:

svn commit: linux-cifs-client r58 - in branches: .

2006-07-15 Thread sfrench
Author: sfrench Date: 2006-07-15 22:05:22 + (Sat, 15 Jul 2006) New Revision: 58 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=58 Log: delete obsolete branches of cifs client code - they have been replaced by cifs-for-older-kernels branch This line,

Build status as of Sun Jul 16 00:00:02 2006

2006-07-15 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-07-15 00:00:22.0 + +++ /home/build/master/cache/broken_results.txt 2006-07-16 00:00:04.0 + @@ -1,4 +1,4 @@ -Build status as of Sat Jul 15 00:00:02 2006 +Build status as of Sun Jul

svn commit: samba r17076 - in branches/SOC/mkhl/ldb-map/modules: .

2006-07-15 Thread mkhl
Author: mkhl Date: 2006-07-16 00:29:35 + (Sun, 16 Jul 2006) New Revision: 17076 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=17076 Log: When searching for specific local attributes, always search for the IS_MAPPED attribute as well so we can include data from

svn commit: linux-cifs-client r59 - in branches/linux-converged-for-old-kernels/fs/cifs: .

2006-07-15 Thread jra
Author: jra Date: 2006-07-16 01:49:10 + (Sun, 16 Jul 2006) New Revision: 59 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=59 Log: Don't use midQ-midState MID_REQUEST_SUBMITTED as this isn't a flag bit - use midQ-midState == MID_REQUEST_SUBMITTED

svn commit: linux-cifs-client r60 - in branches/linux-2.6-cifs-git-devel/fs/cifs: .

2006-07-15 Thread sfrench
Author: sfrench Date: 2006-07-16 04:54:08 + (Sun, 16 Jul 2006) New Revision: 60 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=60 Log: Merge with mainline git modified jra patch Modified: branches/linux-2.6-cifs-git-devel/fs/cifs/CHANGES

svn commit: linux-cifs-client r61 - in branches/linux-converged-for-old-kernels/fs/cifs: .

2006-07-15 Thread sfrench
Author: sfrench Date: 2006-07-16 05:07:17 + (Sun, 16 Jul 2006) New Revision: 61 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=61 Log: Merge with main git tree Modified: branches/linux-converged-for-old-kernels/fs/cifs/CHANGES