gd/samba-autobuild/.git
2018-09-27 Noel Powerscript: add new autobuild task for building pure python3
2018-09-27 Noel PowerPY3: We support python3 now, remove error when python3...
2018-09-27 Noel Powerbuildtools/wafsamba: Finally fix reference to basestrin...
2018-09-27 Aaron Haslettdlz_bind9: torture tests exploring rndc reload behaviour
2018-09-26 Aaron Haslettnetcmd: domain backup offline bug fix - ignore sock...
2018-09-26 Noel Powerbuildtools/wafsamba: add_manual_dependency needs bytes...
2018-09-26 Noel Powerbuildtools/wafsamba: fix basestring not defined error...
2018-09-26 Noel Powers4/web_server: PY3: port to python3
2018-09-26 Noel Powerpython/samba: PY3 add compat function urllib_join to...
2018-09-26 Noel PowerPY3: md5 related functions need to be passed bytes
2018-09-26 Noel PowerPY3: decode bytes in py3 where strings are needed
2018-09-26 Noel PowerPY3: fix "TabError: inconsistent use of tabs and spaces"
2018-09-26 Noel Powerlib/ldb: Ensure ldb.Dn can accept utf8 encoded unicode
2018-09-26 Noel Powerlib/ldb/tests: add test for ldb.Dn passed utf8 unicode
2018-09-26 Noel Powerlib/ldb: Test correct variable for no mem condition
2018-09-26 Douglas Bagnallpy3 kcc tests: mark verify test as flapping
2018-09-26 Philipp Gesangturn --with-json-audit into global --with-json
2018-09-26 Andreas Schneiderdocs: Only build vfs manpages if the module is enabled
2018-09-26 Douglas Bagnallsamba-tool domain backup: fix py2.6 incompatible format
2018-09-26 Douglas Bagnalldomain_backup test: fix py2.6 incompatible format
2018-09-26 Tim Bealejoin: Support site detection when --server is specified
2018-09-26 Tim Bealejoin: Avoid duplicating "Default-First-Site-Name" string
2018-09-26 Tim Bealeselftest: Test join against DC with non-default site
2018-09-26 Tim Bealeselftest: Change backup testenvs to use non-default...
2018-09-26 Tim Bealenetcmd: Re-create default site for backup-restore ...
2018-09-26 Tim Bealetests: Add test-case for restore into non-default site
2018-09-26 Tim Bealenetcmd: Add --site option when restoring a domain
2018-09-26 Tim Bealenetcmd: Tweak backup-offline output to avoid subunit...
2018-09-24 Martin Schwenkes3: Fix the build when compiling without JSON support
2018-09-22 Philipp Gesangtests/blackbox: add test for net ads JSON output
2018-09-22 Philipp Gesangs3: net: normalize output of lookup subcommand
2018-09-22 Philipp Gesangs3: net: implement json output for ads lookup
2018-09-22 Philipp Gesangs3: net: implement json output for ads info
2018-09-22 Philipp Gesanglib/audit_logging: make json_{is_invalid,to_string...
2018-09-21 Tim Bealeselftest: Tweak PSO test-suite name
2018-09-21 Tim Bealetests: test ldap search requesting non-existent attribute
2018-09-21 Tim Bealeacl_read: Rework Samba code to reflect Windows logic
2018-09-21 Tim Bealetests: Minor code cleanups to confidential_attr test
2018-09-21 Douglas Bagnallpython tests: fix format() strings for Python 2.6
2018-09-21 Amitay Isaacsldb: Fix dependency of ldb module
2018-09-21 Amitay Isaacsheimdal-build: Avoid using python str.format()
2018-09-19 Andrew BartlettFix pdb_samba_dsdb build on Ubuntu 16.04 with -O3 ...
2018-09-19 Andrew Bartletts3: nmbd: Stop nmbd network announce storm.
2018-09-19 Noel PowerPY3: make sure print stmt is enclosed by '(' & ')'
2018-09-19 Anoop C Ss3/locking: Fix comments to reflect code flow
2018-09-19 Richard Sharpes3: Don't copy back the stat struct from stat_cache_loo...
2018-09-19 Noel Poweruid_wrapper: Fix Tab/indent error with python3
2018-09-19 Christof Schmittdocs: Add gpfs:check_fstype to vfs_gpfs manpage
2018-09-18 Christof Schmittvfs_gpfs: Check for GPFS file system on connect
2018-09-18 Martin Schwenkegitlab-ci: Correct the ctdb tasks
2018-09-18 Martin Schwenkectdb-recoverd: Set recovery lock handle at start of...
2018-09-17 Martin Schwenkectdb-recoverd: Handle cancellation when releasing recov...
2018-09-17 Martin Schwenkectdb-recoverd: Return early when the recovery lock...
2018-09-17 Martin Schwenkectdb-recoverd: Store recovery lock handle
2018-09-17 Martin Schwenkectdb-recoverd: Use talloc() to allocate recovery lock...
2018-09-17 Martin Schwenkectdb-recoverd: Rename hold_reclock_state to ctdb_recove...
2018-09-17 Martin Schwenkectdb-recoverd: Re-check master on failure to take recov...
2018-09-17 Martin Schwenkectdb-recoverd: Clean up taking of recovery lock
2018-09-17 Martin Schwenkectdb-cluster-mutex: Block signals around fork
2018-09-17 Martin Schwenkectdb-cluster-mutex: Reset SIGTERM handler in cluster...
2018-09-16 Noel Powers4/librpc: Fix py2 dependecies leaking into py3 libraries
2018-09-16 Noel PowerPY3: wrap filter calls with list where list is expected
2018-09-16 Noel PowerPY3: ensure output of subprocess.Popen is decoded
2018-09-16 Noel PowerPY3: detect talloc_utils (for version of python running...
2018-09-16 Noel PowerPY3: use pyembed_libname for library names (otherwise...
2018-09-16 Noel PowerPY3: xrange->range
2018-09-16 Noel PowerPY3: string.upper not in PY3
2018-09-16 Noel PowerPY3: decode output of cmd_output for easier string...
2018-09-16 Noel PowerPY3: string.translate string.upper don't exist in PY3
2018-09-16 Noel PowerPY3: bytes.maketrans, string.maketrans is a PY2 only...
2018-09-16 Noel PowerPY3: enclose filter with list as len on result of filte...
2018-09-16 Noel PowerPY3: fix string.rsplit usage (doens't exist in PY3)
2018-09-16 Noel Powerpy2/py3 enclose map with list
2018-09-16 Noel PowerPY3: dict_keys doesn't have a sort method
2018-09-16 Noel PowerPY3: dict doesn't have has_key
2018-09-16 Noel PowerPY3: iterkeys -> keys
2018-09-16 Noel PowerPY3: iterkeys -> keys
2018-09-16 Noel PowerPY3: dict has no iterkeys method
2018-09-16 Noel PowerPY3: fix iteritems usage, not supported in python3
2018-09-16 Noel PowerPY3: fix some octal literals
2018-09-15 Noel Powers4/selftest: enable samba.tests.ntlmdisabled for py3
2018-09-15 Noel Powerselftest/knownfail: Add PY3 entries for samba.tests...
2018-09-15 Noel Powers4/selftest: enable samba.tests.netlogonsvc for py3
2018-09-15 Noel Powers4/selftest: enable samba.tests.kcc.kcc_utils for py3
2018-09-15 Noel Powers4/selftest: enable samba.tests.kcc for py3
2018-09-15 Noel Powers4/selftetst: enable samba4.drs.cracknames for py3
2018-09-15 Noel Powers4/selftest: enable samba.tests.join for py3
2018-09-15 Noel Powerpython/samba/tests: py_gensec_update takes bytes as...
2018-09-15 Noel Powers4/selftest: enable samba4.drs.repl_rodc for py3
2018-09-15 Noel Powers4/torture/drs/python: py2/py3 compat changes for samba...
2018-09-15 Noel Powers4/selftest: enable samba4.drs.getncchanges for py3
2018-09-15 Noel Powerselftest/knownfail.d: PY3 entry fro getncchanges
2018-09-15 Noel Powers4/torture/drs/python: py2/py3 porting needed for samba...
2018-09-15 Noel Powers4/selftest: enable samba4.drs.repl_schema for py3
2018-09-15 Noel Powers4/selftest: enable samba4.drs.link_conflicts for py3
2018-09-15 Noel Powers4/torture/drs: py2/py3 compat porting for samba4.drs...
2018-09-15 Noel Powers4/selftest: enable samba4.drs.getnc_unpriv for py3
2018-09-15 Noel Powers4/selftest: enable samba4.drs.getnc_exop for py3
2018-09-15 Noel Powers4/torture/drs/python: ndr_unpack needs bytes samba4...
2018-09-15 Noel Powers4/selftest: enable samba4.drs.repl_move for py3
next