Andrew Tridgell | 1 Dec 2011 05:15
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  3c4af39 s4-ntvfs: added allow_override check based on use of NT ACL
       via  d1274f7 s4-ntvfs: fixed a unix ACL mapping bug
      from  503aeab selftest: Fix typo in socket wrapper test.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master

- Log -----------------------------------------------------------------
commit 3c4af39aa506a25fc6d6753dbe34e4e1c0dd0b43
Author: Andrew Tridgell <tridge <at> samba.org>
Date:   Thu Dec 1 13:40:49 2011 +1100

    s4-ntvfs: added allow_override check based on use of NT ACL

    This disables the posix permission override if the calculated
    permissions did not come from a NT ACL.

    Autobuild-User: Andrew Tridgell <tridge <at> samba.org>
    Autobuild-Date: Thu Dec  1 05:14:49 CET 2011 on sn-devel-104

commit d1274f7f6236b47a1c6aa1737b054ed521d31b67
Author: Andrew Tridgell <tridge <at> samba.org>
Date:   Thu Dec 1 12:59:23 2011 +1100

    s4-ntvfs: fixed a unix ACL mapping bug

    the ACL mapping code was incorrectly allowing creation of directories
    in some situations where it should be denied by the unix permissions

-----------------------------------------------------------------------
(Continue reading)

autobuild | 1 Dec 2011 16:20
Picon
Favicon

autobuild: intermittent test failure detected

The autobuild test system has detected an intermittent failing test in 
the current master tree.

The autobuild log of the failure is available here:

   http://git.samba.org/autobuild.flakey/2011-12-01-1620/flakey.log

The samba3 build logs are available here:

   http://git.samba.org/autobuild.flakey/2011-12-01-1620/samba3.stderr
   http://git.samba.org/autobuild.flakey/2011-12-01-1620/samba3.stdout

The source4 build logs are available here:

   http://git.samba.org/autobuild.flakey/2011-12-01-1620/samba4.stderr
   http://git.samba.org/autobuild.flakey/2011-12-01-1620/samba4.stdout

The top commit at the time of the failure was:

commit 3c4af39aa506a25fc6d6753dbe34e4e1c0dd0b43
Author: Andrew Tridgell <tridge <at> samba.org>
Date:   Thu Dec 1 13:40:49 2011 +1100

    s4-ntvfs: added allow_override check based on use of NT ACL

    This disables the posix permission override if the calculated
    permissions did not come from a NT ACL.

    Autobuild-User: Andrew Tridgell <tridge <at> samba.org>
    Autobuild-Date: Thu Dec  1 05:14:49 CET 2011 on sn-devel-104
(Continue reading)

Karolin Seeger | 1 Dec 2011 20:46
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-6-test updated

The branch, v3-6-test has been updated
       via  28fa8d8 Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and from a DACL Reported by
David Disseldorp. Fix based on a patch by David.
      from  7db7ea6 Improve configure.in so it can be used outside the Samba source tree.

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

- Log -----------------------------------------------------------------
commit 28fa8d8d777f3da40fde2fb57cd06659f76cf658
Author: Jeremy Allison <jra <at> samba.org>
Date:   Tue Nov 29 11:55:39 2011 -0800

    Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and from a DACL Reported by David
Disseldorp. Fix based on a patch by David.

    Autobuild-User: Jeremy Allison <jra <at> samba.org>
    Autobuild-Date: Tue Nov 29 22:32:27 CET 2011 on sn-devel-104
    (cherry picked from commit 6bf97ea3bc70745f64f82251cbce443f2637c703)

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

Summary of changes:
 source3/smbd/posix_acls.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c
index 278ac0a..34747d3 100644
--- a/source3/smbd/posix_acls.c
(Continue reading)

Karolin Seeger | 1 Dec 2011 20:48
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-5-test updated

The branch, v3-5-test has been updated
       via  8d8d7a1 Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and from a DACL Reported by
David Disseldorp. Fix based on a patch by David.
      from  0a6d7a9 Improve configure.in so it can be used outside the Samba source tree.

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

- Log -----------------------------------------------------------------
commit 8d8d7a1c7f2b085801bfb7b4c4885969e1d7fce1
Author: Jeremy Allison <jra <at> samba.org>
Date:   Tue Nov 29 11:55:39 2011 -0800

    Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and from a DACL Reported by David
Disseldorp. Fix based on a patch by David.

    Autobuild-User: Jeremy Allison <jra <at> samba.org>
    Autobuild-Date: Tue Nov 29 22:32:27 CET 2011 on sn-devel-104
    (cherry picked from commit 6bf97ea3bc70745f64f82251cbce443f2637c703)
    (cherry picked from commit 28fa8d8d777f3da40fde2fb57cd06659f76cf658)

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

Summary of changes:
 source3/smbd/posix_acls.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c
index 555f9c0..78b373a 100644
(Continue reading)

Karolin Seeger | 1 Dec 2011 20:59
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-6-test updated

The branch, v3-6-test has been updated
       via  33a8e16 s3: Attempt to fix the vfs_commit module
      from  28fa8d8 Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and from a DACL Reported by
David Disseldorp. Fix based on a patch by David.

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

- Log -----------------------------------------------------------------
commit 33a8e161401b889feca19b2bb9222509cf77c37d
Author: Volker Lendecke <vl <at> samba.org>
Date:   Wed Nov 30 18:51:27 2011 +0100

    s3: Attempt to fix the vfs_commit module

    This bug went in in 2007. I wonder how much this module is actually used....

    Autobuild-User: Volker Lendecke <vlendec <at> samba.org>
    Autobuild-Date: Wed Nov 30 21:46:09 CET 2011 on sn-devel-104
    (cherry picked from commit b638abf70a3c9b2815344454946c0931295551be)

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

Summary of changes:
 source3/modules/vfs_commit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_commit.c b/source3/modules/vfs_commit.c
index 8bd8181..af1f98b 100644
(Continue reading)

Karolin Seeger | 1 Dec 2011 21:01
Picon
Favicon

[SCM] Samba Shared Repository - branch v3-5-test updated

The branch, v3-5-test has been updated
       via  8ceed53 s3: Attempt to fix the vfs_commit module
      from  8d8d7a1 Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and from a DACL Reported by
David Disseldorp. Fix based on a patch by David.

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

- Log -----------------------------------------------------------------
commit 8ceed5335c447dee08cddc66087d04478f0afd4b
Author: Volker Lendecke <vl <at> samba.org>
Date:   Wed Nov 30 18:51:27 2011 +0100

    s3: Attempt to fix the vfs_commit module

    This bug went in in 2007. I wonder how much this module is actually used....

    Autobuild-User: Volker Lendecke <vlendec <at> samba.org>
    Autobuild-Date: Wed Nov 30 21:46:09 CET 2011 on sn-devel-104
    (cherry picked from commit b638abf70a3c9b2815344454946c0931295551be)
    (cherry picked from commit 33a8e161401b889feca19b2bb9222509cf77c37d)

    Fix bug #8639 (vfs_commit is broken (.open_fs doesn't return a file descriptor).

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

Summary of changes:
 source3/modules/vfs_commit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Changeset truncated at 500 lines:
(Continue reading)

Jeremy Allison | 2 Dec 2011 00:24
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  30d4484 Add the "backup" toggle command to smbclient. In order for this to be really useful we need to
change to using NTCreateX opens by default in cli_open() and fall back to old OpenX calls instead of doing
it the other way around.
       via  af76d25 After a discussion with Volker, sdd a backup_intent state to the client struct.
      from  3c4af39 s4-ntvfs: added allow_override check based on use of NT ACL

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master

- Log -----------------------------------------------------------------
commit 30d4484bf95eecc0e2c9e94d26ae41ee38bbba97
Author: Jeremy Allison <jra <at> samba.org>
Date:   Thu Dec 1 13:47:12 2011 -0800

    Add the "backup" toggle command to smbclient. In order for this to be
    really useful we need to change to using NTCreateX opens by default in
    cli_open() and fall back to old OpenX calls instead of doing it the
    other way around.

    Autobuild-User: Jeremy Allison <jra <at> samba.org>
    Autobuild-Date: Fri Dec  2 00:23:13 CET 2011 on sn-devel-104

commit af76d2588c9aab9ed0eb71ab216ea55faaa40cf2
Author: Jeremy Allison <jra <at> samba.org>
Date:   Thu Dec 1 13:24:22 2011 -0800

    After a discussion with Volker, sdd a backup_intent state to the client struct.

    This causes the backup_intent flags to be added to findfirst/findnext
    and ntcreate/nttrans_create calls.
(Continue reading)

Andreas Schneider | 2 Dec 2011 19:03
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  20654d6 s3-winbind: Remove unused keys from list.
      from  30d4484 Add the "backup" toggle command to smbclient. In order for this to be really useful we need to
change to using NTCreateX opens by default in cli_open() and fall back to old OpenX calls instead of doing
it the other way around.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master

- Log -----------------------------------------------------------------
commit 20654d6a98fb55230fdaeba58fcea9d197e3d92d
Author: Andreas Schneider <asn <at> samba.org>
Date:   Fri Dec 2 15:44:02 2011 +0100

    s3-winbind: Remove unused keys from list.

    DR and DE have been removed with
    0834574fdd6b469797b3b6a4edd45f321b9b9971.

    Autobuild-User: Andreas Schneider <asn <at> cryptomilk.org>
    Autobuild-Date: Fri Dec  2 19:02:45 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/winbindd/winbindd_cache.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
(Continue reading)

Volker Lendecke | 2 Dec 2011 20:40
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  a47780a s3: Fix some nonblank line endings
       via  259cb94 s3: Remove unused dbwrap_record_get_private_data
      from  20654d6 s3-winbind: Remove unused keys from list.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master

- Log -----------------------------------------------------------------
commit a47780af229d433c75d810a4f345f996811caa65
Author: Volker Lendecke <vl <at> samba.org>
Date:   Fri Dec 2 17:40:33 2011 +0100

    s3: Fix some nonblank line endings

    Autobuild-User: Volker Lendecke <vlendec <at> samba.org>
    Autobuild-Date: Fri Dec  2 20:39:33 CET 2011 on sn-devel-104

commit 259cb94c1107bf30bebbb2a084208c1b4a3e9a77
Author: Volker Lendecke <vl <at> samba.org>
Date:   Fri Dec 2 17:39:13 2011 +0100

    s3: Remove unused dbwrap_record_get_private_data

    db_record->private_data is for backends which can include dbwrap_private.h
    anyway.

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

Summary of changes:
 source3/lib/dbwrap/dbwrap.c |   13 ++++---------
(Continue reading)

Jeremy Allison | 2 Dec 2011 22:14
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  46551d7 Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inheritable entries on a
directory with no stored ACL.
       via  3e0d923 Ensure we map our own Samba return of ERRSRV, ERRunknownsmb on an unknown SMB request to NT_STATUS_NOT_IMPLEMENTED.
       via  0105662 Convert smbclient to using NtCreateX by preference, fall back to openX on 'not implemented' or
similar error.
      from  a47780a s3: Fix some nonblank line endings

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master

- Log -----------------------------------------------------------------
commit 46551d750dc58b32630fb6744364fe5a1052b87d
Author: Jeremy Allison <jra <at> samba.org>
Date:   Fri Dec 2 10:55:40 2011 -0800

    Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inheritable entries on a directory
with no stored ACL.

    If referring to an fsp sbuf can be left as an uninitialized variable,
    causing the 'is_directory' variable to be false when it should be true.

    Autobuild-User: Jeremy Allison <jra <at> samba.org>
    Autobuild-Date: Fri Dec  2 22:13:03 CET 2011 on sn-devel-104

commit 3e0d923096cddcbf83cfa2d9594df5fa21331650
Author: Jeremy Allison <jra <at> samba.org>
Date:   Fri Dec 2 10:28:23 2011 -0800

    Ensure we map our own Samba return of ERRSRV, ERRunknownsmb
    on an unknown SMB request to NT_STATUS_NOT_IMPLEMENTED.
(Continue reading)


Gmane