summaryrefslogtreecommitdiff
path: root/python/samba/provision/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2022-02-23provision: add a comment that the value of krbtgtpass is ignored in the backendStefan Metzmacher1-0/+3
2022-02-23provision: use 120 characters for the dns account passwordStefan Metzmacher1-1/+1
2021-06-11provision: Refactor another usage of create_dns_dir_keytab_linkJoseph Sutton1-35/+2
2021-04-07provision: Decrease the length of random machine passwordsJoseph Sutton1-1/+1
2021-03-17py/provision: provision_become_dc(): remove unused argumentsDouglas Bagnall1-7/+7
2021-03-17py/provision: remove unused variable, thence importDouglas Bagnall1-3/+0
2020-12-09python: remove unused provision.check_install()Douglas Bagnall1-15/+0
2020-08-11python compat: remove binary_typeDouglas Bagnall1-2/+1
2020-08-11python compat: remove string_typesDouglas Bagnall1-3/+2
2020-06-13python: do not always import urllibDouglas Bagnall1-1/+1
2020-06-05python/samba/provision: set unix session info for user session, used for sysv...Björn Baumbach1-0/+5
2020-04-23provision: Remove final code for the LDAP backendAndrew Bartlett1-20/+3
2019-12-20pysmbd: make "session_info" arg to py_smbd_get_nt_acl() mandatoryRalph Boehme1-5/+8
2019-12-20pysmbd: make "session_info" arg to py_smbd_set_nt_acl() mandatoryRalph Boehme1-6/+9
2019-12-20pysmbd: add "session_info" arg to py_smbd_chown()Ralph Boehme1-1/+1
2019-12-20pysmbd: add "session_info" arg to py_smbd_set_simple_acl()Ralph Boehme1-1/+2
2019-08-30samba-tool domain provision: Remove experimental OpenLDAP supportAndrew Bartlett1-33/+7
2019-07-04domain join: set ldb "transaction_index_cache_size" optionGary Lockyer1-7/+11
2019-07-04domain join: enable ldb batch modeGary Lockyer1-4/+7
2019-07-02provision: Add --backend-store-size optionGary Lockyer1-10/+30
2019-07-02provision: If --targetdir has been specified then we must always reset posix:...Andrew Bartlett1-6/+12
2019-07-02samba-tool domain provision: add lmdb database size optionGary Lockyer1-1/+2
2019-06-26schema: changing default base schema to 2012_R2Aaron Haslett1-1/+1
2019-05-31provision: Fallback to assumption root-UID==zeroTim Beale1-1/+11
2019-04-11python/provision: use provision and relax controls for schema provisionStefan Metzmacher1-7/+12
2019-04-11s4:provision: split out provision_self_join_modify_schema.ldifStefan Metzmacher1-2/+6
2019-03-14tests: Make IPv4 assumption explicitTim Beale1-2/+2
2018-11-01provision: fix string formatting (number of args)Douglas Bagnall1-2/+6
2018-11-01provision: fix string format syntaxDouglas Bagnall1-1/+3
2018-11-01Python provision: remove "ExistingBackend"Douglas Bagnall1-8/+0
2018-10-25python/provision: remove unused importsDouglas Bagnall1-1/+0
2018-10-23python/samba: PY3 fix samba4.blackbox.upgradeprovision.release-4-0-0Noel Power1-3/+3
2018-10-23s4/scripting/bin: PY3 fix samba4.blackbox.upgradeprovision.alpha13Noel Power1-4/+4
2018-10-23s4/scripting: PY2/PY3 port for samba4.blackbox.upgradeprovision.currentNoel Power1-2/+2
2018-09-15python/samba/provision: PY3 port to run samba.tests.upgradeprovisionneeddcNoel Power1-1/+1
2018-09-06PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-4/+4
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-17/+17
2018-09-03python/samba/netcmd: Fix password usage for py2/py3 compatabilityNoel Power1-1/+3
2018-09-03python/samba/provision: remove use of str() func for binary dataNoel Power1-2/+2
2018-09-03python/samba: port changes to allow samba.tests.dsdb_lock to work with PY3/PY2Noel Power1-4/+5
2018-09-03python/samba: open files in binary mode as appropriateNoel Power1-1/+1
2018-08-24PEP8: add spaces after operatorsDouglas Bagnall1-1/+1
2018-08-24PEP8: improve spacing around colonsDouglas Bagnall1-1/+1
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+9
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-13/+13
2018-08-24PEP8: fix E228: missing whitespace around modulo operatorJoe Guo1-3/+3