docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / python / samba / provision / __init__.py
2023-05-16 Joseph Suttonsamba-tool domain provision: Use "ad dc functional...
2023-04-28 Noel Powers3/utils: when encoding ace string use "FA", "FR",...
2023-04-28 Douglas Bagnallpy:provision: use canonical representation of ACE flags
2023-04-05 John Mulliganpython:join: fix reused variable name in provision...
2023-03-22 Stefan Metzmacherpython:provision: run adprep as part of provision
2023-03-22 Stefan Metzmachersamba-tool: let 'domain provision' to use the 2019...
2022-02-23 Stefan Metzmacherprovision: add a comment that the value of krbtgtpass...
2022-02-23 Stefan Metzmacherprovision: use 120 characters for the dns account password
2021-06-11 Joseph Suttonprovision: Refactor another usage of create_dns_dir_key...
2021-04-07 Joseph Suttonprovision: Decrease the length of random machine passwords
2021-03-17 Douglas Bagnallpy/provision: provision_become_dc(): remove unused...
2021-03-17 Douglas Bagnallpy/provision: remove unused variable, thence import
2020-12-09 Douglas Bagnallpython: remove unused provision.check_install()
2020-08-11 Douglas Bagnallpython compat: remove binary_type
2020-08-11 Douglas Bagnallpython compat: remove string_types
2020-06-13 Douglas Bagnallpython: do not always import urllib
2020-06-05 Björn Baumbachpython/samba/provision: set unix session info for user...
2020-04-23 Andrew Bartlettprovision: Remove final code for the LDAP backend
2019-12-20 Ralph Boehmepysmbd: make "session_info" arg to py_smbd_get_nt_acl...
2019-12-20 Ralph Boehmepysmbd: make "session_info" arg to py_smbd_set_nt_acl...
2019-12-20 Ralph Boehmepysmbd: add "session_info" arg to py_smbd_chown()
2019-12-20 Ralph Boehmepysmbd: add "session_info" arg to py_smbd_set_simple_acl()
2019-08-30 Andrew Bartlettsamba-tool domain provision: Remove experimental OpenLD...
2019-07-04 Gary Lockyerdomain join: set ldb "transaction_index_cache_size...
2019-07-04 Gary Lockyerdomain join: enable ldb batch mode
2019-07-02 Gary Lockyerprovision: Add --backend-store-size option
2019-07-02 Andrew Bartlettprovision: If --targetdir has been specified then we...
2019-07-02 Gary Lockyersamba-tool domain provision: add lmdb database size...
2019-06-26 Aaron Haslettschema: changing default base schema to 2012_R2
2019-05-31 Tim Bealeprovision: Fallback to assumption root-UID==zero
2019-04-11 Stefan Metzmacherpython/provision: use provision and relax controls...
2019-04-11 Stefan Metzmachers4:provision: split out provision_self_join_modify_sche...
2019-03-14 Tim Bealetests: Make IPv4 assumption explicit
2018-11-01 Douglas Bagnallprovision: fix string formatting (number of args)
2018-11-01 Douglas Bagnallprovision: fix string format syntax
2018-11-01 Douglas BagnallPython provision: remove "ExistingBackend"
2018-10-25 Douglas Bagnallpython/provision: remove unused imports
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-09-15 Noel Powerpython/samba/provision: PY3 port to run samba.tests...
2018-09-06 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-09-06 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-09-03 Noel Powerpython/samba/netcmd: Fix password usage for py2/py3...
2018-09-03 Noel Powerpython/samba/provision: remove use of str() func for...
2018-09-03 Noel Powerpython/samba: port changes to allow samba.tests.dsdb_lo...
2018-09-03 Noel Powerpython/samba: open files in binary mode as appropriate
2018-08-24 Douglas BagnallPEP8: add spaces after operators
2018-08-24 Douglas BagnallPEP8: improve spacing around colons
2018-08-24 Joe GuoPEP8: fix E703: statement ends with a semicolon
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E265: block comment should start with '# '
2018-08-24 Joe GuoPEP8: fix E241: multiple spaces after ','
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E228: missing whitespace around modulo operator
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E125: continuation line with same indent...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-08-24 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-08-24 Joe GuoPEP8: fix E121: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E111: indentation is not a multiple of four
2018-08-24 Joe GuoPEP8: fix W601: .has_key() is deprecated, use 'in'
2018-08-24 Joe GuoPEP8: fix E731: do not assign a lambda expression,...
2018-07-12 Joe Guoprovision/setsysvolacl: create helper function to simpl...
2018-07-12 Joe Guoprovision/setsysvolacl: build session_info and pass...
2018-07-03 Tim Bealeprovision: Small refactor to host-IP logic
2018-06-28 Tim Bealeprovision: set 'binddns dir' when making new smb.conf
2018-06-19 Noel Powerpython/samab: py2/py3 string.upper(astring) -> astring...
2018-05-12 Noel Powerpython/samba: py2/py3 compatability always decode resul...
2018-05-12 Noel Powerpython/samba/provision: Fix urllib.quote usage for...
2018-04-30 Noel Powerpython: Bulk conversion callers of ldb.Dn second param
2018-04-13 Joe Guopython: bulk replace dict.iteritems to items for py3
2018-04-06 Gary Lockyerdsdb: add lmdbLevelOne as a required feature.
2018-04-06 Gary Lockyerprovision: allow provisioning of a different database...
2018-03-19 Stefan Metzmacherprovision: use the provision control when adding foreig...
2018-02-28 Noel Powersamba python libs: convert 'except X, (tuple)' to ...
2018-02-28 Noel Powersamba python libs: convert 'O1234' format to python3...
2018-02-21 Stefan Metzmacherprovision: fix the 'dnsdomain' for the local sam of...
2017-12-20 Garming Sam2008R2: Missing operation (75, 76) for ActiveDirectoryU...
2017-12-17 Gary Lockyerprovision: Changes to support encrypted_secrets module
2017-12-14 Tim Bealeschema: Add option of specifying the base schema for...
2017-12-14 Andrew Bartlettschema: Re-work extended rights handling in provision...
2017-12-09 Jamie McClymontsamba-tool: validate password early in `domain provision`
2017-09-15 Andreas Schneiderpython:provision: Change the group of the 'binddns...
2017-09-15 Andreas Schneidersamba:provision: Give a hint to copy the krb5.conf...
2017-09-05 Andreas Schneiderpython:samba: Use 'binddns dir' in samba-tool and samba...
2017-09-05 Andreas Schneiderdynconfig: Change permission of the private dir to...
2017-05-26 Andreas Schneiderpython: Create the kdc.conf in the Samba private directory
2017-05-25 Gary Lockyertests net_join: use private secrets database.
2017-05-05 Andreas Schneidersamba-tool: Rename Samba4 to Samba AD
2017-04-29 Andreas Schneiderpython: Add provisioning support for MIT KDC in samba...
2017-03-10 Lumir Balharpython: samba.param: Port param module to Python 3
2017-02-21 Stefan Metzmachersamba-tool:provision: use generate_random_machine_passw...
2017-02-21 Stefan Metzmacherpython/samba: use an explicit .encode('utf-8') where...
next