summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [TMP] Port ldb to Python 3py3compat-34ad28dPetr Viktorin2015-03-116-291/+369
* [TMP] Port tdb to Python 3Petr Viktorin2015-03-113-97/+120
* pytalloc: Build for Python 3/extrapythonPetr Viktorin2015-03-113-16/+44
* pytalloc: Port to Python 3Petr Viktorin2015-03-114-29/+57
* pytalloc: Add a Python 3 compatibility headerPetr Viktorin2015-03-111-0/+126
* talloc build: Use SAMBA_CHECK_PYTHON for finding PythonPetr Viktorin2015-03-111-3/+1
* buildtools: Add a helper for running Python testsPetr Viktorin2015-03-112-0/+22
* buildtools: Enable adding ABI flags to Python utilitiesPetr Viktorin2015-03-111-2/+26
* buildtools: Don't require pkgconfig file or headers for extrapythonPetr Viktorin2015-03-111-2/+2
* buildtools: Add features and type for extra-python supportPetr Viktorin2015-03-117-35/+95
* buildtools: Store separate configuration for extra pythonPetr Viktorin2015-03-111-1/+87
* buildtools: Add --extra-python configure optionPetr Viktorin2015-03-112-0/+12
* buildtools: Use 'pyfeature' instead of pyembed and pyext argumentsPetr Viktorin2015-03-1113-35/+32
* buildtools: Use all of pyext_PATTERN in map_shlib_extensionPetr Viktorin2015-03-111-1/+1
* buildtools: Honor LDVERSION when looking for Python libraryPetr Viktorin2015-03-111-5/+9
* pytalloc: Add testsPetr Viktorin2015-03-113-1/+247
* wafsamba: Add install argument to SAMBA_PYTHONPetr Viktorin2015-03-111-0/+2
* pytalloc: Fix comparison of disparate typesPetr Viktorin2015-03-111-1/+1
* ,disable-slow-testPetr Viktorin2015-03-111-2/+2
* tdb: Fix CID 1034842 Resource leakHEADmasterVolker Lendecke2015-03-111-0/+1
* tdb: Fix CID 1034841 Resource leakVolker Lendecke2015-03-101-3/+5
* lib: Fix CID 1034840 Resource leakVolker Lendecke2015-03-101-0/+5
* lib: Fix CID 1034839 Resource leakVolker Lendecke2015-03-101-0/+7
* lib: Fix CID 1034838 Resource leakVolker Lendecke2015-03-101-0/+1
* smbcontrol: Simplify do_winbind_offlineVolker Lendecke2015-03-101-5/+1
* libreplace: Fix CID 1034926 Destination buffer too smallVolker Lendecke2015-03-101-1/+2
* ctdb: Fix 1125553 Buffer not null terminatedVolker Lendecke2015-03-101-1/+1
* registry: Fix CID 240989 Buffer not null terminatedVolker Lendecke2015-03-101-1/+1
* registry: Fix CID 241075 Unchecked return valueVolker Lendecke2015-03-101-1/+2
* torture4: Fix systems with a 32-bit "long"Volker Lendecke2015-03-101-5/+6
* ctdb-daemon: Use statically allocated arrays for helper pathsMartin Schwenke2015-03-102-33/+19
* ctdb-common: New function ctdb_set_helper()Martin Schwenke2015-03-102-0/+62
* Update libwbclient version to 0.12Matthew Newton2015-03-103-2/+133
* Move wbc global variables into global context insteadMatthew Newton2015-03-103-45/+73
* Add context versions of wbclient functionsMatthew Newton2015-03-106-176/+1161
* Add wbcContext to wbcRequestResponseMatthew Newton2015-03-102-7/+21
* Add wbcContext struct, create and free functionsMatthew Newton2015-03-103-0/+78
* Use global context for winbindd_request_responseMatthew Newton2015-03-107-47/+74
* Make winbind client library thread-safe by adding contextMatthew Newton2015-03-103-62/+144
* torture/ioctl: add range overflow QAR testDavid Disseldorp2015-03-101-0/+51
* torture/ioctl: add multi-range QAR testDavid Disseldorp2015-03-091-0/+79
* torture/ioctl: add QAR off-by-one bug paranoia testDavid Disseldorp2015-03-091-0/+156
* torture/ioctl: test sparse file operation lockingDavid Disseldorp2015-03-091-0/+111
* s3/smbd: fix FSCTL_SET_SPARSE permission checksDavid Disseldorp2015-03-091-2/+7
* torture/ioctl: add ioctl_sparse_perms testDavid Disseldorp2015-03-091-0/+241
* torture/ioctl: rework and reduce pattern helper IO sizesDavid Disseldorp2015-03-091-37/+46
* torture/ioctl: add sparse_punch_invalid testDavid Disseldorp2015-03-091-0/+109
* torture/ioctl: remove FS specific sparse copy-chunk expectationsDavid Disseldorp2015-03-091-9/+30
* torture/ioctl: remove FS specific sparse punch checkDavid Disseldorp2015-03-091-7/+21
* torture/ioctl: remove 64K chunk size assumptionsDavid Disseldorp2015-03-091-7/+24