summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2018-11-05python/samba/gp_parse: Use csv.reader for parsing cvs filesNoel Power1-3/+2
2018-11-05python/samba/gp_parse: PY2/PY3 compat porting for gp_init.pyNoel Power1-1/+1
2018-11-05python/samba/gp_parse: PY3 open file non-binary mode for write_binaryNoel Power1-6/+4
2018-11-05python/samba/gp_parse: PY3 file -> openNoel Power6-8/+8
2018-11-05python/samba/gp_parse: PY2/PY3 compat changes for __init__.pyNoel Power1-5/+7
2018-11-05traffic: Machine accounts were generated as critical objectsTim Beale1-5/+16
2018-11-04traffic_replay: Generate machine accounts as well as usersTim Beale1-2/+25
2018-11-04traffic_replay: Improve user generation debugTim Beale1-17/+17
2018-11-04traffic_replay: Convert print() to logger.info()Tim Beale1-13/+9
2018-11-04traffic_replay: Write group memberships once per groupTim Beale1-13/+30
2018-11-04traffic_replay: Re-organize assignments to be group-basedTim Beale1-19/+32
2018-11-04traffic_replay: Prevent users having 1000+ memberOf linksTim Beale1-5/+17
2018-11-04traffic_replay: Change user distribution to use Pareto DistributionTim Beale1-3/+4
2018-11-04traffic_replay: Improve assign_groups() performance with large domainsTim Beale1-12/+36
2018-11-04traffic_replay: Split out random group membership generation logicTim Beale1-27/+36
2018-11-04traffic_replay: Add helper class for group assignmentsTim Beale1-58/+68
2018-11-02python dbcheck: don't use mutable default argsDouglas Bagnall1-6/+8
2018-11-01pytests: allow blackbox subcommands without a shellDouglas Bagnall1-13/+33
2018-11-01samba-tool ntacl: remove unused imports and variablesDouglas Bagnall1-5/+1
2018-11-01python/tests/docs: remove unused import, variablesDouglas Bagnall1-4/+0
2018-11-01python/join: remove unused imports and variablesDouglas Bagnall1-4/+1
2018-11-01python/upgradehelpers: remove unused provision importsDouglas Bagnall1-2/+2
2018-11-01samba-tool processes: remove unused imports and variablesDouglas Bagnall1-3/+0
2018-11-01samba-tool domain: remove unused variablesDouglas Bagnall1-4/+0
2018-11-01py/tests/dcerpc_integer: remove dup testsDouglas Bagnall1-14/+0
2018-11-01python/tests/source: remove useless local variableDouglas Bagnall1-1/+0
2018-11-01python/tests/credentials: remove unused variablesDouglas Bagnall1-4/+0
2018-11-01python/xattr: remove unused variableDouglas Bagnall1-1/+0
2018-11-01python/upgradehelpers: remove unused variableDouglas Bagnall1-1/+0
2018-11-01samba-tool dbcheck: remove unused variableDouglas Bagnall1-1/+0
2018-11-01dbchecker: remove unused variablesDouglas Bagnall1-4/+0
2018-11-01samba-tool spn: remove unused variablesDouglas Bagnall1-2/+0
2018-11-01samba-tool rodc: remove unused variableDouglas Bagnall1-1/+0
2018-11-01python/samba3: import passdb in the manner it is usedDouglas Bagnall1-1/+1
2018-11-01python/kcc/graph: import KCCError, which is used somewhereDouglas Bagnall1-0/+1
2018-11-01py/tests/dcerpc_rpc: Py3 compat integer typesDouglas Bagnall1-1/+2
2018-11-01python/remove_dc: fix Exception constructionDouglas Bagnall1-4/+5
2018-11-01python/remove_dc: fix formating syntax (missing %s)Douglas Bagnall1-2/+2
2018-11-01provision/backend: LDAPBackendResult takes no credsDouglas Bagnall1-1/+1
2018-11-01provision/backend: fix formating syntaxDouglas Bagnall1-2/+3
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 Bagnall2-28/+0
2018-11-01python dbcheck: use real exception nameDouglas Bagnall1-4/+4
2018-11-01python: avoid useless work in dsdb_Dn.__cmp__Douglas Bagnall1-2/+0
2018-11-01python join: use the sd_utils we importedDouglas Bagnall1-1/+1
2018-11-01python/tests/dnscmd: don't use undefined nameDouglas Bagnall1-1/+1
2018-11-01python/tests/dsdb: use correct variable namesDouglas Bagnall1-2/+2
2018-11-01python/subnets: use the correct variable nameDouglas Bagnall1-1/+1
2018-11-01samba-tool user: fix message formatDouglas Bagnall1-2/+3