summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2018-02-28python tests: convert oct 'O1234' format to python3 compatible '0o1234'Noel Power2-13/+13
2018-02-28samba python libs: convert 'O1234' format to python3 compatible '0o1234'Noel Power3-17/+17
2018-02-28samba-tool: convert octal 'O1234' format to python3 compatible '0o1234'Noel Power1-3/+3
2018-02-27samba-tool: user setexpiry: Fix incorrect Example2Rowland Penny1-1/+1
2018-02-24tests/blackbox/smbcontrol: ping tests names ping target upon failureDouglas Bagnall1-1/+2
2018-02-24text/python/blackbox: allow optional message in ProcessErrorDouglas Bagnall1-7/+13
2018-02-24tests: Authenticate again so make sure we are not locked outAndreas Schneider1-0/+10
2018-02-22tests/py_creds: Add a SamLogonEx test with an empty string domainGarming Sam1-0/+27
2018-02-21tests:dcerpc/raw_protocol: reproduce call_id truncation bugStefan Metzmacher1-1/+1
2018-02-21provision: fix the 'dnsdomain' for the local sam of a domain memberStefan Metzmacher1-0/+16
2018-02-21traffic_packets.py: let Lookup{Sids,Names}() work against a sane serverStefan Metzmacher1-8/+8
2018-02-19subnet: Avoid a segfault when renaming subnet objectsGarming Sam1-0/+33
2018-02-15samba python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall8-18/+18
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall9-32/+32
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall15-77/+77
2018-02-15selftest: Avoid a build started around midnight failing (again)Andrew Bartlett1-2/+3
2018-02-15samba-tool drs showrepl: add --json option for JSON outputDouglas Bagnall1-1/+16
2018-02-15samba-tool drs showrepl: restructure in preparation for --jsonDouglas Bagnall1-45/+94
2018-02-15python.subunit: add assertRegexpMatches for Python 2.6Douglas Bagnall1-1/+10
2018-02-15python: tests: Make tests of dsdb Python module Python 3 compatibleLumir Balhar1-11/+12
2018-02-15python: Port samdb module to Python 3 compatible formLumir Balhar2-7/+8
2018-02-15python: Add `text_type` Python 2/3 compatible function name.Lumir Balhar1-0/+2
2018-02-15python: Convert base64 encoded password to utf-8Andreas Schneider1-1/+1
2018-02-15python: Generate random test usernamesAndreas Schneider1-2/+4
2018-02-12tests/samba-tool user wdigest: fix a flapping testDouglas Bagnall1-3/+2
2018-02-12tests: SambaToolCmdTest.assertMatch() indicates what was assertedDouglas Bagnall1-1/+11
2018-02-09sambatool drs showrepl: prefer self over ctx in python classesDouglas Bagnall1-2/+3
2018-02-09samba-tool rodc: consistently use self.outf, not stdoutDouglas Bagnall2-4/+7
2018-02-09subunit.run: report failure in process return codeDouglas Bagnall1-0/+7
2018-02-09python samdb.newuser(): use user DN not samaccountname to set passwordDouglas Bagnall1-1/+3
2018-02-09tests/samba_tool user virtualCryptSHA: remove unused py3 incompatible importDouglas Bagnall1-2/+0
2018-02-09tests/password_hash: avoid py3-incompatible md5 moduleDouglas Bagnall1-2/+2
2018-02-09tests/samba-tool user_wdigest: avoid py3-incompatible md5 moduleDouglas Bagnall1-4/+2
2018-02-08samba-tool/tests: Check that dns cleanup does not spuriously remove entriesGarming Sam1-1/+5
2018-02-08samba-tool/dns: Clarify the cleanup subcommandGarming Sam1-2/+3
2018-02-08tests/samba-tool: dns cleanup should work with a missing nameGarming Sam1-0/+50
2018-02-08remove_dc: Allow remove_dns_references to ignore missing server namesGarming Sam2-3/+14
2018-02-08samba-tool: add dns cleanup cmdJoe Guo2-0/+150
2018-02-08tests/samba-tool: add tests for samba-tool group move commandBjörn Baumbach1-0/+32
2018-02-08samba-tool group: implement the group move commandBjörn Baumbach1-0/+79
2018-02-08tests/samba-tool: add tests for user move commandBjörn Baumbach1-0/+32
2018-02-08samba-tool user: implement the user move commandBjörn Baumbach1-0/+80
2018-02-08samba-tool user: fix some typosBjörn Baumbach1-3/+3
2018-02-08tests/samba-tool: add test for samba-tool user show commandBjörn Baumbach1-0/+22
2018-02-08samba-tool: implement user show command to display a user AD objectBjörn Baumbach1-0/+79
2018-02-08tests/samba-tool: add tests for new ou management commandsBjörn Baumbach1-0/+274
2018-02-08samba-tool: implement ou management commandsBjörn Baumbach2-0/+396
2018-02-08selftest: Add tests for samdb.normalize_dn_in_domain()Andrew Bartlett1-0/+49
2018-02-08python/samdb: Improve function comment on normalize_dn_in_domain()Andrew Bartlett1-2/+5
2018-02-08python/samdb: Allow samdb.normalize_dn_in_domain() to take an ldb.Dn()Andrew Bartlett1-0/+4