summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-09talloc: version 2.1.2talloc-2.1.2Stefan Metzmacher3-1/+71
2015-03-09talloc: fix _talloc_total_limit_size prototypeStefan Metzmacher1-1/+1
2015-03-08lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison1-0/+82
2015-03-08lib: talloc: Allow destructors to reparent the object they're called on.Jeremy Allison1-0/+7
2015-03-08lib: talloc: Fix bug when calling a destructor.Jeremy Allison1-1/+7
2015-03-08Add the definition of FSCTL_SET_INTEGRITY_INFORMATION found from a capture an...Richard Sharpe1-0/+2
2015-03-07torture/fsrvp: remove verification trailer magic fieldDavid Disseldorp2-36/+7
2015-03-07winbind: Make wb_sids2xids_recv work on an arrayVolker Lendecke8-21/+27
2015-03-06vfs_fruit: Fix CID 1273290 Uninitialized scalar variableVolker Lendecke1-1/+2
2015-03-06provision: Give a more helpful message when find_provision_key_parameters() f...Andrew Bartlett1-2/+5
2015-03-06selftest: Improve renamedcs testAndrew Bartlett1-0/+10
2015-03-06s4-lib/cmdline: Fix help for -P / --machine-pass: this no longer implies -kAndrew Bartlett1-1/+1
2015-03-06samba-tool: Add -P to options.CredentialsOptionsAndrew Bartlett1-5/+21
2015-03-06heimdal: Fix CID 1273430 Double freeVolker Lendecke1-1/+0
2015-03-06script/autobuild.py: build the samba target with --with-profiling-dataStefan Metzmacher1-1/+1
2015-03-06s3:smbprofile: profile the system and user space cpu timeStefan Metzmacher3-0/+25
2015-03-06s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke7-110/+446
2015-03-06s3:smbprofile: specify SMBPROFILE_STATS_SECTION_START() with name vs. display...Stefan Metzmacher2-12/+12
2015-03-06Implement TestCase.assertIsNotNone for python < 2.7.Jelmer Vernooij1-6/+9
2015-03-06Implement TestCase.assertIn for older versions of Python.Jelmer Vernooij1-0/+3
2015-03-06Implement assertIsNone for Python < 2.7.Jelmer Vernooij1-0/+3
2015-03-06Handle skips when running on python2.6.Jelmer Vernooij1-9/+57
2015-03-06Remove another call to addUnexpectedSuccess with too many arguments.Jelmer Vernooij1-1/+1
2015-03-06Run cleanup after tearDown, for consistency with Python >= 2.7.Jelmer Vernooij1-2/+3
2015-03-06TestCase.addUnexpectedSuccess doesn't take an error.Jelmer Vernooij1-3/+3
2015-03-06Use samba TestCase so we get all compatibility functions on Python < 2.7.Jelmer Vernooij4-4/+4
2015-03-06Provide TestCase.assertIsInstance for python < 2.7.Jelmer Vernooij1-0/+4
2015-03-06Use Samba TestCase class, as the python 2.6 one doesn't have assertIs, assert...Jelmer Vernooij2-2/+2
2015-03-06Add replacement addCleanup.Jelmer Vernooij1-0/+11
2015-03-06Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for...Jelmer Vernooij1-0/+8
2015-03-06Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.Jelmer Vernooij2-3/+7
2015-03-06Build python-ntdb bindings if ntdb was found but python-ntdb was not.Jelmer Vernooij1-7/+7
2015-03-06Drop support for failfast mode, rather than adding support for it everywhere.Jelmer Vernooij2-42/+7
2015-03-06Fix use of iso8601.Utc.Jelmer Vernooij1-1/+2
2015-03-06Set failfast property for test reporters that need it.Jelmer Vernooij1-0/+4
2015-03-06Remove 'external' python module support code - use the third_party directory ...Jelmer Vernooij2-40/+0
2015-03-06Remove bundled but unused mimeparse.Jelmer Vernooij6-291/+0
2015-03-06Remove unused bundled python-extras module.Jelmer Vernooij14-554/+0
2015-03-06Remove bundled testtools.Jelmer Vernooij81-19182/+0
2015-03-06Remove bundled subunit.Jelmer Vernooij67-9783/+0
2015-03-06Remove unnecessary python path updates for bundled subunit/testtools.Jelmer Vernooij1-3/+2
2015-03-06Support using third party iso8601 module if system doesn't provide one.Jelmer Vernooij2-1/+6
2015-03-06Bundle pyiso8601 for iso8601 time/date manipulation.Jelmer Vernooij17-0/+1337
2015-03-06Import UTC definition from utc8601 module.Jelmer Vernooij2-24/+3
2015-03-06subunithelper: Fix progress support.Jelmer Vernooij1-1/+8
2015-03-06Rename TestSkipped to Skiptest, consistent with Python 2.7.Jelmer Vernooij4-13/+11
2015-03-06Avoid importing TestCase and TestSkipped from testtools.Jelmer Vernooij1-11/+8
2015-03-06Use iso8601 from the system, rather than the one bundled with subunit.Jelmer Vernooij1-1/+1
2015-03-06format-subunit: Remove import of unnecessary third party modules testtools an...Jelmer Vernooij1-6/+1
2015-03-06filter-subunit: Remove import of unnecessary third party modules testtools an...Jelmer Vernooij1-5/+0