Jeremy Allison | 1 Apr 2008 01:46
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-577-ga7499e9

The branch, v3-2-test has been updated
       via  a7499e994aef743ea9c443f9a1618b262f6eda93 (commit)
      from  3cb1cdee9307cafa80ab95233a536f5dd7882ff1 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test

- Log -----------------------------------------------------------------
commit a7499e994aef743ea9c443f9a1618b262f6eda93
Author: Jeremy Allison <jra <at> samba.org>
Date:   Mon Mar 31 16:46:20 2008 -0700

    Reduce the race condition in Samba4 in RAW-RENAME test. We rename a file
    using trans2 setfileinfo on one connection, and then check the
    file name has changed on the other. In Samba we achieve this by
    sending a local message to the other process. This change causes
    us to re-scan for incoming messages after we've woken up from the
    select (which is cheap if there are no pending messages). This reduces
    the race significantly. Volker please review.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/process.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source/smbd/process.c b/source/smbd/process.c
index 9c01bba..03216a0 100644
(Continue reading)

Jeremy Allison | 1 Apr 2008 01:56
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-578-g26a74d0

The branch, v3-2-test has been updated
       via  26a74d01bb2b53ffa5d296ff1c7d8b2b0d17831a (commit)
      from  a7499e994aef743ea9c443f9a1618b262f6eda93 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test

- Log -----------------------------------------------------------------
commit 26a74d01bb2b53ffa5d296ff1c7d8b2b0d17831a
Author: Jeremy Allison <jra <at> samba.org>
Date:   Mon Mar 31 16:56:21 2008 -0700

    Move the message_dispatch() call after the check for errno on
    the select return. We don't want the call to message_dispatch
    to mess up the errno value.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/process.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source/smbd/process.c b/source/smbd/process.c
index 03216a0..9aa775d 100644
--- a/source/smbd/process.c
+++ b/source/smbd/process.c
 <at>  <at>  -853,15 +853,6  <at>  <at>  static NTSTATUS receive_message_or_smb(TALLOC_CTX *mem_ctx, char **buffer,
 		goto again;
(Continue reading)

build | 1 Apr 2008 02:00
Picon
Favicon

Build status as of Tue Apr 1 00:00:02 2008

URL: http://build.samba.org/

--- /home/build/master/cache/broken_results.txt.old	2008-03-31 00:00:24.000000000 +0000
+++ /home/build/master/cache/broken_results.txt	2008-04-01 00:00:24.000000000 +0000
 <at>  <at>  -1,4 +1,4  <at>  <at> 
-Build status as of Mon Mar 31 00:00:01 2008
+Build status as of Tue Apr  1 00:00:02 2008

 Build counts:
 Tree         Total  Broken Panic 
 <at>  <at>  -14,7 +14,7  <at>  <at> 
 rsync        29     12     0     
 samba-docs   0      0      0     
 samba-gtk    4      4      0     
-samba_3_2_test 29     24     0     
+samba_3_2_test 29     25     0     
 samba_4_0_test 27     19     0     
 smb-build    27     3      0     
 talloc       29     6      0     

Jeremy Allison | 1 Apr 2008 02:02
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-579-gda2c19c

The branch, v3-2-test has been updated
       via  da2c19c481d0041872b4ce2f5105052077f3d3b8 (commit)
      from  26a74d01bb2b53ffa5d296ff1c7d8b2b0d17831a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test

- Log -----------------------------------------------------------------
commit da2c19c481d0041872b4ce2f5105052077f3d3b8
Author: Jeremy Allison <jra <at> samba.org>
Date:   Mon Mar 31 17:01:27 2008 -0700

    Ok, final move of this code :-). I think I've found the correct
    place for it now where it will cause minimal disruption (only
    call the extra message_dispatch just before reading the next
    smb off the wire).
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/process.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source/smbd/process.c b/source/smbd/process.c
index 9aa775d..8868431 100644
--- a/source/smbd/process.c
+++ b/source/smbd/process.c
 <at>  <at>  -873,15 +873,6  <at>  <at>  static NTSTATUS receive_message_or_smb(TALLOC_CTX *mem_ctx, char **buffer,
(Continue reading)

Karolin Seeger | 1 Apr 2008 09:47
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-385-g690a297

The branch, v3-2-stable has been updated
       via  690a2979521618da454f52946618ec0f5cc4fbc8 (commit)
       via  90701e858fa6a987cf26327e325f56998a849d1e (commit)
       via  106805b034dbc602be9da2107b76fabcefa3b59e (commit)
       via  0d218c6fb1713cf7c4d855c74f85dd373f5d9ff9 (commit)
       via  657031c6342a0b53ecd88dd40153525c9069ea88 (commit)
       via  258bde1fd43c83405ffdcd177c7bc160bed5f744 (commit)
       via  0f59ed41fbbbac3177d89d3b2b3fc2cccf3fd165 (commit)
       via  ecb422db8f30df4a1d976042d15b1188918f644f (commit)
       via  99794c5bde4d2110f13482d5075ebf74de7e0c29 (commit)
       via  4da9990e677ae93940e2e40344399d5219c72b19 (commit)
       via  643e84551f9467324e00fc09e13e7362d275ca58 (commit)
       via  631e9d77fdf2999790fddb7a83b5353cc07dbdcd (commit)
       via  a2dc2a34ffc2879eef77a4da506d0f5086059b1b (commit)
       via  b2fb45cb3be4a0b4e3c7efd636b3d9d744c52edc (commit)
      from  33c23b64886bb2f41d9a0403fa4d83b4b23ac3b8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable

- Log -----------------------------------------------------------------
commit 690a2979521618da454f52946618ec0f5cc4fbc8
Author: Günther Deschner <gd <at> samba.org>
Date:   Tue Apr 1 00:32:23 2008 +0200

    Fix build of rpcclient.

    Guenther
    (cherry picked from commit 3cb1cdee9307cafa80ab95233a536f5dd7882ff1)

commit 90701e858fa6a987cf26327e325f56998a849d1e
(Continue reading)

Karolin Seeger | 1 Apr 2008 09:58
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-386-gea29e04

The branch, v3-2-stable has been updated
       via  ea29e044cbda8e356bc98728a6b555fd3c239eb8 (commit)
      from  690a2979521618da454f52946618ec0f5cc4fbc8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable

- Log -----------------------------------------------------------------
commit ea29e044cbda8e356bc98728a6b555fd3c239eb8
Author: Jeremy Allison <jra <at> samba.org>
Date:   Thu Mar 27 16:08:39 2008 -0700

    Fix up the comments on security=share to explain we're
    ignoring passwords.
    Jeremy.
    (cherry picked from commit e7b6ea46532a26611dfd9d9e2727d52ba6a9cf50)

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/sesssetup.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source/smbd/sesssetup.c b/source/smbd/sesssetup.c
index cf90c71..e0739ef 100644
--- a/source/smbd/sesssetup.c
+++ b/source/smbd/sesssetup.c
 <at>  <at>  -1534,6 +1534,10  <at>  <at>  void reply_sesssetup_and_X(struct smb_request *req)
 			lm_resp = data_blob(p, passlen1);
(Continue reading)

Michael Adam | 1 Apr 2008 13:44
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-581-g1cb3b2f

The branch, v3-2-test has been updated
       via  1cb3b2f065566f981f6cfb8b5efdfad7db49c719 (commit)
       via  5c1b7ee5c17489da90192309853aa1ecacc15512 (commit)
      from  da2c19c481d0041872b4ce2f5105052077f3d3b8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test

- Log -----------------------------------------------------------------
commit 1cb3b2f065566f981f6cfb8b5efdfad7db49c719
Author: Michael Adam <obnox <at> samba.org>
Date:   Tue Apr 1 12:48:25 2008 +0200

    test: make registry tests more portable: protect some grep patterns in ' '.

    Michael

commit 5c1b7ee5c17489da90192309853aa1ecacc15512
Author: Michael Adam <obnox <at> samba.org>
Date:   Tue Apr 1 12:45:06 2008 +0200

    test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'

    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/script/tests/test_net_registry.sh |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

(Continue reading)

Stefan Metzmacher | 1 Apr 2008 14:05
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-601-g888c280

The branch, v3-2-test has been updated
       via  888c2802b7bda92baae2dd0c1596f5e04bc3bfaa (commit)
       via  b1d63c8c1116f3429fb73aa6842105073385d1e8 (commit)
       via  0b36871a0d795183f0e9dc78b654788b1988f06e (commit)
       via  d70a8e9c413a7d3993e0d11db5ae9cbc7fdb12c7 (commit)
       via  9e739b4c99a9aba5c5bb58f3b6a9fb949e24c581 (commit)
       via  2cf2684a11027431e6a93992413a5a5a697a4ba0 (commit)
       via  dead193f46c2b19955ab3e5ac5ba343694f4858a (commit)
       via  5f4de856af1abe63b13059bbe1615cb5877770d0 (commit)
       via  f1dd915ce802645166e0c8fc79d18d5ad41cfe7a (commit)
       via  1c59142ccc46616c10b98c51601361f203d542d6 (commit)
       via  bc9b4c43b8824cd53f9ab613bcbb94cd5193f43e (commit)
       via  0d221a3f0a948e173b22585b7833a5441d860a57 (commit)
       via  16d18df0d069aec645c41e38e8c926ccdaac9388 (commit)
       via  d702ed73c1b986ded9deaa3abed92c39d71949fc (commit)
       via  d4826a01369c00b5e83cd62c2412a4eb826e216d (commit)
       via  9322442510d9c2cf16c25f5109fe81b277c44881 (commit)
       via  986bc7e8b260265da019b67ec751509eb589d24b (commit)
       via  983fd58805a429792fc8eaa816e2dd908643414e (commit)
       via  c214107bd9bbf9b17936757437ec211d7de3048e (commit)
       via  924acd7f695d7514b1a4628468137cf632c8f1f0 (commit)
      from  1cb3b2f065566f981f6cfb8b5efdfad7db49c719 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test

- Log -----------------------------------------------------------------
commit 888c2802b7bda92baae2dd0c1596f5e04bc3bfaa
Author: Stefan Metzmacher <metze <at> samba.org>
Date:   Tue Apr 1 11:26:29 2008 +0200

(Continue reading)

Karolin Seeger | 1 Apr 2008 14:55
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-387-g509223e

The branch, v3-2-stable has been updated
       via  509223eebcb964a4c87cd03c5bbae43cdbb7ffa3 (commit)
      from  ea29e044cbda8e356bc98728a6b555fd3c239eb8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable

- Log -----------------------------------------------------------------
commit 509223eebcb964a4c87cd03c5bbae43cdbb7ffa3
Author: Jeff Layton <jlayton <at> redhat.com>
Date:   Mon Mar 10 15:54:36 2008 -0400

    mount.cifs: fix several problems when mounting subdirectories of shares (try 2)

    This patch is the second patch to attempt to fix up some of the problems
    with mounting subdirectories of shares. The earlier patch didn't handle
    this correctly when POSIX extensions were enabled. This one does.

    This is a bit of a confusing area since the different components of
    a service string have different rules:

    1) hostname: no '/' (slash) or '\' (backslash) is allowed to be
    	     embedded within the string

    2) sharename: same rules as hostname

    3) prefixpath: '\' *is* allowed to be embedded in a path component,
    	       iff POSIX extensions are enabled. Otherwise, neither
    	       character is allowed.

    The idea here is to allow either character to act as a delimiter when we
(Continue reading)

Michael Adam | 1 Apr 2008 16:04
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-602-g2d50a1f

The branch, v3-2-test has been updated
       via  2d50a1fef022023588e9963131951f8f3e4c7c23 (commit)
      from  888c2802b7bda92baae2dd0c1596f5e04bc3bfaa (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test

- Log -----------------------------------------------------------------
commit 2d50a1fef022023588e9963131951f8f3e4c7c23
Author: Stefan Metzmacher <metze <at> samba.org>
Date:   Tue Apr 1 12:29:12 2008 +0200

    smbd: ignore nttrans renames as w2k3 does

    This lets us pass the RAW-RENAME test.

    metze

    Signed-off-by: Michael Adam <obnox <at> samba.org>

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/nttrans.c |   27 +++------------------------
 1 files changed, 3 insertions(+), 24 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source/smbd/nttrans.c b/source/smbd/nttrans.c
index bc93d19..60e5464 100644
--- a/source/smbd/nttrans.c
(Continue reading)


Gmane