[SCM] Samba Shared Repository - annotated tag talloc-2.1.2 created

Stefan Metzmacher metze at samba.org
Tue Mar 10 06:29:23 MDT 2015


The annotated tag, talloc-2.1.2 has been created
        at  05721cae0d9a1ea0ef13834e92389da7a14e8dcc (tag)
   tagging  7bef5e4f0e5ff4a4187f3d63e51a1725ff32b771 (commit)
  replaces  tevent-0.9.24
 tagged by  Stefan Metzmacher
        on  Tue Mar 10 13:29:09 2015 +0100

- Log -----------------------------------------------------------------
talloc: tag release talloc-2.1.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABAgAGBQJU/uOVAAoJEEeTkWETCEAl65EH/3yjGs8TOle2MrA/wC2cFJZH
HCa+nCKQ9RrYwZRfrjahhOSbNRkRwIXJuxTXzTrTZx7L36kUkZFPFOk/lH5YiJFg
FHvLQBudgNABR+JPmH181NkZGfO2Xwu3sMbCnt06k1rIwMfyUAPtKY3DOBaglebq
40iD62JZ6ywZuSkyNWcNu0X4z54oyLwHmymEJDujJjon5T1bA/YG0N7tvN2pOWQm
yvC68LCcEqru618iWyMfNcvNnl4ZIczbl3+ty2nVlS9kzgGwkjMomgMjfO7WRCA/
R0grCSkxY/1fcQiyTIegxZucSVvKf9VB5zrb1CugTB+52JiI5ETn+BHaXzVhNYY=
=1zAl
-----END PGP SIGNATURE-----

Amitay Isaacs (4):
      ctdb-build: Specify absolute path to libsocket-wrapper.so
      ctdb-scripts: Add a 'rm' stub so statd-callout tests work correctly
      ctdb-tests: Correctly cascade test failures from the end of pipes
      ctdb-locking: Back-off from logging every 10 seconds

Andrew Bartlett (4):
      samba-tool: Add -P to options.CredentialsOptions
      s4-lib/cmdline: Fix help for -P / --machine-pass: this no longer implies -k
      selftest: Improve renamedcs test
      provision: Give a more helpful message when find_provision_key_parameters() fails

Björn Jacke (1):
      printing: increse log level for unreachable cups servers

David Disseldorp (1):
      torture/fsrvp: remove verification trailer magic field

Jelmer Vernooij (50):
      Add simple subunit runner outputting subunit v1.
      selftest/tests/*.py: remove use of testtools.
      subunitrun: Use new samba.subunit.run module.
      subunitrun: Update instructions for running subunit tests.
      Use samba.subunit.run to run subunit tests.
      Fix copyright headers for python/samba/subunit.
      Use Samba-only subunit module in selftest/tests/.
      Use samba.subunit in selftest/selftest.py.
      Add RemoteTestCase and RemoteError to samba.subunit.
      Use samba.subunit in selftest.subunithelper, except for iso8601.
      Fix handling of unexpected failures in subunithelper.
      Inline outputting of subunit in libtorture.
      Add basic tap2subunit converter, rather than relying on the one from subunit-tools.
      Set default testRunner rather than requiring the user pass it in.
      test_duplicate_symbol: Use Samba subunit emitter.
      test_samba3dump: Use Samba subunit emitter.
      show_test_time: Use system subunit.
      tests/sam: Remove unnecessary calls for third party module imports.
      filter-subunit: Remove import of unnecessary third party modules testtools and subunit.
      format-subunit: Remove import of unnecessary third party modules testtools and subunit.
      Use iso8601 from the system, rather than the one bundled with subunit.
      Avoid importing TestCase and TestSkipped from testtools.
      Rename TestSkipped to Skiptest, consistent with Python 2.7.
      subunithelper: Fix progress support.
      Import UTC definition from utc8601 module.
      Bundle pyiso8601 for iso8601 time/date manipulation.
      Support using third party iso8601 module if system doesn't provide one.
      Remove unnecessary python path updates for bundled subunit/testtools.
      Remove bundled subunit.
      Remove bundled testtools.
      Remove unused bundled python-extras module.
      Remove bundled but unused mimeparse.
      Remove 'external' python module support code - use the third_party directory instead.
      Set failfast property for test reporters that need it.
      Fix use of iso8601.Utc.
      Drop support for failfast mode, rather than adding support for it everywhere.
      Build python-ntdb bindings if ntdb was found but python-ntdb was not.
      Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.
      Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for Python2.6.
      Add replacement addCleanup.
      Use Samba TestCase class, as the python 2.6 one doesn't have assertIs, assertIsInstance or addCleanup.
      Provide TestCase.assertIsInstance for python < 2.7.
      Use samba TestCase so we get all compatibility functions on Python < 2.7.
      TestCase.addUnexpectedSuccess doesn't take an error.
      Run cleanup after tearDown, for consistency with Python >= 2.7.
      Remove another call to addUnexpectedSuccess with too many arguments.
      Handle skips when running on python2.6.
      Implement assertIsNone for Python < 2.7.
      Implement TestCase.assertIn for older versions of Python.
      Implement TestCase.assertIsNotNone for python < 2.7.

Jeremy Allison (3):
      lib: talloc: Fix bug when calling a destructor.
      lib: talloc: Allow destructors to reparent the object they're called on.
      lib: talloc: Test suite for the new destructor reparent logic.

Martin Schwenke (11):
      ctdb-tests: Extend ctdb stub to support "ptrans", "pdelete", "catdb"
      ctdb-tests: Extend ctdb stub to support "ip" with and without -X
      ctdb-tests: Support testing scripts that change directory
      ctdb-tests: Extend eventscript unit test infrastructure for other scripts
      ctdb-tests: Make setup of public addresses more obvious
      ctdb-tests: Unit tests for statd-callout
      ctdb-scripts: Fix a regression in statd-callout
      ctdb-scripts: Change statd-callout to be more scalable
      ctdb-scripts: Remove unused function nfs_statd_update()
      ctdb-tests: Remove the old, confusing INSTALL script
      ctdb-tests: Check for readable, not executable, script

Michael Adam (1):
      build:wafadmin: fix use of spaces instead of tabs.

Richard Sharpe (1):
      Add the definition of FSCTL_SET_INTEGRITY_INFORMATION found from a capture and the Web.

Stefan Metzmacher (5):
      s3:smbprofile: specify SMBPROFILE_STATS_SECTION_START() with name vs. display[name]
      s3:smbprofile: profile the system and user space cpu time
      script/autobuild.py: build the samba target with --with-profiling-data
      talloc: fix _talloc_total_limit_size prototype
      talloc: version 2.1.2

Volker Lendecke (25):
      lib: Fix CID 1128552 Buffer not null terminated
      Fix whitespace
      lib: Fix CID 1128561 Pointer to local outside scope
      lib: Fix CID 1273056 Negative array index read
      lib: Fix CID 1273292 Uninitialized pointer read
      libads: Fix CID 1273306 Uninitialized scalar variable
      libads: Fix CID 1273305 Uninitialized scalar variable
      winbind: Fix CID 1273295 Uninitialized scalar variable
      winbind: Fix CID 1273294 Uninitialized scalar variable
      backupkey: Slightly simplify bkrp_do_retrieve_server_wrap_key
      backupkey: Simplify get_lsa_secret
      backupkey: Fix a memleak
      backupkey: Fix CID 1273293 Uninitialized scalar variable
      backupkey: Remove an unused variable
      rpc_server: Fix CID 1035534 Uninitialized scalar variable
      rpc_server: Fix CID 1035535 Uninitialized scalar variable
      rpc_server: Fix CID 1273433 Unused value
      perfcount: Fix CID 1274043 Division or modulo by zero
      perfcount: Fix CID 1035492 Out-of-bounds read
      perfcount: Fix CID 1035493 Out-of-bounds read
      perfcount: Fix CID 1035494 Out-of-bounds read
      s3:smbprofile: Replace sysv shmem with tdb
      heimdal: Fix CID 1273430 Double free
      vfs_fruit: Fix CID 1273290 Uninitialized scalar variable
      winbind: Make wb_sids2xids_recv work on an array

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list