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

2005-10-12 Thread tridge
Author: tridge Date: 2005-10-12 06:03:28 + (Wed, 12 Oct 2005) New Revision: 10912 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10912 Log: added a test for supporting batch oplock upgrades Modified: branches/SAMBA_4_0/source/torture/raw/ioctl.c Changeset:

svn commit: samba r10913 - in branches/SAMBA_4_0/source: auth/gensec dsdb/samdb dsdb/samdb/ldb_modules include lib/ldb lib/ldb/common lib/ldb/include lib/ldb/ldb_tdb lib/ldb/modules lib/ldb/tools lib/

2005-10-12 Thread tridge
Author: tridge Date: 2005-10-12 06:10:23 + (Wed, 12 Oct 2005) New Revision: 10913 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10913 Log: This patch isn't as big as it looks ... most of the changes are fixes to make all the ldb code compile without warnings on

svn commit: samba r10914 - in branches/SAMBA_4_0/source: dsdb/samdb ldap_server lib lib/ldb/common lib/ldb/include nbt_server/wins scripting/ejs

2005-10-12 Thread tridge
Author: tridge Date: 2005-10-12 06:30:47 + (Wed, 12 Oct 2005) New Revision: 10914 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10914 Log: moved the ldap time string functions into ldb so they can be used by the time attribute handling functions Modified:

svn commit: samba r10915 - in branches/SAMBA_4_0/source/lib/ldb: common include

2005-10-12 Thread tridge
Author: tridge Date: 2005-10-12 07:54:15 + (Wed, 12 Oct 2005) New Revision: 10915 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10915 Log: added a standard attribute handler for a ldap UTC time string Modified:

svn commit: samba r10916 - in branches/SAMBA_4_0/source: lib/ldb/common lib/ldb/include lib/ldb/modules setup

2005-10-12 Thread tridge
Author: tridge Date: 2005-10-12 07:57:39 + (Wed, 12 Oct 2005) New Revision: 10916 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10916 Log: - finished the 'operational' ldb module - removed the timestamps module, replacing it with the operational module - added

svn commit: samba r10917 - in branches/SAMBA_4_0/source/lib/ldb: common include modules

2005-10-12 Thread tridge
Author: tridge Date: 2005-10-12 08:11:45 + (Wed, 12 Oct 2005) New Revision: 10917 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10917 Log: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_attr() to ensure that callers (like the ldap server) can

svn commit: samba r10918 - in branches/SAMBA_4_0/source/lib/ldb: . common include modules

2005-10-12 Thread tridge
Author: tridge Date: 2005-10-12 08:51:12 + (Wed, 12 Oct 2005) New Revision: 10918 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10918 Log: - fixed standalone ldb build - added note about allowedAttributesEffective (will be needed for mmc) - fixed some more ldb

svn commit: samba r10919 - in branches/SAMBA_4_0/testprogs/ejs: .

2005-10-12 Thread tridge
Author: tridge Date: 2005-10-12 08:53:42 + (Wed, 12 Oct 2005) New Revision: 10919 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10919 Log: fixed the ldb test for the new operational module Modified: branches/SAMBA_4_0/testprogs/ejs/ldb.js Changeset:

svn commit: samba r10920 - in branches/SAMBA_4_0/source/smbd: .

2005-10-12 Thread tridge
Author: tridge Date: 2005-10-12 11:04:01 + (Wed, 12 Oct 2005) New Revision: 10920 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10920 Log: in case of a accept() failure just failing and trying again is no good, as it is probably a resource constraint, so if we

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

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 13:07:37 + (Wed, 12 Oct 2005) New Revision: 10921 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10921 Log: BUG 3070: fix crash bug in qfsinfo when retrieving quota info Modified: branches/SAMBA_3_0/source/smbd/trans2.c

svn commit: samba r10922 - in branches/tmp/samba4-winsrepl: . source/auth/gensec source/dsdb/samdb source/dsdb/samdb/ldb_modules source/include source/ldap_server source/lib source/lib/ldb source/lib/

2005-10-12 Thread metze
Author: metze Date: 2005-10-12 14:35:12 + (Wed, 12 Oct 2005) New Revision: 10922 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10922 Log: [EMAIL PROTECTED] (orig r10912): tridge | 2005-10-12 08:03:28 +0200 added a test for supporting batch oplock upgrades

svn commit: samba r10923 - in branches/tmp/samba4-winsrepl/source/nbt_server/wins: .

2005-10-12 Thread metze
Author: metze Date: 2005-10-12 14:52:34 + (Wed, 12 Oct 2005) New Revision: 10923 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10923 Log: fix the build becuse of conflicts with main SAMBA_4_0 tree metze Modified:

svn commit: samba r10924 - in branches/SAMBA_4_0/source/lib/ldb/include: .

2005-10-12 Thread metze
Author: metze Date: 2005-10-12 14:58:14 + (Wed, 12 Oct 2005) New Revision: 10924 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10924 Log: we don't need this line twice metze Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h Changeset: Modified:

svn commit: samba r10926 - in branches/tmp/SAMBA_3_0_20B: . source source/smbd

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 16:49:10 + (Wed, 12 Oct 2005) New Revision: 10926 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10926 Log: merging quota fixes from 3.0 Modified: branches/tmp/SAMBA_3_0_20B/WHATSNEW.txt

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

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 16:52:08 + (Wed, 12 Oct 2005) New Revision: 10927 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10927 Log: bug 1473 3090: quota compile fixes on Solaris Modified: branches/SAMBA_3_0/source/configure.in

svn commit: samba r10928 - in branches/tmp/SAMBA_3_0_20B: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 17:15:26 + (Wed, 12 Oct 2005) New Revision: 10928 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10928 Log: final touches on release notes: Modified: branches/tmp/SAMBA_3_0_20B/WHATSNEW.txt Changeset: Modified:

svn commit: samba-docs r817 - in tags: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 17:17:19 + (Wed, 12 Oct 2005) New Revision: 817 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=817 Log: tagging release Added: tags/release-3-0-20b/ Changeset: Copied: tags/release-3-0-20b (from rev 816,

svn commit: samba r10929 - in branches/tmp: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 17:18:01 + (Wed, 12 Oct 2005) New Revision: 10929 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10929 Log: tagging release Added: branches/tmp/release-3-0-20b/ Changeset: Copied: branches/tmp/release-3-0-20b (from rev 10928,

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

2005-10-12 Thread jra
Author: jra Date: 2005-10-12 18:20:34 + (Wed, 12 Oct 2005) New Revision: 10930 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10930 Log: Fix erroneous debug spotted by Herb. Jeremy. Modified: branches/SAMBA_3_0/source/smbd/open.c Changeset: Modified:

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

2005-10-12 Thread jra
Author: jra Date: 2005-10-12 18:21:01 + (Wed, 12 Oct 2005) New Revision: 10931 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10931 Log: Fix erroneous debug spotted by Herb. Jeremy. Modified: trunk/source/smbd/open.c Changeset: Modified:

svn commit: samba r10933 - in branches/SAMBA_3_0/packaging/Fedora: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 20:01:12 + (Wed, 12 Oct 2005) New Revision: 10933 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10933 Log: include mount.cifs in Fedora spec file (based on patch from [EMAIL PROTECTED]) Modified:

svn commit: samba r10934 - in branches/SAMBA_4_0/source/nsswitch: .

2005-10-12 Thread vlendec
Author: vlendec Date: 2005-10-12 20:20:20 + (Wed, 12 Oct 2005) New Revision: 10934 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10934 Log: Fix a gcc 4 warning Modified: branches/SAMBA_4_0/source/nsswitch/wb_common.c Changeset: Modified:

svn commit: samba r10935 - in tags: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 20:21:41 + (Wed, 12 Oct 2005) New Revision: 10935 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10935 Log: tagging 3.0.20b release Added: tags/release-3-0-20b/ Changeset: Copied: tags/release-3-0-20b (from rev 10934,

svn commit: samba r10936 - in branches/SAMBA_4_0/source: include winbind

2005-10-12 Thread vlendec
Author: vlendec Date: 2005-10-12 20:22:45 + (Wed, 12 Oct 2005) New Revision: 10936 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10936 Log: Commit work in progress: wb_pam_auth_crap made async. This does not work yet, but the version before did not either, so

svn commit: samba r10937 - in branches/tmp/SAMBA_3_0_20B/packaging/Fedora: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 20:30:58 + (Wed, 12 Oct 2005) New Revision: 10937 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10937 Log: typo in spec file Modified: branches/tmp/SAMBA_3_0_20B/packaging/Fedora/samba.spec.tmpl Changeset: Modified:

svn commit: samba r10938 - in tags: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 20:32:19 + (Wed, 12 Oct 2005) New Revision: 10938 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10938 Log: had to update a spec file in 3.0.20b so i'l have to retag the release Removed: tags/release-3-0-20b/ Changeset:

svn commit: samba r10939 - in tags: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 20:32:36 + (Wed, 12 Oct 2005) New Revision: 10939 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10939 Log: trying another tag Added: tags/release-3-0-20b/ Changeset: Copied: tags/release-3-0-20b (from rev 10938,

svn commit: samba r10940 - in branches/SAMBA_4_0/source/include: .

2005-10-12 Thread vlendec
Author: vlendec Date: 2005-10-12 20:55:33 + (Wed, 12 Oct 2005) New Revision: 10940 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10940 Log: add struct definition Modified: branches/SAMBA_4_0/source/include/structs.h Changeset: Modified:

svn commit: samba r10941 - in branches/SAMBA_4_0/source: include winbind

2005-10-12 Thread vlendec
Author: vlendec Date: 2005-10-12 20:56:39 + (Wed, 12 Oct 2005) New Revision: 10941 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10941 Log: Hmmm. Making that fn static is more correct. Modified: branches/SAMBA_4_0/source/include/structs.h

svn commit: samba r10942 - in branches/tmp/SAMBA_3_0_20B/packaging/Fedora: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-12 21:34:47 + (Wed, 12 Oct 2005) New Revision: 10942 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10942 Log: make sure to include umount.cifs and to fix a typo in the install path Modified:

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

2005-10-12 Thread jra
Author: jra Date: 2005-10-12 21:42:03 + (Wed, 12 Oct 2005) New Revision: 10943 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10943 Log: Unused variable. Bug #3160 from [EMAIL PROTECTED] Jeremy. Modified: branches/SAMBA_3_0/source/smbd/open.c Changeset:

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

2005-10-12 Thread jra
Author: jra Date: 2005-10-12 21:42:11 + (Wed, 12 Oct 2005) New Revision: 10944 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10944 Log: Unused variable. Bug #3160 from [EMAIL PROTECTED] Jeremy. Modified: trunk/source/smbd/open.c Changeset: Modified:

svn commit: samba r10945 - in branches/SAMBA_4_0/source/auth/kerberos: .

2005-10-12 Thread abartlet
Author: abartlet Date: 2005-10-12 22:24:43 + (Wed, 12 Oct 2005) New Revision: 10945 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10945 Log: Free the salt after we are done with it. May need a merge to similar code in Samba3. Andrew Bartlett Modified:

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

2005-10-12 Thread abartlet
Author: abartlet Date: 2005-10-12 22:25:51 + (Wed, 12 Oct 2005) New Revision: 10946 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10946 Log: Use the right name for the remote workstation, and always initialise it. Should fix a valgrind error volker is seeing.

Re: svn commit: samba r10945 - in branches/SAMBA_4_0/source/auth/kerberos: .

2005-10-12 Thread Guenther Deschner
On Wed, Oct 12, 2005 at 10:24:43PM +, [EMAIL PROTECTED] wrote: Author: abartlet Date: 2005-10-12 22:24:43 + (Wed, 12 Oct 2005) New Revision: 10945 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10945 Log: Free the salt after we are done with it. May

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

2005-10-12 Thread jra
Author: jra Date: 2005-10-12 23:08:49 + (Wed, 12 Oct 2005) New Revision: 10947 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10947 Log: Fix bugs #3133 and #1828 - SPNEGO not working with PocketPC 2003. Our sessionsetup code now handles raw NTLMSSP connects, so we

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

2005-10-12 Thread jra
Author: jra Date: 2005-10-12 23:08:51 + (Wed, 12 Oct 2005) New Revision: 10948 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10948 Log: Fix bugs #3133 and #1828 - SPNEGO not working with PocketPC 2003. Our sessionsetup code now handles raw NTLMSSP connects, so we

Build status as of Thu Oct 13 00:00:02 2005

2005-10-12 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-10-12 00:00:11.0 + +++ /home/build/master/cache/broken_results.txt 2005-10-13 00:00:11.0 + @@ -1,17 +1,17 @@ -Build status as of Wed Oct 12 00:00:02 2005 +Build status as of Thu Oct

svn commit: samba-docs r818 - in trunk: .

2005-10-12 Thread tpot
Author: tpot Date: 2005-10-13 01:19:46 + (Thu, 13 Oct 2005) New Revision: 818 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=818 Log: Handle dia not being present more gracefully. Modified: trunk/configure.in Changeset: Modified: trunk/configure.in

svn commit: samba r10949 - in branches/tmp/SAMBA_3_0_20B/packaging/Fedora: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-13 02:01:31 + (Thu, 13 Oct 2005) New Revision: 10949 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10949 Log: don't forget to include the [u]mount.cifs man pages Modified: branches/tmp/SAMBA_3_0_20B/packaging/Fedora/samba.spec.tmpl

svn commit: samba r10951 - in tags: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-13 02:17:51 + (Thu, 13 Oct 2005) New Revision: 10951 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10951 Log: had to update a spec file in 3.0.20b so i'l have to retag the release Removed: tags/release-3-0-20b/ Changeset:

svn commit: samba r10952 - in tags: .

2005-10-12 Thread jerry
Author: jerry Date: 2005-10-13 02:18:12 + (Thu, 13 Oct 2005) New Revision: 10952 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10952 Log: tagging the release one more time Added: tags/release-3-0-20b/ Changeset: Copied: tags/release-3-0-20b (from rev

svn commit: samba r10954 - in branches/SAMBA_4_0/source/lib/ldb: common include modules

2005-10-12 Thread tridge
Author: tridge Date: 2005-10-13 05:04:16 + (Thu, 13 Oct 2005) New Revision: 10954 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10954 Log: added support for canonicalName in the operational module, using the dn-canonicalName function abartlet just committed