Kai Blin | 18 May 2013 16:33
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  61a2ad3 swat: Remove swat.
      from  a3a3086 dns: Also print packet information for DBGC_DNS

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

- Log -----------------------------------------------------------------
commit 61a2ad3c020424cead067cbdc89ea6f25708fde4
Author: Kai Blin <kai <at> samba.org>
Date:   Fri May 17 14:16:26 2013 +0200

    swat: Remove swat.

    Signed-off-by: Kai Blin <kai <at> samba.org>
    Reviewed-by: Andrew Bartlett <abartlet <at> samba.org>

    Autobuild-User(master): Kai Blin <kai <at> samba.org>
    Autobuild-Date(master): Sat May 18 16:32:38 CEST 2013 on sn-devel-104

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

Summary of changes:
 buildtools/wafsamba/samba_patterns.py       |    1 -
 dynconfig/config.m4                         |    3 -
 dynconfig/dynconfig.c                       |    1 -
 dynconfig/dynconfig.h                       |    1 -
 dynconfig/wscript                           |    4 -
 examples/misc/swat.pl                       |  122 --
 source3/Makefile.in                         |   33 +-
 source3/configure.in                        |    2 -
(Continue reading)

Kai Blin | 18 May 2013 12:49
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  a3a3086 dns: Also print packet information for DBGC_DNS
       via  0f5e9d2 librpc: Add NDR_PRINT_DEBUGC to ndr print to a debug class
       via  30cba0d debug: Add ability to dump_data per debug class
      from  1c9ef67 smbd: Fix a ISO C90 forbids mixed declarations and code warning

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

- Log -----------------------------------------------------------------
commit a3a3086a2a35021bcf4dd4d3bcaeb51eb1b44a19
Author: Kai Blin <kai <at> samba.org>
Date:   Fri Jan 18 18:36:45 2013 +0100

    dns: Also print packet information for DBGC_DNS

    Signed-off-by: Kai Blin <kai <at> samba.org>
    Reviewed-by: Andrew Bartlett <abartlet <at> samba.org>

    Autobuild-User(master): Kai Blin <kai <at> samba.org>
    Autobuild-Date(master): Sat May 18 12:48:15 CEST 2013 on sn-devel-104

commit 0f5e9d29f607f9d910641632dfcd20ef800b0bc4
Author: Kai Blin <kai <at> samba.org>
Date:   Fri Jan 18 18:35:15 2013 +0100

    librpc: Add NDR_PRINT_DEBUGC to ndr print to a debug class

    Signed-off-by: Kai Blin <kai <at> samba.org>
    Reviewed-by: Andrew Bartlett <abartlet <at> samba.org>

(Continue reading)

Matthieu Patou | 18 May 2013 01:41
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  1c9ef67 smbd: Fix a ISO C90 forbids mixed declarations and code warning
      from  2fda6c4 More generic check for OpenBSD platform

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

- Log -----------------------------------------------------------------
commit 1c9ef675d1a44fb9b0d599f96391abf1e21981c1
Author: Volker Lendecke <vl <at> samba.org>
Date:   Fri May 17 15:14:58 2013 +0200

    smbd: Fix a ISO C90 forbids mixed declarations and code warning

    Signed-off-by: Volker Lendecke <vl <at> samba.org>
    Reviewed-by: Matthieu Patou <mat <at> matws.net>

    Autobuild-User(master): Matthieu Patou <mat <at> samba.org>
    Autobuild-Date(master): Sat May 18 01:40:04 CEST 2013 on sn-devel-104

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

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

Changeset truncated at 500 lines:

diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index ceae6d9..13e9268 100644
--- a/source3/modules/nfs4_acls.c
(Continue reading)

Björn Jacke | 17 May 2013 17:59
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  2fda6c4 More generic check for OpenBSD platform
       via  c3057f6 docs: mention AD prerequirements for using idmap_ad
       via  2314f47 doc: some fixes for vfs_full_audit man page
      from  1a7e181 s4:dsdb python tests - set the executable flag

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

- Log -----------------------------------------------------------------
commit 2fda6c47f4aa46dbb42028732207a94821881c67
Author: Vadim Zhukov <persgray <at> gmail.com>
Date:   Fri May 17 12:43:08 2013 +0400

    More generic check for OpenBSD platform

    OpenBSD versioning is different from many other
    projects, and, say, 5.0 does not differ from 4.9 more than from 5.1. So the
    right approach will be to check that platform name starts with "openbsd"
    instead. This is also the thing OpenBSD developers do when patching other
    software, so this patch is consistent with already existing practicies.

    BUG: https://bugzilla.samba.org/show_bug.cgi?id=9888

    Reviewed-by: Lars Müller <lars <at> samba.org>
    Reviewed-by: Björn Jacke <bj <at> sernet.de>

    Autobuild-User(master): Björn Jacke <bj <at> sernet.de>
    Autobuild-Date(master): Fri May 17 17:58:16 CEST 2013 on sn-devel-104

commit c3057f69a274f0d8e0e66183bd5e8be7703b6750
(Continue reading)

Matthias Dieter Wallnöfer | 17 May 2013 15:12
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  1a7e181 s4:dsdb python tests - set the executable flag
      from  c29447f s3:lib/ctdb_conn make sure we are root before connecting to CTDB

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

- Log -----------------------------------------------------------------
commit 1a7e181fb84757e1aa189310fee272d85f1c3bd5
Author: Matthias Dieter Wallnöfer <mdw <at> samba.org>
Date:   Fri May 17 10:31:28 2013 +0200

    s4:dsdb python tests - set the executable flag

    Reviewed-by: Matthieu Patou <mat <at> samba.org>

    Autobuild-User(master): Matthias Dieter Wallnöfer <mdw <at> samba.org>
    Autobuild-Date(master): Fri May 17 15:11:29 CEST 2013 on sn-devel-104

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

Summary of changes:
 0 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 source4/dsdb/tests/python/ldap_syntaxes.py
 mode change 100644 => 100755 source4/dsdb/tests/python/sites.py

Changeset truncated at 500 lines:

diff --git a/source4/dsdb/tests/python/ldap_syntaxes.py b/source4/dsdb/tests/python/ldap_syntaxes.py
old mode 100644
new mode 100755
(Continue reading)

Karolin Seeger | 17 May 2013 14:40
Picon
Favicon

[SCM] Samba Website Repository - branch master updated

The branch, master has been updated
       via  9c68d03 Fix link to HTML man pages.
      from  d8b7721 GUI: Add paragraph to add missing blank line.

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

- Log -----------------------------------------------------------------
commit 9c68d036372ae0f8da25abae82695b5871b518ac
Author: Karolin Seeger <kseeger <at> samba.org>
Date:   Fri May 17 14:39:38 2013 +0200

    Fix link to HTML man pages.

    Signed-off-by: Karolin Seeger <kseeger <at> samba.org>

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

Summary of changes:
 docs/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Changeset truncated at 500 lines:

diff --git a/docs/index.html b/docs/index.html
index ec92df1..9669efe 100755
--- a/docs/index.html
+++ b/docs/index.html
 <at>  <at>  -10,7 +10,7  <at>  <at>  earlier version of Samba then you may find some differences.</p>

 <h3>Documentation</h3>
(Continue reading)

Christian Ambach | 17 May 2013 13:17
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  c29447f s3:lib/ctdb_conn make sure we are root before connecting to CTDB
       via  d67e614 lib: Add before/after hooks to async_connect
       via  272a58a waf: build vfs_aixacl2 module by default on AIX
       via  162ec83 waf: only use -fstack-protector when both compiler and linker support it
      from  355f78f docs/rpcdaemon: some formating fixes

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

- Log -----------------------------------------------------------------
commit c29447f2b8705630a24d3d73f76661af296a4c4d
Author: Christian Ambach <ambi <at> samba.org>
Date:   Thu May 16 15:07:44 2013 +0200

    s3:lib/ctdb_conn make sure we are root before connecting to CTDB

    CTDB socket is only reachable for root, make sure we are root when trying to connect to it

    Signed-off-by: Christian Ambach <ambi <at> samba.org>
    Reviewed-by: Stefan Metzmacher <metze <at> samba.org>

    Autobuild-User(master): Christian Ambach <ambi <at> samba.org>
    Autobuild-Date(master): Fri May 17 13:16:37 CEST 2013 on sn-devel-104

commit d67e614a07cbf143293436d380aba9a022c0e31b
Author: Volker Lendecke <vl <at> samba.org>
Date:   Thu May 16 16:11:54 2013 +0200

    lib: Add before/after hooks to async_connect

(Continue reading)

Andreas Schneider | 17 May 2013 10:35
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  355f78f docs/rpcdaemon: some formating fixes
      from  3f3576d drsuapi: Debug more clearly why NC is bad in updateRefs

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

- Log -----------------------------------------------------------------
commit 355f78fe9e8ba09179693597104915f3b6963139
Author: Björn Jacke <bj <at> sernet.de>
Date:   Thu May 16 16:19:22 2013 +0200

    docs/rpcdaemon: some formating fixes

    Reviewed-by: Andreas Schneider <asn <at> samba.org>

    Autobuild-User(master): Andreas Schneider <asn <at> cryptomilk.org>
    Autobuild-Date(master): Fri May 17 10:34:18 CEST 2013 on sn-devel-104

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

Summary of changes:
 docs-xml/smbdotconf/misc/rpcdaemon.xml |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/misc/rpcdaemon.xml b/docs-xml/smbdotconf/misc/rpcdaemon.xml
index 8db9267..5fbe886 100644
--- a/docs-xml/smbdotconf/misc/rpcdaemon.xml
+++ b/docs-xml/smbdotconf/misc/rpcdaemon.xml
(Continue reading)

Andrew Bartlett | 17 May 2013 04:18
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  3f3576d drsuapi: Debug more clearly why NC is bad in updateRefs
      from  1a7bd5e nsswitch: fix some typos

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

- Log -----------------------------------------------------------------
commit 3f3576d64275dbf4964458dab39252ae4da9ba06
Author: Matthieu Patou <mat <at> matws.net>
Date:   Fri Jan 11 20:05:39 2013 -0800

    drsuapi: Debug more clearly why NC is bad in updateRefs

    Reviewed-by: Andrew Bartlett <abartlet <at> samba.org>

    Autobuild-User(master): Andrew Bartlett <abartlet <at> samba.org>
    Autobuild-Date(master): Fri May 17 04:17:14 CEST 2013 on sn-devel-104

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

Summary of changes:
 source4/rpc_server/drsuapi/updaterefs.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Changeset truncated at 500 lines:

diff --git a/source4/rpc_server/drsuapi/updaterefs.c b/source4/rpc_server/drsuapi/updaterefs.c
index b7a0b44..14bd3f6 100644
--- a/source4/rpc_server/drsuapi/updaterefs.c
+++ b/source4/rpc_server/drsuapi/updaterefs.c
(Continue reading)

Andrew Bartlett | 17 May 2013 01:10
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  1a7bd5e nsswitch: fix some typos
       via  9910b80 s3:lib/dbwrap add missing curly braces
       via  bdc3e9a s3:include remove non-blank line endings
      from  2ed6b08 auth: Ensure auth_sam is not used on the AD DC

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

- Log -----------------------------------------------------------------
commit 1a7bd5e12c519f8d14120f21198038dae1e5c914
Author: Christian Ambach <ambi <at> samba.org>
Date:   Thu May 16 15:06:49 2013 +0200

    nsswitch: fix some typos

    Signed-off-by: Christian Ambach <ambi <at> samba.org>

    Reviewed-by: Andrew Bartlett <abartlet <at> samba.org>

    Autobuild-User(master): Andrew Bartlett <abartlet <at> samba.org>
    Autobuild-Date(master): Fri May 17 01:09:33 CEST 2013 on sn-devel-104

commit 9910b8050ccb073fe47c26eeeeb60955d9f2d043
Author: Christian Ambach <ambi <at> samba.org>
Date:   Tue May 14 21:02:15 2013 +0200

    s3:lib/dbwrap add missing curly braces

    violation of README.Coding

(Continue reading)

Stefan Metzmacher | 16 May 2013 22:52
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  2ed6b08 auth: Ensure auth_sam is not used on the AD DC
       via  9b24f65 dsdb: Expand on what the error finding the ntSecurityDescriptor was in acl_read
       via  60d1c2d autobuild.py add ntdb to the samba-libs task, to ensure it works as an external library
       via  73628e9 rpc_server-drsuapi: Include the failing DN when unable to convert DB objects to DRS
       via  11e716a dsdb-schema: Print clear debug message when we find a OID in our local DB we cannot convert
       via  25402e0 dsdb-repl: Allow the name attribute (and name-based schema lookups) to be skipped in dsdb_repl_make_working_schema()
       via  3482060 python-samba-tool domain classicupgrade: Use transactions when adding users/groups/members
       via  ef895fe samba-tool dbcheck: Use dsdb.DS_GUID_DELETED_OBJECTS_CONTAINER rather than the literal value
       via  9c5756c python-samba-tool domain classicupgrade: Correct message about re-promoting BDCs
       via  1165776 pdb_ldap: Do not skip accounts without a sambaAcctFlags value
       via  2c04719 python-samba-tool domain classicupgrade: Actually Skip domain trust accounts
       via  2e1f143 python-samba-tool domain classicupgrade: Skip machine accounts that do not end in $
       via  2044541 build: Do not set PATH in install_with_python now we set $PYTHON
       via  10f6926 s3-rpc_server: Ensure we are root when starting and usiing gensec
       via  9430310 gensec: Make the no-hostname status message much less scary
       via  768c3bb build: Blacklist the release-4-0-0 provision as well
      from  46e98cf dns: Fix allocation of txt_record in txt record tests

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

- Log -----------------------------------------------------------------
commit 2ed6b0818a68ac07bd9c4270522aa8e2098ec140
Author: Andrew Bartlett <abartlet <at> samba.org>
Date:   Thu May 16 10:32:50 2013 +1000

    auth: Ensure auth_sam is not used on the AD DC

    Reviewed-by: Stefan Metzmacher <metze <at> samba.org>

(Continue reading)


Gmane