summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* selftest: Change backup testenvs to use non-default siteTim Beale2018-09-262-6/+12
* netcmd: Re-create default site for backup-restore (if missing)Tim Beale2018-09-261-1/+23
* tests: Add test-case for restore into non-default siteTim Beale2018-09-261-0/+36
* netcmd: Add --site option when restoring a domainTim Beale2018-09-261-6/+8
* netcmd: Tweak backup-offline output to avoid subunit truncationTim Beale2018-09-261-1/+1
* s3: Fix the build when compiling without JSON supportMartin Schwenke2018-09-241-3/+4
* tests/blackbox: add test for net ads JSON outputPhilipp Gesang2018-09-222-0/+86
* s3: net: normalize output of lookup subcommandPhilipp Gesang2018-09-221-8/+8
* s3: net: implement json output for ads lookupPhilipp Gesang2018-09-221-32/+269
* s3: net: implement json output for ads infoPhilipp Gesang2018-09-224-0/+125
* lib/audit_logging: make json_{is_invalid,to_string}() accept a const*Philipp Gesang2018-09-222-4/+4
* selftest: Tweak PSO test-suite nameTim Beale2018-09-212-3/+3
* tests: test ldap search requesting non-existent attributeTim Beale2018-09-211-0/+8
* acl_read: Rework Samba code to reflect Windows logicTim Beale2018-09-211-49/+24
* tests: Minor code cleanups to confidential_attr testTim Beale2018-09-211-14/+23
* python tests: fix format() strings for Python 2.6Douglas Bagnall2018-09-2113-106/+108
* ldb: Fix dependency of ldb moduleAmitay Isaacs2018-09-211-1/+1
* heimdal-build: Avoid using python str.format()Amitay Isaacs2018-09-211-3/+2
* Fix pdb_samba_dsdb build on Ubuntu 16.04 with -O3 -Werror=strict-overflowAndrew Bartlett2018-09-201-1/+1
* s3: nmbd: Stop nmbd network announce storm.Andrew Bartlett2018-09-191-1/+1
* PY3: make sure print stmt is enclosed by '(' & ')'Noel Power2018-09-198-14/+14
* s3/locking: Fix comments to reflect code flowAnoop C S2018-09-191-4/+4
* s3: Don't copy back the stat struct from stat_cache_lookup if we did not get ...Richard Sharpe2018-09-191-5/+7
* uid_wrapper: Fix Tab/indent error with python3Noel Power2018-09-191-7/+7
* docs: Add gpfs:check_fstype to vfs_gpfs manpageChristof Schmitt2018-09-191-0/+22
* vfs_gpfs: Check for GPFS file system on connectChristof Schmitt2018-09-191-0/+26
* gitlab-ci: Correct the ctdb tasksMartin Schwenke2018-09-181-2/+2
* ctdb-recoverd: Set recovery lock handle at start of attemptMartin Schwenke2018-09-181-3/+4
* ctdb-recoverd: Handle cancellation when releasing recovery lockMartin Schwenke2018-09-171-0/+14
* ctdb-recoverd: Return early when the recovery lock is not heldMartin Schwenke2018-09-171-3/+5
* ctdb-recoverd: Store recovery lock handleMartin Schwenke2018-09-171-6/+7
* ctdb-recoverd: Use talloc() to allocate recovery lock handleMartin Schwenke2018-09-171-11/+23
* ctdb-recoverd: Rename hold_reclock_state to ctdb_recovery_lock_handleMartin Schwenke2018-09-171-4/+4
* ctdb-recoverd: Re-check master on failure to take recovery lockMartin Schwenke2018-09-171-0/+9
* ctdb-recoverd: Clean up taking of recovery lockMartin Schwenke2018-09-171-17/+24
* ctdb-cluster-mutex: Block signals around forkMartin Schwenke2018-09-171-0/+22
* ctdb-cluster-mutex: Reset SIGTERM handler in cluster mutex childMartin Schwenke2018-09-171-0/+10
* s4/librpc: Fix py2 dependecies leaking into py3 librariesNoel Power2018-09-161-1/+1
* PY3: wrap filter calls with list where list is expectedNoel Power2018-09-162-2/+2
* PY3: ensure output of subprocess.Popen is decodedNoel Power2018-09-161-1/+1
* PY3: detect talloc_utils (for version of python running the build)Noel Power2018-09-161-2/+2
* PY3: use pyembed_libname for library names (otherwise missing deps)Noel Power2018-09-163-6/+10
* PY3: xrange->rangeNoel Power2018-09-161-1/+1
* PY3: string.upper not in PY3Noel Power2018-09-161-1/+1
* PY3: decode output of cmd_output for easier string manipNoel Power2018-09-161-1/+1
* PY3: string.translate string.upper don't exist in PY3Noel Power2018-09-161-1/+1
* PY3: bytes.maketrans, string.maketrans is a PY2 only functionNoel Power2018-09-162-2/+7
* PY3: enclose filter with list as len on result of filter failsNoel Power2018-09-161-2/+2
* PY3: fix string.rsplit usage (doens't exist in PY3)Noel Power2018-09-161-1/+1
* py2/py3 enclose map with listNoel Power2018-09-161-1/+1