summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* winbind: Make wb_sids2xids_recv work on an arrayVolker Lendecke2015-03-078-21/+27
* vfs_fruit: Fix CID 1273290 Uninitialized scalar variableVolker Lendecke2015-03-061-1/+2
* provision: Give a more helpful message when find_provision_key_parameters() f...Andrew Bartlett2015-03-061-2/+5
* selftest: Improve renamedcs testAndrew Bartlett2015-03-061-0/+10
* s4-lib/cmdline: Fix help for -P / --machine-pass: this no longer implies -kAndrew Bartlett2015-03-061-1/+1
* samba-tool: Add -P to options.CredentialsOptionsAndrew Bartlett2015-03-061-5/+21
* heimdal: Fix CID 1273430 Double freeVolker Lendecke2015-03-061-1/+0
* script/autobuild.py: build the samba target with --with-profiling-dataStefan Metzmacher2015-03-061-1/+1
* s3:smbprofile: profile the system and user space cpu timeStefan Metzmacher2015-03-063-0/+25
* s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke2015-03-067-110/+446
* s3:smbprofile: specify SMBPROFILE_STATS_SECTION_START() with name vs. display...Stefan Metzmacher2015-03-062-12/+12
* Implement TestCase.assertIsNotNone for python < 2.7.Jelmer Vernooij2015-03-061-6/+9
* Implement TestCase.assertIn for older versions of Python.Jelmer Vernooij2015-03-061-0/+3
* Implement assertIsNone for Python < 2.7.Jelmer Vernooij2015-03-061-0/+3
* Handle skips when running on python2.6.Jelmer Vernooij2015-03-061-9/+57
* Remove another call to addUnexpectedSuccess with too many arguments.Jelmer Vernooij2015-03-061-1/+1
* Run cleanup after tearDown, for consistency with Python >= 2.7.Jelmer Vernooij2015-03-061-2/+3
* TestCase.addUnexpectedSuccess doesn't take an error.Jelmer Vernooij2015-03-061-3/+3
* Use samba TestCase so we get all compatibility functions on Python < 2.7.Jelmer Vernooij2015-03-064-4/+4
* Provide TestCase.assertIsInstance for python < 2.7.Jelmer Vernooij2015-03-061-0/+4
* Use Samba TestCase class, as the python 2.6 one doesn't have assertIs, assert...Jelmer Vernooij2015-03-062-2/+2
* Add replacement addCleanup.Jelmer Vernooij2015-03-061-0/+11
* Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for...Jelmer Vernooij2015-03-061-0/+8
* Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.Jelmer Vernooij2015-03-062-3/+7
* Build python-ntdb bindings if ntdb was found but python-ntdb was not.Jelmer Vernooij2015-03-061-7/+7
* Drop support for failfast mode, rather than adding support for it everywhere.Jelmer Vernooij2015-03-062-42/+7
* Fix use of iso8601.Utc.Jelmer Vernooij2015-03-061-1/+2
* Set failfast property for test reporters that need it.Jelmer Vernooij2015-03-061-0/+4
* Remove 'external' python module support code - use the third_party directory ...Jelmer Vernooij2015-03-062-40/+0
* Remove bundled but unused mimeparse.Jelmer Vernooij2015-03-066-291/+0
* Remove unused bundled python-extras module.Jelmer Vernooij2015-03-0614-554/+0
* Remove bundled testtools.Jelmer Vernooij2015-03-0681-19182/+0
* Remove bundled subunit.Jelmer Vernooij2015-03-0667-9783/+0
* Remove unnecessary python path updates for bundled subunit/testtools.Jelmer Vernooij2015-03-061-3/+2
* Support using third party iso8601 module if system doesn't provide one.Jelmer Vernooij2015-03-062-1/+6
* Bundle pyiso8601 for iso8601 time/date manipulation.Jelmer Vernooij2015-03-0617-0/+1337
* Import UTC definition from utc8601 module.Jelmer Vernooij2015-03-062-24/+3
* subunithelper: Fix progress support.Jelmer Vernooij2015-03-061-1/+8
* Rename TestSkipped to Skiptest, consistent with Python 2.7.Jelmer Vernooij2015-03-064-13/+11
* Avoid importing TestCase and TestSkipped from testtools.Jelmer Vernooij2015-03-061-11/+8
* Use iso8601 from the system, rather than the one bundled with subunit.Jelmer Vernooij2015-03-061-1/+1
* format-subunit: Remove import of unnecessary third party modules testtools an...Jelmer Vernooij2015-03-061-6/+1
* filter-subunit: Remove import of unnecessary third party modules testtools an...Jelmer Vernooij2015-03-061-5/+0
* tests/sam: Remove unnecessary calls for third party module imports.Jelmer Vernooij2015-03-061-2/+0
* show_test_time: Use system subunit.Jelmer Vernooij2015-03-061-8/+1
* test_samba3dump: Use Samba subunit emitter.Jelmer Vernooij2015-03-061-1/+1
* test_duplicate_symbol: Use Samba subunit emitter.Jelmer Vernooij2015-03-061-1/+1
* Set default testRunner rather than requiring the user pass it in.Jelmer Vernooij2015-03-061-2/+3
* Add basic tap2subunit converter, rather than relying on the one from subunit-...Jelmer Vernooij2015-03-062-23/+133
* Inline outputting of subunit in libtorture.Jelmer Vernooij2015-03-066-27/+24