libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / python /
2020-10-02 David Mulderpython2 reduction: Merge remaining compat code into...
2020-10-02 David Mulderpython: Move dsdb_Dn to samdb
2020-10-01 Jule Angersamba-tool tests: rename 'contact create' to 'contact...
2020-10-01 Jule Angersamba-tool contact: rename 'contact create' to 'contact...
2020-10-01 Jule Angersamba-tool tests: rename 'group create' to 'group add'
2020-10-01 Jule Angersamba-tool group: add 'group create' as synonym for...
2020-10-01 Jule Angersamba-tool tests: rename 'computer create' to 'computer...
2020-10-01 Jule Angersamba-tool computer: rename 'computer create' to 'compu...
2020-10-01 Jule Angersamba-tool tests: rename 'user create' to 'user add'
2020-10-01 Jule Angersamba-tool user: rename 'user create' to 'user add'
2020-10-01 Jule Angersamba-tool tests: rename 'ou create' to 'ou add'
2020-10-01 Jule Angersamba-tool ou: rename 'ou create' to 'ou add'
2020-10-01 Jule Angersamba-tool tests: add test-cases for 'contact rename'
2020-10-01 Jule Angersamba-tool contact: add new contact 'rename' command
2020-10-01 Jule Angersamba-tool tests: add test-cases for 'group rename'
2020-10-01 Jule Angersamba-tool group: add new group 'rename' command
2020-10-01 Jule Angersamba-tool tests: add test-cases for 'user rename'
2020-10-01 Björn Baumbachsamba-tool user: add new user 'rename' command
2020-10-01 Jule Angersamdb: add fullname_from_names() method
2020-10-01 Jule Angersamdb: add prepare_attr_replace() method
2020-09-24 Amitay Isaacsprovision: BIND 9.17.x is not supported
2020-09-24 Amitay Isaacsprovision: Add support for BIND 9.16.x
2020-09-24 Amitay Isaacsprovision: BIND 9.15.x is not supported
2020-09-24 Amitay Isaacsprovision: Add support for BIND 9.14.x
2020-09-24 Amitay Isaacsprovision: BIND 9.13.x is not supported
2020-09-07 Stefan Metzmacherpython/tests/gpo: this should fix a Popen deadlock
2020-09-04 HezekiahFixed arrow keys typo to the computer move command...
2020-09-02 David Muldergpo: Pass necessary parameters to rsop
2020-09-02 David Muldergpo: Test rsop function for success
2020-09-02 David Muldersamba-tool: Create unix user with modified template...
2020-09-02 David Muldersamba-tool: Test creating unix user with modified templ...
2020-08-31 Noel Powerpython/samba/tests/blackbox: Tests with nested DFS...
2020-08-31 Noel Powerpython/samba/tests/blackbox: python smbcacls '--propaga...
2020-08-31 Noel Powerpython/samba/tests/blackbox: Preparatory change to...
2020-08-31 Noel Powerpython/samba/tests:blackbox: Fix local file delete...
2020-08-31 Noel Powerpython/samba/tests/blackbox: Fix undetected deltree...
2020-08-27 David MulderGPO: Add rsop output for Messages policy
2020-08-27 David MulderGPO: Test rsop output for Messages policy
2020-08-27 David Muldergpo: Apply Group Policy Login Prompt Message
2020-08-27 David Muldergpo: Test Group Policy Login Prompt Message
2020-08-27 David Muldergpo: Apply Group Policy Message of the day
2020-08-27 David Muldergpo: Test Group Policy Message of the day
2020-08-27 David MulderGPO: Add rsop output for smb.conf policy
2020-08-27 David MulderGPO: Test rsop output for smb.conf policy
2020-08-27 David Muldergpo: Add CSE for applying smb.conf
2020-08-27 David Muldergpo: Test Group Policy smb.conf Extension
2020-08-27 David Muldergpo: gp_krb_ext always uses set_kdc_tdb to update
2020-08-27 David Muldergpo: Move gp_sec_ext conversion functions to top
2020-08-27 David Muldergpo: Display Security Extension RSOP on ADDC only
2020-08-27 David Muldergpo: Fix unapply failure when multiple extensions run
2020-08-27 David Muldergpo: Test multiple extention unapply
2020-08-27 David Muldergpo: Sudoers ext should not crash if policy missing
2020-08-27 David Muldergpo: Script ext should not crash if script missing
2020-08-27 David Muldergpo: Cleanup sudoers policy test
2020-08-27 David Muldergpo: Cleanup script policy test
2020-08-27 David Muldergpo: Avoid using distutils since it will be deprecated
2020-08-27 David Muldergpo: Clarify the contents of deleted_gpo_list in proces...
2020-08-27 David Muldergpo: Add rsop output for Sudoers policy
2020-08-27 David Muldergpo: Test rsop output for Sudoers policy
2020-08-24 David Mulderpython compat: remove ConfigParser
2020-08-21 Andrew Bartlettpython: Remove remaining references to third_party...
2020-08-20 Andrew Bartlettpython: Add checks for some more required python packages
2020-08-20 Andrew BartlettRemove pyiso8601 from third_party
2020-08-19 Andreas Schneiderpython:tests: Add test for SMB encrypted DCERPC connection
2020-08-19 Andreas Schneiderpython: Add a test for SMB encryption
2020-08-19 Andreas Schneiders3:client: Turn off smb signing for message op
2020-08-19 Andreas Schneiderpython:tests: Set smb ipc signing via the creds API
2020-08-19 Andreas Schneiderpython:tests: Mark libsmb connection as an IPC connection
2020-08-19 Andreas Schneiderpython: Set smb signing via the creds API
2020-08-19 Andreas Schneiderpython: Remove unused sign argument from smb_connection()
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for cli_credentials_set...
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for (get|set)_smb_encry...
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for (get|set)_smb_ipc_s...
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for (get|set)_smb_signing
2020-08-19 Stefan Metzmacherauth:creds: Introduce CRED_SMB_CONF
2020-08-17 Volker Lendeckeauth_log_test: Fix a typo
2020-08-17 Volker Lendecketest: Fix a typo
2020-08-11 Douglas Bagnallpython compat: remove text_type
2020-08-11 Douglas Bagnallpython compat: remove binary_type
2020-08-11 Douglas Bagnallpython compat: reduce use of 'if PY3:'
2020-08-11 Douglas Bagnallpython compat: remove StringIO
2020-08-11 Douglas Bagnallpython compat: remove string_types
2020-08-11 Douglas Bagnallpython compat: remove integer_types
2020-08-06 David Muldergpo: Remove unused gp_ext_setter code
2020-08-06 David Muldergpo: Extract Access policy from Security extension
2020-08-06 David Muldergpo: Extract Kerberos policy from Security extension
2020-08-06 David Muldergpo: Add RSOP output for Scripts Extension
2020-08-06 David Muldergpo: Add RSOP output for Security Extension
2020-08-06 David Muldergpo: Test samba-gpupdate --rsop
2020-08-06 David Muldergpo: Add --rsop option to samba-gpupdate
2020-08-06 David Muldergpo: Properly decode utf-8/16 inf files from bytes
2020-08-06 David Muldergpo: Test proper decoding of utf-16 inf files
2020-08-06 David Muldergpo: Apply Group Policy Sudo Rights
2020-08-06 David Muldergpo: Test Group Policy Sudo Rights
2020-08-06 David Muldergpo: Scripts gpo add warning about generated scripts
2020-08-06 David Muldergpo: Scripts extension use 'gp_' prefix, not 'tmp'
2020-08-06 David Muldergpo: Apply Group Policy Weekly Scripts
2020-08-06 David Muldergpo: Test gpo weekly scripts apply
2020-08-06 David Muldergpo: Apply Group Policy Monthly Scripts
2020-08-06 David Muldergpo: Test gpo monthly scripts apply
next