summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* provision: fix the 'dnsdomain' for the local sam of a domain memberStefan Metzmacher2018-02-211-0/+16
* traffic_packets.py: let Lookup{Sids,Names}() work against a sane serverStefan Metzmacher2018-02-211-8/+8
* subnet: Avoid a segfault when renaming subnet objectsGarming Sam2018-02-191-0/+33
* samba python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-158-18/+18
* samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-159-32/+32
* samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall2018-02-1515-77/+77
* selftest: Avoid a build started around midnight failing (again)Andrew Bartlett2018-02-151-2/+3
* samba-tool drs showrepl: add --json option for JSON outputDouglas Bagnall2018-02-151-1/+16
* samba-tool drs showrepl: restructure in preparation for --jsonDouglas Bagnall2018-02-151-45/+94
* python.subunit: add assertRegexpMatches for Python 2.6Douglas Bagnall2018-02-151-1/+10
* python: tests: Make tests of dsdb Python module Python 3 compatibleLumir Balhar2018-02-151-11/+12
* python: Port samdb module to Python 3 compatible formLumir Balhar2018-02-152-7/+8
* python: Add `text_type` Python 2/3 compatible function name.Lumir Balhar2018-02-151-0/+2
* python: Convert base64 encoded password to utf-8Andreas Schneider2018-02-151-1/+1
* python: Generate random test usernamesAndreas Schneider2018-02-151-2/+4
* tests/samba-tool user wdigest: fix a flapping testDouglas Bagnall2018-02-121-3/+2
* tests: SambaToolCmdTest.assertMatch() indicates what was assertedDouglas Bagnall2018-02-121-1/+11
* sambatool drs showrepl: prefer self over ctx in python classesDouglas Bagnall2018-02-091-2/+3
* samba-tool rodc: consistently use self.outf, not stdoutDouglas Bagnall2018-02-092-4/+7
* subunit.run: report failure in process return codeDouglas Bagnall2018-02-091-0/+7
* python samdb.newuser(): use user DN not samaccountname to set passwordDouglas Bagnall2018-02-091-1/+3
* tests/samba_tool user virtualCryptSHA: remove unused py3 incompatible importDouglas Bagnall2018-02-091-2/+0
* tests/password_hash: avoid py3-incompatible md5 moduleDouglas Bagnall2018-02-091-2/+2
* tests/samba-tool user_wdigest: avoid py3-incompatible md5 moduleDouglas Bagnall2018-02-091-4/+2
* samba-tool/tests: Check that dns cleanup does not spuriously remove entriesGarming Sam2018-02-081-1/+5
* samba-tool/dns: Clarify the cleanup subcommandGarming Sam2018-02-081-2/+3
* tests/samba-tool: dns cleanup should work with a missing nameGarming Sam2018-02-081-0/+50
* remove_dc: Allow remove_dns_references to ignore missing server namesGarming Sam2018-02-082-3/+14
* samba-tool: add dns cleanup cmdJoe Guo2018-02-082-0/+150
* tests/samba-tool: add tests for samba-tool group move commandBjörn Baumbach2018-02-081-0/+32
* samba-tool group: implement the group move commandBjörn Baumbach2018-02-081-0/+79
* tests/samba-tool: add tests for user move commandBjörn Baumbach2018-02-081-0/+32
* samba-tool user: implement the user move commandBjörn Baumbach2018-02-081-0/+80
* samba-tool user: fix some typosBjörn Baumbach2018-02-081-3/+3
* tests/samba-tool: add test for samba-tool user show commandBjörn Baumbach2018-02-081-0/+22
* samba-tool: implement user show command to display a user AD objectBjörn Baumbach2018-02-081-0/+79
* tests/samba-tool: add tests for new ou management commandsBjörn Baumbach2018-02-081-0/+274
* samba-tool: implement ou management commandsBjörn Baumbach2018-02-082-0/+396
* selftest: Add tests for samdb.normalize_dn_in_domain()Andrew Bartlett2018-02-081-0/+49
* python/samdb: Improve function comment on normalize_dn_in_domain()Andrew Bartlett2018-02-081-2/+5
* python/samdb: Allow samdb.normalize_dn_in_domain() to take an ldb.Dn()Andrew Bartlett2018-02-081-0/+4
* python/samdb: add method normalize_dn_in_domain(): get full dn of an relative dnBjörn Baumbach2018-02-081-0/+11
* python SamDB: init default flags to FLG_DONT_CREATE_DBGary Lockyer2018-02-072-2/+8
* samdb: Add tests for samdb tdb file creation.Gary Lockyer2018-02-071-0/+158
* dbcheck: skip find_missing_forward_links_from_backlinks() if the db has the s...Stefan Metzmacher2018-02-051-0/+25
* dbcheck: add support for restoring missing forward linksRalph Boehme2018-02-051-6/+37
* dbcheck: add find_missing_forward_links_from_backlinks()Ralph Boehme2018-02-051-0/+96
* dbcheck: make sure we ask for replPropertyMetaData if we need to process any ...Stefan Metzmacher2018-02-051-0/+12
* dbcheck: make sure we always ask for the objectGUID attribute explicitlyStefan Metzmacher2018-02-051-2/+1
* dbcheck: add a helper function that checks is a value has duplicate linksRalph Boehme2018-02-051-0/+32