python2 reduction: Merge remaining compat code into common
authorDavid Mulder <dmulder@suse.com>
Fri, 11 Sep 2020 20:29:46 +0000 (14:29 -0600)
committerDavid Mulder <dmulder@samba.org>
Fri, 2 Oct 2020 14:49:36 +0000 (14:49 +0000)
commita3cd31532125ccb537af6cd9d27c761b7da4b03a
tree6639a07c71aa236ff87145d91799d4aedf486c39
parent85d2ff2f0003b106ca84866b7e7893723f1dd93c
python2 reduction: Merge remaining compat code into common

The remaining compat code (get_string, get_bytes,
cmp) are useful helper routines which we should
simply merge into common (especially since there
is some duplication here).

Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Autobuild-User(master): David Mulder <dmulder@samba.org>
Autobuild-Date(master): Fri Oct  2 14:49:36 UTC 2020 on sn-devel-184
49 files changed:
python/samba/common.py
python/samba/compat.py [deleted file]
python/samba/emulate/traffic.py
python/samba/gp_parse/__init__.py
python/samba/gp_sec_ext.py
python/samba/gpclass.py
python/samba/join.py
python/samba/kcc/__init__.py
python/samba/ms_forest_updates_markdown.py
python/samba/netcmd/computer.py
python/samba/netcmd/contact.py
python/samba/netcmd/domain.py
python/samba/netcmd/drs.py
python/samba/netcmd/group.py
python/samba/netcmd/user.py
python/samba/provision/sambadns.py
python/samba/samba3/__init__.py
python/samba/samdb.py
python/samba/schema.py
python/samba/tests/auth_log_netlogon_bad_creds.py
python/samba/tests/auth_log_winbind.py
python/samba/tests/blackbox/netads_json.py
python/samba/tests/blackbox/samba_dnsupdate.py
python/samba/tests/dcerpc/misc.py
python/samba/tests/gpo.py
python/samba/tests/krb5/kcrypto.py
python/samba/tests/ntlm_auth.py
python/samba/tests/prefork_restart.py
python/samba/tests/py_credentials.py
python/samba/tests/samba_tool/help.py
python/samba/tests/samba_tool/user.py
python/samba/upgradehelpers.py
selftest/filter-subunit
source3/script/tests/test_wbinfo_sids2xids_int.py
source4/dsdb/tests/python/acl.py
source4/dsdb/tests/python/deletetest.py
source4/dsdb/tests/python/ldap.py
source4/dsdb/tests/python/sam.py
source4/dsdb/tests/python/sort.py
source4/dsdb/tests/python/tombstone_reanimation.py
source4/dsdb/tests/python/vlv.py
source4/scripting/bin/samba_dnsupdate
source4/scripting/bin/samba_spnupdate
source4/scripting/bin/samba_upgradeprovision
source4/torture/drs/python/drs_base.py
source4/torture/drs/python/getnc_exop.py
source4/torture/drs/python/replica_sync_rodc.py
source4/torture/drs/python/samba_tool_drs_no_dns.py
source4/torture/drs/python/samba_tool_drs_showrepl.py