Jelmer Vernooij | 1 Jan 2011 03:40
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  5792fa9 s4-python: Only set BASETYPE flag if subclassing is supported.
       via  f5fe9c3 s4-python: Add more prototypes.
       via  4350e0c s4-python: Properly call PyObject_Del from all destructors.
       via  9529fda wmi: Remove unnecessary noprint statements.
       via  51239bb talloc/tdb/tevent: Remove obsolete signatures files.
      from  659bb64 s3: Add some const to receive_getdc_response

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

- Log -----------------------------------------------------------------
commit 5792fa90ace06f736661d9924ec9a75c3a0a9771
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Wed Dec 29 18:56:13 2010 +0100

    s4-python: Only set BASETYPE flag if subclassing is supported.

    Autobuild-User: Jelmer Vernooij <jelmer <at> samba.org>
    Autobuild-Date: Sat Jan  1 03:39:58 CET 2011 on sn-devel-104

commit f5fe9c32ef833d3f1ee4b891f46e94382aa182fe
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Wed Dec 29 18:09:09 2010 +0100

    s4-python: Add more prototypes.

commit 4350e0c3c99fedab99ab1cc680e9d8fe555162e9
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Wed Dec 29 15:58:12 2010 +0100

(Continue reading)

Jelmer Vernooij | 1 Jan 2011 04:47
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  3b4fd35 heimdal_build: Add missing dependencies when building with system heimdal.
       via  d93fd5f heimdal_build: Support using system gssapi library.
       via  6a669c7 heimdal_build: Support using system hdb and kdc libraries.
       via  0d6c739 heimdal_build: Add conditionals for all libraries.
       via  91fc7a2 heimdal_build: Allow using system krb5.
       via  4ea9924 heimdal_build: Allow using system heimntlm.
       via  3febaed heimdal_build: Look for asn1_compile (but by default, don't use it).
      from  5792fa9 s4-python: Only set BASETYPE flag if subclassing is supported.

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

- Log -----------------------------------------------------------------
commit 3b4fd3573e581c610e38cc6a652d57da533062c4
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sat Jan 1 03:56:27 2011 +0100

    heimdal_build: Add missing dependencies when building with system heimdal.

    Autobuild-User: Jelmer Vernooij <jelmer <at> samba.org>
    Autobuild-Date: Sat Jan  1 04:46:35 CET 2011 on sn-devel-104

commit d93fd5f06b5a9e6c58e4b4239d704b8c60f522ca
Author: Jelmer Vernooij <jelmer <at> samba.org>
Date:   Sat Jan 1 02:50:54 2011 +0100

    heimdal_build: Support using system gssapi library.

commit 6a669c7454c9ee824c75a72061a96527956933d6
Author: Jelmer Vernooij <jelmer <at> samba.org>
(Continue reading)

Volker Lendecke | 1 Jan 2011 16:04
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  bb6da9f s3: Fix some nonempty blank lines
       via  407a1b3 nss_wins: Fix a type-punned warning
      from  3b4fd35 heimdal_build: Add missing dependencies when building with system heimdal.

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

- Log -----------------------------------------------------------------
commit bb6da9f06c1159b3b904d654f845442c5a7dec3e
Author: Volker Lendecke <vl <at> samba.org>
Date:   Sat Jan 1 15:13:30 2011 +0100

    s3: Fix some nonempty blank lines

    Autobuild-User: Volker Lendecke <vlendec <at> samba.org>
    Autobuild-Date: Sat Jan  1 16:03:23 CET 2011 on sn-devel-104

commit 407a1b3e7463f02d22670ab033c1a2df89c0ce06
Author: Volker Lendecke <vl <at> samba.org>
Date:   Sat Jan 1 15:08:42 2011 +0100

    nss_wins: Fix a type-punned warning

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

Summary of changes:
 nsswitch/wins.c           |    3 ++-
 source3/libsmb/clidgram.c |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

(Continue reading)

Volker Lendecke | 1 Jan 2011 23:01
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  9ccef4e s3: Remove unused mem_ctx arg from set_getdc_request
       via  b2ba2b9 s3: Factor out prep_getdc_request
       via  e0abc5c s3: cli_send_mailslot -> cli_prep_mailslot
      from  bb6da9f s3: Fix some nonempty blank lines

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

- Log -----------------------------------------------------------------
commit 9ccef4e62b72a42b7281e6ad6bc1127ed9504bbb
Author: Volker Lendecke <vl <at> samba.org>
Date:   Sat Jan 1 16:21:12 2011 +0100

    s3: Remove unused mem_ctx arg from set_getdc_request

    Autobuild-User: Volker Lendecke <vlendec <at> samba.org>
    Autobuild-Date: Sat Jan  1 23:00:24 CET 2011 on sn-devel-104

commit b2ba2b956e2b6e8552c74afe65902aae70203843
Author: Volker Lendecke <vl <at> samba.org>
Date:   Sat Jan 1 16:18:48 2011 +0100

    s3: Factor out prep_getdc_request

commit e0abc5c15f8e3b226366d32925d1c50f42a9b225
Author: Volker Lendecke <vl <at> samba.org>
Date:   Sat Jan 1 15:29:11 2011 +0100

    s3: cli_send_mailslot -> cli_prep_mailslot

(Continue reading)

Jeremy Allison | 2 Jan 2011 05:26
Picon
Favicon

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

The branch, v3-6-test has been updated
       via  95cae3e Fix memory leak I introduced when refactoring unexpected packet code. Found by Volker.
      from  aa61900 s3: Add some const to receive_getdc_response

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

- Log -----------------------------------------------------------------
commit 95cae3e0b97571d5b97aeea76e91df28555968d8
Author: Jeremy Allison <jra <at> samba.org>
Date:   Sat Jan 1 20:23:49 2011 -0800

    Fix memory leak I introduced when refactoring unexpected packet code.
    Found by Volker.

    Jeremy.
    (cherry picked from commit 991db9faeaa019a8d9c1e1981f063654e3ad5908)

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

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

Changeset truncated at 500 lines:

diff --git a/source3/libsmb/unexpected.c b/source3/libsmb/unexpected.c
index 0f4227d..3934cba 100644
--- a/source3/libsmb/unexpected.c
+++ b/source3/libsmb/unexpected.c
 <at>  <at>  -232,6 +232,7  <at>  <at>  void clear_unexpected(time_t t)
(Continue reading)

Jeremy Allison | 2 Jan 2011 06:12
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  9d754da Fix memory leak I introduced when refactoring unexpected packet code. Found by Volker.
      from  9ccef4e s3: Remove unused mem_ctx arg from set_getdc_request

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

- Log -----------------------------------------------------------------
commit 9d754da1120d21e7e1021ca0366cceedca0ee823
Author: Jeremy Allison <jra <at> samba.org>
Date:   Sat Jan 1 20:23:49 2011 -0800

    Fix memory leak I introduced when refactoring unexpected packet code.
    Found by Volker.

    Jeremy.

    Autobuild-User: Jeremy Allison <jra <at> samba.org>
    Autobuild-Date: Sun Jan  2 06:11:13 CET 2011 on sn-devel-104

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

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

Changeset truncated at 500 lines:

diff --git a/source3/libsmb/unexpected.c b/source3/libsmb/unexpected.c
index 0f4227d..3934cba 100644
--- a/source3/libsmb/unexpected.c
(Continue reading)

Jeremy Allison | 2 Jan 2011 06:13
Picon
Favicon

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

The branch, v3-6-test has been updated
       via  f08009e s3: Remove unused mem_ctx arg from set_getdc_request
       via  5d0a00c s3: Factor out prep_getdc_request (cherry picked from commit b2ba2b956e2b6e8552c74afe65902aae70203843)
       via  85e8a2d s3: cli_send_mailslot -> cli_prep_mailslot (cherry picked from commit e0abc5c15f8e3b226366d32925d1c50f42a9b225)
       via  709bd63 s3: Fix some nonempty blank lines
       via  1c11ad8 nss_wins: Fix a type-punned warning (cherry picked from commit 407a1b3e7463f02d22670ab033c1a2df89c0ce06)
      from  95cae3e Fix memory leak I introduced when refactoring unexpected packet code. Found by Volker.

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

- Log -----------------------------------------------------------------
commit f08009e6d262a88e0f5de513ff6e9d09f580df66
Author: Volker Lendecke <vl <at> samba.org>
Date:   Sat Jan 1 16:21:12 2011 +0100

    s3: Remove unused mem_ctx arg from set_getdc_request

    Autobuild-User: Volker Lendecke <vlendec <at> samba.org>
    Autobuild-Date: Sat Jan  1 23:00:24 CET 2011 on sn-devel-104
    (cherry picked from commit 9ccef4e62b72a42b7281e6ad6bc1127ed9504bbb)

commit 5d0a00cf2a6376b50a5ec2de79831ed0fa5bb2be
Author: Volker Lendecke <vl <at> samba.org>
Date:   Sat Jan 1 16:18:48 2011 +0100

    s3: Factor out prep_getdc_request
    (cherry picked from commit b2ba2b956e2b6e8552c74afe65902aae70203843)

commit 85e8a2db0551068b51f16203d45dc88a3754a9e9
Author: Volker Lendecke <vl <at> samba.org>
(Continue reading)

Volker Lendecke | 2 Jan 2011 10:59
Picon
Favicon

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  41179c2 Fix a valgrind error
      from  9d754da Fix memory leak I introduced when refactoring unexpected packet code. Found by Volker.

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

- Log -----------------------------------------------------------------
commit 41179c2538b38eafc52ac5355d2c4becdd9c87d4
Author: Volker Lendecke <vl <at> samba.org>
Date:   Sun Jan 2 02:48:03 2011 +0100

    Fix a valgrind error

    Thanks to Tridge for the hint.

    Autobuild-User: Volker Lendecke <vlendec <at> samba.org>
    Autobuild-Date: Sun Jan  2 10:58:51 CET 2011 on sn-devel-104

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

Summary of changes:
 libcli/nbt/nbtname.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

Changeset truncated at 500 lines:

diff --git a/libcli/nbt/nbtname.c b/libcli/nbt/nbtname.c
index 3f0a122..fec8e8e 100644
--- a/libcli/nbt/nbtname.c
+++ b/libcli/nbt/nbtname.c
(Continue reading)

Volker Lendecke | 2 Jan 2011 13:00
Picon
Favicon

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

The branch, v3-6-test has been updated
       via  a31f756 Fix a valgrind error
      from  f08009e s3: Remove unused mem_ctx arg from set_getdc_request

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

- Log -----------------------------------------------------------------
commit a31f75606079b8a408974f4f25d7c23577955655
Author: Volker Lendecke <vl <at> samba.org>
Date:   Sun Jan 2 02:48:03 2011 +0100

    Fix a valgrind error

    Thanks to Tridge for the hint.

    Autobuild-User: Volker Lendecke <vlendec <at> samba.org>
    Autobuild-Date: Sun Jan  2 10:58:51 CET 2011 on sn-devel-104

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

Summary of changes:
 libcli/nbt/nbtname.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

Changeset truncated at 500 lines:

diff --git a/libcli/nbt/nbtname.c b/libcli/nbt/nbtname.c
index 3f0a122..fec8e8e 100644
--- a/libcli/nbt/nbtname.c
+++ b/libcli/nbt/nbtname.c
(Continue reading)

Michael Adam | 2 Jan 2011 13:42
Picon
Favicon
Gravatar

[SCM] Samba Shared Repository - branch master updated

The branch, master has been updated
       via  45cb9bb s3:net: make idmap_store_secret static.
       via  7f256a7 s3:net: fix the usage for net idmap secret (removing alloc)
       via  11016f2 s3:net: remove alloc parameter from idmap_store_secret() (net idmap store).
       via  2d3a8b1 s3:idmap_ldap: remove special handling of alloc secret (not used any more).
       via  52b37de s3:idmap_ldap: remove unused idmap_ldap_alloc_context.
       via  91e7430 s3:idmap_ldap: remove alloc context member from ldap_idmap_context
       via  5908bd6 s3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id().
       via  510bf2d s3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor().
       via  f83fa1e s3:idmap_ldap: remove unused idmap_ldap_alloc_init().
       via  632e232 s3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init.
       via  58508c9 s3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool().
      from  41179c2 Fix a valgrind error

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

- Log -----------------------------------------------------------------
commit 45cb9bba37407ab4e76b0955e6a379efc6d562a4
Author: Michael Adam <obnox <at> samba.org>
Date:   Wed Dec 8 00:43:34 2010 +0100

    s3:net: make idmap_store_secret static.

    Autobuild-User: Michael Adam <obnox <at> samba.org>
    Autobuild-Date: Sun Jan  2 13:41:07 CET 2011 on sn-devel-104

commit 7f256a740cc43dbaed545cf0d2533cc31a25806b
Author: Michael Adam <obnox <at> samba.org>
Date:   Wed Dec 8 00:41:28 2010 +0100

(Continue reading)


Gmane