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

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-12 08:47:21 + (Thu, 12 Jan 2006) New Revision: 12864 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12864 Log: Fix valgrind errors in NET-API-LOOKUP* tests. Andrew Bartlett Modified:

svn commit: samba r12865 - in branches/SAMBA_4_0/source: libnet librpc/rpc torture/rpc utils/net winbind

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-12 09:33:49 + (Thu, 12 Jan 2006) New Revision: 12865 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12865 Log: Upgrade the librpc and libnet code. In librpc, always try SMB level authentication, even if trying schannel, but allow

svn commit: samba r12866 - in branches/SAMBA_4_0/source/winbind: .

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-12 09:38:35 + (Thu, 12 Jan 2006) New Revision: 12866 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12866 Log: This removes the abstraction layer in winbindd intended to deal with multiple protocols, replacing it with the packet

svn commit: samba r12867 - in branches/SAMBA_4_0/source/winbind: .

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-12 09:54:48 + (Thu, 12 Jan 2006) New Revision: 12867 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12867 Log: Remove deleted header. Modified: branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c Changeset: Modified:

svn commit: samba r12868 - in branches/SAMBA_4_0/source/winbind: .

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-12 09:56:15 + (Thu, 12 Jan 2006) New Revision: 12868 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12868 Log: Remove unused code. This has moved to libcli/finddcs.c. Andrew Bartlett Modified:

svn commit: samba r12869 - in branches/SAMBA_4_0: .

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-12 11:36:16 + (Thu, 12 Jan 2006) New Revision: 12869 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12869 Log: I have removed this hack. We now just do the lookups (netbios for now). Andrew Bartlett Modified:

svn commit: samba r12870 - branches/SAMBA_3_0/source/utils trunk/source/utils

2006-01-12 Thread jerry
Author: jerry Date: 2006-01-12 17:37:25 + (Thu, 12 Jan 2006) New Revision: 12870 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12870 Log: fixing net rpc registry enumerate from overwritnig the open subkey handle Modified:

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

2006-01-12 Thread lmuelle
Author: lmuelle Date: 2006-01-12 18:06:05 + (Thu, 12 Jan 2006) New Revision: 12871 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12871 Log: Merge Volkers rev 12667 from trunk as his analysis hit the nail on the head. Volker: Thanks for poking me last week.

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

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-12 21:42:26 + (Thu, 12 Jan 2006) New Revision: 12872 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12872 Log: Add some more detail to debug message. Andrew Bartlett Modified: branches/SAMBA_4_0/source/libnet/libnet_vampire.c

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

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-12 21:42:59 + (Thu, 12 Jan 2006) New Revision: 12873 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12873 Log: Fix valgrind-found uninitialised value. Andrew Bartlett Modified: branches/SAMBA_4_0/source/libnet/libnet_share.c

svn commit: samba r12874 - in branches/SAMBA_4_0/source/script/tests: .

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-12 21:51:02 + (Thu, 12 Jan 2006) New Revision: 12874 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12874 Log: Try to give the startup a few more seconds, so that hosts with gnutls-devel installed do not miss the first test. Andrew

svn commit: samba r12875 - in trunk/source: . include locking smbd

2006-01-12 Thread jra
Author: jra Date: 2006-01-12 21:54:37 + (Thu, 12 Jan 2006) New Revision: 12875 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12875 Log: Stop passing structs around in smb messages, instead always linearize into little-endian. Should fix all Solaris issues with

svn commit: samba r12876 - in branches/tmp/deryck-samba4-swat/swat: .

2006-01-12 Thread deryck
Author: deryck Date: 2006-01-12 21:57:30 + (Thu, 12 Jan 2006) New Revision: 12876 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12876 Log: In the spirit of Samba4, I'm tossing it all out and starting fresh. :-) There's just too much here that's playing around,

svn commit: samba r12877 - in branches/SAMBA_3_0/source: . include locking smbd

2006-01-12 Thread jra
Author: jra Date: 2006-01-12 22:17:54 + (Thu, 12 Jan 2006) New Revision: 12877 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12877 Log: Stop passing structs around in smb messages, instead always linearize into little-endian. Should fix all Solaris issues with

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

2006-01-12 Thread sfrench
Author: sfrench Date: 2006-01-12 23:50:37 + (Thu, 12 Jan 2006) New Revision: 44 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=44 Log: Sync cifs tree with kernel.org cifs-2.6.git to version 1.40 Modified:

Build status as of Fri Jan 13 00:00:02 2006

2006-01-12 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-01-12 00:00:44.0 + +++ /home/build/master/cache/broken_results.txt 2006-01-13 00:00:40.0 + @@ -1,17 +1,17 @@ -Build status as of Thu Jan 12 00:00:02 2006 +Build status as of Fri Jan

svn commit: samba r12878 - in branches/SAMBA_3_0/source/libads: .

2006-01-12 Thread jpeach
Author: jpeach Date: 2006-01-13 00:07:54 + (Fri, 13 Jan 2006) New Revision: 12878 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12878 Log: Don't use non-static array initialisers. Modified: branches/SAMBA_3_0/source/libads/ldap.c Changeset: Modified:

svn commit: samba r12879 - in trunk/source/libads: .

2006-01-12 Thread jpeach
Author: jpeach Date: 2006-01-13 00:12:26 + (Fri, 13 Jan 2006) New Revision: 12879 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12879 Log: Don't use non-static array initialisers. Modified: trunk/source/libads/ldap.c Changeset: Modified:

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

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-13 00:54:53 + (Fri, 13 Jan 2006) New Revision: 12881 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12881 Log: Hard-coded defaults are silly. We have smb.conf for a reason. Andrew Bartlett Modified:

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

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-13 00:55:30 + (Fri, 13 Jan 2006) New Revision: 12882 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12882 Log: Allow the netbios name to be specified at all times. Andrew Bartlett Modified:

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

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-13 02:01:15 + (Fri, 13 Jan 2006) New Revision: 12883 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12883 Log: Fix the build... Andrew Bartlett Modified: branches/SAMBA_4_0/source/libnet/libnet_join.c Changeset: Modified:

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

2006-01-12 Thread jra
Author: jra Date: 2006-01-13 02:54:43 + (Fri, 13 Jan 2006) New Revision: 12884 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12884 Log: Oops. Missed last part of correct patch for #3348. Caught by Samba4 oplock torture tester. Jeremy. Modified:

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

2006-01-12 Thread jra
Author: jra Date: 2006-01-13 02:54:46 + (Fri, 13 Jan 2006) New Revision: 12885 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12885 Log: Oops. Missed last part of correct patch for #3348. Caught by Samba4 oplock torture tester. Jeremy. Modified:

svn commit: samba r12886 - in branches/SAMBA_4_0/source: libnet utils/net

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-13 02:58:35 + (Fri, 13 Jan 2006) New Revision: 12886 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12886 Log: Rename 'secure_channel_type' parameter to domain join as 'join_type'. Andrew Bartlett Modified:

svn commit: samba r12887 - in branches/SAMBA_4_0/swat: .

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-13 02:59:08 + (Fri, 13 Jan 2006) New Revision: 12887 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12887 Log: Add the icon from samba.org to SWAT. Andrew Bartlett Added: branches/SAMBA_4_0/swat/favicon.ico Changeset: Added:

svn commit: samba r12888 - in trunk/source/utils: .

2006-01-12 Thread jerry
Author: jerry Date: 2006-01-13 03:06:46 + (Fri, 13 Jan 2006) New Revision: 12888 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12888 Log: checking in some work on the sharesec tool for generating an initial machine SID Modified: trunk/source/utils/sharesec.c

svn commit: samba r12889 - branches/SAMBA_3_0/source/printing trunk/source/printing

2006-01-12 Thread jerry
Author: jerry Date: 2006-01-13 03:10:50 + (Fri, 13 Jan 2006) New Revision: 12889 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12889 Log: BUG 3380: fix crash when changing printer drivers caused by accessing a previously freed pointer Modified:

svn commit: samba r12890 - in trunk/source/passdb: .

2006-01-12 Thread jerry
Author: jerry Date: 2006-01-13 03:17:30 + (Fri, 13 Jan 2006) New Revision: 12890 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12890 Log: BUG 3391: fix delay caused by trying to lookup account policies without access to the LDAP

svn commit: samba r12891 - in branches/SAMBA_4_0/source/scripting/libjs: .

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-13 03:34:00 + (Fri, 13 Jan 2006) New Revision: 12891 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12891 Log: We no longer manually set the 'name' attribute. Andrew Bartlett Modified:

svn commit: samba r12892 - in branches/SAMBA_4_0: source/libnet source/script/tests source/scripting/ejs source/scripting/libjs source/utils/net swat swat/install testprogs/ejs

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-13 03:39:49 + (Fri, 13 Jan 2006) New Revision: 12892 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12892 Log: Add a 'Migrate from Windows' page to our installation section in SWAT. Doing this required reworking ejsnet, particularly

Re: svn commit: samba r12877 - in branches/SAMBA_3_0/source: . include locking smbd

2006-01-12 Thread James Peach
On Thu, 2006-01-12 at 22:17 +, [EMAIL PROTECTED] wrote: Author: jra Date: 2006-01-12 22:17:54 + (Thu, 12 Jan 2006) New Revision: 12877 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12877 Log: Stop passing structs around in smb messages, instead

Re: svn commit: samba r12877 - in branches/SAMBA_3_0/source: . include locking smbd

2006-01-12 Thread Tim Potter
On Fri, 2006-01-13 at 14:45 +1100, James Peach wrote: WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12877 Log: Stop passing structs around in smb messages, instead always linearize into little-endian. Should fix all Solaris issues with this, plus

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

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-13 04:30:18 + (Fri, 13 Jan 2006) New Revision: 12893 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12893 Log: Filling in *error_string is critical for SWAT, as the errors otherwise do not propogate back to the user, they just end up

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

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-13 04:36:58 + (Fri, 13 Jan 2006) New Revision: 12894 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12894 Log: Add more detail to error messages. Andrew Bartlett Modified: branches/SAMBA_4_0/source/libnet/libnet_samsync_ldb.c

Re: svn commit: samba r12877 - in branches/SAMBA_3_0/source: . include locking smbd

2006-01-12 Thread Jeremy Allison
On Fri, Jan 13, 2006 at 02:45:06PM +1100, James Peach wrote: IIRC, I've suggested this before, but I still think that using XDR encoding simplifies passing these messages around a lot. The XDR library is available everywhere, so I don't think this is a portability issue. I know, but it's

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

2006-01-12 Thread abartlet
Author: abartlet Date: 2006-01-13 04:49:49 + (Fri, 13 Jan 2006) New Revision: 12895 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12895 Log: Error strings save lives. err, they save time at least. The correct use of an error string in this case quickly