svn commit: samba r22473 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_25/source/nsswitch SAMBA_3_0_25/source/passdb SAMBA_3_0_RELEASE/source/nsswitch

2007-04-23 Thread jerry
Author: jerry Date: 2007-04-23 06:10:22 + (Mon, 23 Apr 2007) New Revision: 22473 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22473 Log: Correct fix for setting a default compat tdb idmap backend. Previous code would always fill in idmap backend = tdb even if

svn commit: samba r22474 - in branches/SAMBA_4_0/source/lib/ldb/common: .

2007-04-23 Thread abartlet
Author: abartlet Date: 2007-04-23 07:22:16 + (Mon, 23 Apr 2007) New Revision: 22474 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22474 Log: If ldb does not return sucess, then the res variable may not be valid. It *should* just be NULL from the initialisation

svn commit: samba r22475 - in branches/SAMBA_4_0/source/lib/ldb/tools: .

2007-04-23 Thread abartlet
Author: abartlet Date: 2007-04-23 07:23:45 + (Mon, 23 Apr 2007) New Revision: 22475 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22475 Log: Rather than segfault, show the name of the malformed entry. Andrew Bartlett Modified:

svn commit: samba r22476 - in branches/SAMBA_4_0/source: dsdb/samdb/ldb_modules lib/ldb/tools

2007-04-23 Thread abartlet
Author: abartlet Date: 2007-04-23 07:25:09 + (Mon, 23 Apr 2007) New Revision: 22476 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22476 Log: The OID match is used very oddly in AD, as it is often used for fields that contain attribute names and objectClasses.

svn commit: samba r22477 - in branches/SAMBA_4_0/source/rpc_server/drsuapi: .

2007-04-23 Thread abartlet
Author: abartlet Date: 2007-04-23 07:26:08 + (Mon, 23 Apr 2007) New Revision: 22477 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22477 Log: When an invaild base is specified to ldb_search, it should return LDB_ERR_NO_SUCH_OBJECT. Handle this (found against

svn commit: samba r22478 - in branches/SAMBA_4_0: source/script/tests source/scripting/libjs source/setup testprogs/ejs

2007-04-23 Thread abartlet
Author: abartlet Date: 2007-04-23 07:33:15 + (Mon, 23 Apr 2007) New Revision: 22478 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22478 Log: Update the LDAP backend code to handle initialisation of multiple partitions onto the target LDAP server. Make the LDAP

svn commit: samba r22479 - in branches/SAMBA_3_0/source: . include libads libsmb utils

2007-04-23 Thread gd
Author: gd Date: 2007-04-23 08:40:54 + (Mon, 23 Apr 2007) New Revision: 22479 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22479 Log: Add net ads keytab list. Guenther Modified: branches/SAMBA_3_0/source/configure.in

svn commit: samba r22480 - in branches/SAMBA_3_0/source: .

2007-04-23 Thread gd
Author: gd Date: 2007-04-23 08:46:10 + (Mon, 23 Apr 2007) New Revision: 22480 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22480 Log: Remove accidentially comitted getpeereid hunks again. Guenther Modified: branches/SAMBA_3_0/source/configure.in

svn commit: samba r22481 - in branches: SAMBA_3_0/source/lib SAMBA_3_0/source/smbd SAMBA_3_0_25/source/lib SAMBA_3_0_25/source/smbd

2007-04-23 Thread jra
Author: jra Date: 2007-04-23 09:19:35 + (Mon, 23 Apr 2007) New Revision: 22481 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22481 Log: Move check for non-mappable SIDs to after sid_to_uid, sid_to_gid mapping, add LocalSystem to non-mappable list. Jeremy.

svn commit: samba r22482 - in branches/SAMBA_3_0_25/source: .

2007-04-23 Thread idra
Author: idra Date: 2007-04-23 09:46:06 + (Mon, 23 Apr 2007) New Revision: 22482 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22482 Log: Fix our brokeness in building shared libraries. Mixing -shared and -pie is not sane. Jerry this should be in 3.0.25 final,

svn commit: samba r22483 - in branches/SAMBA_3_0/source: .

2007-04-23 Thread gd
Author: gd Date: 2007-04-23 09:56:54 + (Mon, 23 Apr 2007) New Revision: 22483 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22483 Log: Attempt to fix the build. Guenther Modified: branches/SAMBA_3_0/source/configure.in Changeset: Modified:

svn commit: samba r22484 - in branches: SAMBA_3_0/source/libgpo SAMBA_3_0_25/source/libgpo

2007-04-23 Thread gd
Author: gd Date: 2007-04-23 10:04:15 + (Mon, 23 Apr 2007) New Revision: 22484 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22484 Log: Check for the talloc_strdup to succeed. Guenther Modified: branches/SAMBA_3_0/source/libgpo/gpo_fetch.c

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

2007-04-23 Thread metze
Author: metze Date: 2007-04-23 10:39:20 + (Mon, 23 Apr 2007) New Revision: 22485 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22485 Log: don't crash when the main dcerpc code haven't setup transport.recv_data yet also return always a usefull error metze

Rev 80: fixed ctdb/ib bug at reject event in http://samba.org/~tridge/psomogyi/

2007-04-23 Thread Peter Somogyi
revno: 80 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Peter Somogyi [EMAIL PROTECTED] branch nick: ctdb timestamp: Mon 2007-04-23 12:45:14 +0200 message: fixed ctdb/ib bug at reject event reverted my

svn commit: samba r22486 - in branches/SAMBA_4_0/source: librpc/rpc torture/rpc

2007-04-23 Thread metze
Author: metze Date: 2007-04-23 12:31:12 + (Mon, 23 Apr 2007) New Revision: 22486 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22486 Log: add a flag to ignore timeouts of a request and don't close the connection on timeout metze Modified:

svn commit: samba r22487 - in branches/SAMBA_4_0/webapps/swat/source/class/swat/module/netmgr: .

2007-04-23 Thread mimir
Author: mimir Date: 2007-04-23 13:37:33 + (Mon, 23 Apr 2007) New Revision: 22487 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22487 Log: Add a separate widget class for listing users and reposition things on NetManager's screen. Qooxdoo layout positioning can be

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

2007-04-23 Thread jelmer
Author: jelmer Date: 2007-04-23 15:32:47 + (Mon, 23 Apr 2007) New Revision: 22488 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22488 Log: Hopefully fix ipv6. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/socket/socket_ipv6.c Changeset:

svn commit: samba r22489 - in branches/SAMBA_3_0/source/rpcclient: .

2007-04-23 Thread obnox
Author: obnox Date: 2007-04-23 16:31:31 + (Mon, 23 Apr 2007) New Revision: 22489 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22489 Log: Add a deletedomgroup command to rpcclient (samr). Corresponding to deletedomuser. Michael Modified:

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

2007-04-23 Thread jra
Author: jra Date: 2007-04-23 16:32:24 + (Mon, 23 Apr 2007) New Revision: 22490 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22490 Log: Fix a couple of bugs found whist investigating CSC Vista issues. Ensure we correctly NULL out allocation size fields. Allow

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

2007-04-23 Thread jra
Author: jra Date: 2007-04-23 16:45:56 + (Mon, 23 Apr 2007) New Revision: 22491 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22491 Log: Fix the build (3.0.25 and 3.0 are different here). Jeremy. Modified: branches/SAMBA_3_0/source/smbd/trans2.c Changeset:

svn commit: samba r22492 - in branches: SAMBA_3_0/source/include SAMBA_3_0/source/smbd SAMBA_3_0_25/source/include SAMBA_3_0_25/source/smbd

2007-04-23 Thread jra
Author: jra Date: 2007-04-23 21:07:05 + (Mon, 23 Apr 2007) New Revision: 22492 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22492 Log: Add objectid code. Jeremy. Modified: branches/SAMBA_3_0/source/include/ntioctl.h

Rev 183: popt not needed in lockwait code in http://samba.org/~tridge/ctdb

2007-04-23 Thread tridge
revno: 183 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge timestamp: Mon 2007-04-23 23:33:37 +0200 message: popt not needed in lockwait code modified:

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

2007-04-23 Thread jra
Author: jra Date: 2007-04-23 21:40:54 + (Mon, 23 Apr 2007) New Revision: 22493 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22493 Log: Fix horrible memory corruption bug with CIFS POSIX open/mkidr. Found by SteveF + valgrind :-). Jerry - essential for rc3.

svn commit: samba r22494 - in branches/SAMBA_4_0/source: script/tests setup

2007-04-23 Thread abartlet
Author: abartlet Date: 2007-04-23 21:56:23 + (Mon, 23 Apr 2007) New Revision: 22494 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22494 Log: Skip subSchema again, but we will need to remap this objectClass. Make the Fedora DS backend test again. Andrew Bartlett

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

2007-04-23 Thread jpeach
Author: jpeach Date: 2007-04-23 22:17:06 + (Mon, 23 Apr 2007) New Revision: 22495 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22495 Log: Create wrapper to hide the details of obtaining a set of sockets to listen on. Added:

Build status as of Tue Apr 24 00:00:02 2007

2007-04-23 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-04-23 00:01:02.0 + +++ /home/build/master/cache/broken_results.txt 2007-04-24 00:00:29.0 + @@ -1,4 +1,4 @@ -Build status as of Mon Apr 23 00:00:02 2007 +Build status as of Tue Apr

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

2007-04-23 Thread obnox
Author: obnox Date: 2007-04-24 00:12:28 + (Tue, 24 Apr 2007) New Revision: 22496 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22496 Log: reg_enumvalue should return WERR_NO_MORE_ITEMS instead of WERR_BAD_FILE when all items have been successfully enumerated.

svn commit: samba r22497 - in branches/SAMBA_4_0/source: dsdb/samdb/ldb_modules lib/ldb/tools setup

2007-04-23 Thread abartlet
Author: abartlet Date: 2007-04-24 05:57:56 + (Tue, 24 Apr 2007) New Revision: 22497 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=22497 Log: Support renaming objectclasses and attributes for the LDAP backend. OpenLDAP is fussy about operational attributes in