python/samba/netcmd: PY3 Fix error in samba4.blackbox.schemaupgrade
[samba.git] / python /
2018-10-23 Noel Powerpython/samba/netcmd: PY3 Fix error in samba4.blackbox...
2018-10-23 Noel Powerpython/samba: PY3 fix samba4.blackbox.upgradeprovision...
2018-10-23 Noel Powers4/scripting/bin: PY3 fix samba4.blackbox.upgradeprovis...
2018-10-23 Noel Powers4/scripting: PY2/PY3 port for samba4.blackbox.upgradep...
2018-10-23 Noel Powerpython/samba: samba4.blackbox.dbcheck.release-4-1-0rc3
2018-10-23 Noel Powersamba_tool: Enclose iterator with list
2018-10-23 Noel Powerpython/samba: misc use of str for ldb.bytes
2018-10-23 Noel Powerpython/samba: ldb attribute string fix for wafsamba...
2018-10-23 Noel PowerPY3: port samba.tests.samba3sam
2018-10-23 Noel Powerpython/samba: use PY3 version of ConfigParser
2018-10-23 Noel Powerpython/samba/gp_parse: PY2/PY3 compat porting for gp_in...
2018-10-23 Noel Powerpython/samba: add alias for ConfigParser for PY2/PY3...
2018-10-23 Noel PowerPY3: convert samba.tests.strings to Py2/Py3
2018-10-23 Noel Powerpython: py_strcasecmp_m & py_strstr_m don't handle...
2018-10-23 Noel Powerpython/samba/tests: PY2/PY3 port samba.tests.dcerpc...
2018-10-23 Noel Powerpython/samba/netcmd: PY3 only possible to decode bytes
2018-10-23 Noel Powerpython/samba/tests: make sure samba-tool is called...
2018-10-23 Noel Powerpython/samba/gp_parse: PY3 fdeploy_sids needs to use...
2018-10-23 Noel Powersamba-tool: PY3 dict view doesn't have sort method,
2018-10-23 Noel Powerpython/samba/tests: PY3 iterable has no sort method
2018-10-19 Gary Lockyerdsdb encrypted_secrets tests: Allow "ldb://" in file...
2018-10-19 Gary Lockyerpython tests Blackbox: add random_password
2018-10-18 Douglas Bagnallpy3_tests/kcc : test_verify can hit KCCError as well...
2018-10-18 Douglas Bagnallpy3/tests/kcc: turn error into failure for flapping...
2018-10-18 Joe Guoselftest: add tests for samba-tool drs uptodateness
2018-10-18 Joe Guonetcmd/drs: add cmd_drs_uptodateness with json support
2018-10-18 Joe Guouptodateness: add get_utdv_summary function
2018-10-18 Joe Guouptodateness: migrate get_kcc_and_dsas as a function
2018-10-18 Joe Guouptodateness: extract get_utdv_max_distance
2018-10-18 Joe Guouptodateness: extract function get_utdv_distances
2018-10-18 Joe Guouptodateness: extract function get_utdv_edges
2018-10-18 Joe Guonetcmd/visualize: rm unused code line
2018-10-18 Joe Guouptodateness: migrate more methods from visualize
2018-10-18 Joe Guouptodateness: add new module and migrate functions...
2018-10-18 Tim Bealejoin: Sanity-check LDB connection before failed join...
2018-10-18 Andrew Bartlettjoin: Avoid searching for more than strictly required...
2018-10-18 Tim Bealejoin: LDAP connection to remote DC can timeout in large...
2018-10-17 Tim Bealedrs_util: Improve memory usage when joining large DB
2018-10-12 Douglas Bagnallsamba-tool drs showrepl: do not crash if no dnsHostName...
2018-10-12 Tim Bealenetcmd: Change Py3 incompatible long() for tombstone...
2018-10-11 Björn Baumbachsamba-tool ntacl: allow to run get/set-ntacl command...
2018-10-11 Björn Baumbachsamba-tool ntacl: pass system session to get/set-ntacl...
2018-10-11 Björn Baumbachpysmbd: add option to pass a session info to set_nt_acl...
2018-10-10 Douglas Bagnallpython/upgradehelpers: use int not long for PY3
2018-10-10 Joe Guonetcmd: apply the new get_logger to cmds
2018-10-10 Joe Guonetcmd: modify Command.get_logger to use get_samba_logger
2018-10-10 Joe Guoemulate/traffic: apply new logger to replace print
2018-10-10 Joe Guosamba/logger: add logger module for python
2018-10-10 Joe Guoemulate/traffic: allow traffic_replay to run users...
2018-10-08 David Muldergpo: Test process_group_policy in gp_sec_ext
2018-10-08 David Muldergpo: test the get_deleted_gpos_list() function
2018-10-08 David Muldergpo: Test the new get_applied functions
2018-10-08 Douglas Bagnallgpo PEP8: balance whitespace around equals
2018-10-08 David Muldergpupdate: Add the --force option
2018-10-08 David Muldergpo: Remove unused apply_log_pop() and list() funcs
2018-10-08 David Muldergpo: add unapply to the gp_sec_ext
2018-10-08 David Muldergpo: Calculate deleted gpos and unapply them
2018-10-08 David Muldergpo: Use the new process_group_policy() for unapply
2018-10-08 Douglas Bagnallgpo: avoid quadratic behaviour in guid retrieval
2018-10-08 David Muldergpo: Create a function for returning applied settings
2018-10-08 David Muldergpo: apply_map should not be required for gp_ext
2018-10-08 David Muldergpo: remove unreached non-DC branch in gp_sec_ext.apply...
2018-10-08 David Muldergpo: Move policy application to the gp_ext
2018-10-08 David Muldergpo: Remove unused gp_ext.list() function
2018-10-08 David Muldergpo: Implement process_group_policy() gp_ext func
2018-10-08 David Muldergpo: Remove unused methods from gp_sec_ext
2018-10-08 David Muldergpo: Initialize gp_ext variables in constructor
2018-10-08 David Muldergpo: gp_sec_ext should check whether to apply
2018-10-08 David Muldergpo: Initialize SamDB in the gp_sec_ext
2018-10-08 David Muldergpo: abstract methods are defined in the parent class
2018-10-02 Mathieu Parenttests: Check pam_winbind pw change with different options
2018-10-02 Stefan Metzmacherpython/tests: turn GraphError into failure inside of...
2018-09-28 Tim Bealenetcmd: Make sure SMB connection is signed when backing...
2018-09-26 Aaron Haslettnetcmd: domain backup offline bug fix - ignore sock...
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 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 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-22 Philipp Gesangtests/blackbox: add test for net ads JSON output
2018-09-21 Douglas Bagnallpython tests: fix format() strings for Python 2.6
2018-09-15 Noel Powerpython/samba/tests: py_gensec_update takes bytes as...
2018-09-15 Noel Powers4/torture/drs/python: py2/py3 compat changes for samba...
2018-09-15 Noel Powerpython/samba: extra ndr_unpack needs bytes function
2018-09-15 Noel Powerpython/samba/netcmd: PY3 fix test samba.tests.samba_too...
2018-09-15 Noel Powerpython/samba: PY3 port for ridalloc_exop test to work
2018-09-15 Noel Powerpython/samba: ndr_unpack has to take bytes not string
2018-09-15 Noel Powerfallout from py_dsdb_DsReplicaAttribute to -> bytes
2018-09-15 Noel Powerpython/samba/provision: PY3 port to run samba.tests...
2018-09-07 Christof Schmitttest:doc: Skip 'clustering=yes'
2018-09-06 Noel Powers4/torture/drs: PY3 port for samba4.drs.replica_sync_rodc
2018-09-06 Noel Powerpython/samba/tests: port samba.tests.dsdb_schema_attrib...
2018-09-06 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-09-06 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-09-06 Joe GuoPEP8: fix E125: continuation line with same indent...
next