summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smbd/ioctl: add FSCTL_QUERY_ALLOCATED_RANGES supportDavid Disseldorp2015-03-091-0/+216
* build: check for SEEK_HOLE and SEEK_DATA supportDavid Disseldorp2015-03-091-0/+8
* idl/ioctl: change QAR response array to a DATA_BLOBDavid Disseldorp2015-03-092-1/+8
* smbd/ioctl: add FSCTL_SET_ZERO_DATA supportDavid Disseldorp2015-03-091-1/+111
* system: add hole punch support to sys_fallocate()David Disseldorp2015-03-092-2/+10
* build: check for fallocate hole-punch supportDavid Disseldorp2015-03-091-0/+5
* s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2015-03-0914-46/+45
* lib/system: remove useless HAVE_LINUX_FALLOCATE64 logicDavid Disseldorp2015-03-091-3/+1
* s3-winbind: Fix chached user group lookup of trusted domains.Michael Adam2015-03-091-0/+11
* torture-krb5: Add an initial test for s4u2self behaviourAndrew Bartlett2015-03-091-3/+15
* kdc: Fix S4U2Self handling with KRB5_NT_ENTERPRISE_PRINCIPAL containing a UPNAndrew Bartlett2015-03-091-21/+0
* talloc: version 2.1.2Stefan Metzmacher2015-03-093-1/+71
* talloc: fix _talloc_total_limit_size prototypeStefan Metzmacher2015-03-091-1/+1
* lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison2015-03-081-0/+82
* lib: talloc: Allow destructors to reparent the object they're called on.Jeremy Allison2015-03-081-0/+7
* lib: talloc: Fix bug when calling a destructor.Jeremy Allison2015-03-081-1/+7
* Add the definition of FSCTL_SET_INTEGRITY_INFORMATION found from a capture an...Richard Sharpe2015-03-081-0/+2
* torture/fsrvp: remove verification trailer magic fieldDavid Disseldorp2015-03-072-36/+7
* 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