summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* CVE-2018-14629 dns: CNAME loop prevention using counterAaron Haslett2018-11-281-0/+22
* dns: prevent self-referencing CNAMEAaron Haslett2018-11-281-0/+44
* tests: Rework backup test inheritance to make LP constraints clearerTim Beale2018-11-272-14/+21
* tests: Work out DOMSID via samdb rather than environsTim Beale2018-11-271-9/+7
* python/samba/test: PY3 port samba.tests.domain_backupNoel Power2018-11-271-3/+4
* tests: Handle backup command exceptions as test failures, not errorsTim Beale2018-11-272-1/+14
* tests: Rework backup test_backup_invalid_args test-caseTim Beale2018-11-271-6/+9
* samba-tool processes: display pre-fork masters and workersGary Lockyer2018-11-231-6/+69
* source4 smbd test: prefork process restartGary Lockyer2018-11-231-0/+467
* logger: use color automatically for a ttyJoe Guo2018-11-211-2/+5
* samba-tool ldapcmp: print DNs on predictable orderDouglas Bagnall2018-11-211-2/+2
* netcmd/ldapcmp: make code pythonicJoe Guo2018-11-211-11/+6
* netcmd/ldapcmp: promote re object to globalJoe Guo2018-11-211-7/+5
* netcmd/ldapcmp: use set instead of list to compare attrsJoe Guo2018-11-211-31/+22
* netcmd/ldapcmp: fix wrong way for string copyJoe Guo2018-11-211-4/+4
* netcmd/ldapcmp: pass --skip-missing-dn to LDAPBaseJoe Guo2018-11-211-2/+2
* netcmd/ldapcmp: avoid modifying data while looping on dictJoe Guo2018-11-211-5/+7
* netcmd/ldapcmp: rm unused global var summaryJoe Guo2018-11-211-6/+0
* netcmd/ldapcmp: use set instead of list to find missing DNsJoe Guo2018-11-211-49/+30
* netcmd/ldapcmp: avoid list comprehension in for loopJoe Guo2018-11-211-2/+6
* netcmd/ldapcmp: add choices arg to --view optionJoe Guo2018-11-211-3/+1
* netcmd/ldapcmp: add choices arg to --scope optionJoe Guo2018-11-211-3/+1
* netcmd/ldapcmp: rename __eq__ to diffJoe Guo2018-11-211-2/+2
* netcmd/ldapcmp: fix typo for BundleJoe Guo2018-11-211-4/+4
* tests samr: Extra tests for samr_EnumDomainUserssGary Lockyer2018-11-201-0/+144
* test samr: Extra tests for samr_EnumDomainGroupsGary Lockyer2018-11-201-0/+169
* tests samr: remove PEP8 warningsGary Lockyer2018-11-201-2/+4
* tests samr: Extra tests for samr_QueryDisplayInfoGary Lockyer2018-11-201-1/+389
* sync_passwords: Remove dirsync cookie logging for continuous operationGarming Sam2018-11-201-1/+2
* netcmd: Flush replUpToDateVector when restoring offline backupTim Beale2018-11-201-4/+34
* netcmd: Small backup refactor to avoid compatiblity problemsTim Beale2018-11-201-3/+20
* netcmd: Add backupType marker to backed-up DBTim Beale2018-11-201-10/+23
* tests: Add assertion that replUpToDateVector is present after backupTim Beale2018-11-201-5/+26
* python/samba/tests: Ensure samba_dnsupdate called with correct python versionNoel Power2018-11-141-1/+2
* python/samba/tests: PY3 Fix str/bytes issue for json.loadsNoel Power2018-11-141-2/+2
* python/samba: PY3 fix can't compare string with intNoel Power2018-11-141-3/+0
* python/samba/netcmd: PY3 port samba4.blackbox.ldapcmp_restoreNoel Power2018-11-141-0/+1
* python/samba/netcmd: PY3 port samba.tests.samba_tool.editNoel Power2018-11-141-1/+1
* python/samba/tests: PY3 port samba.tests.blackbox.netads_jsonNoel Power2018-11-141-1/+2
* python/samba/tests: Port samba.tests.blackbox.samba_dnsupdate for PY2/PY3Noel Power2018-11-141-10/+11
* testprogs/blackbox: PY3 bulk change for python scripts use correct pythonNoel Power2018-11-141-3/+3
* python/samba/provision: PY3 port samba4.dlz_bind9.versionNoel Power2018-11-141-3/+4
* mdb_util: Better error message if lmdb-utils not installedTim Beale2018-11-091-0/+7
* debug: Use debuglevel_(get|set) functionAndreas Schneider2018-11-081-2/+3
* traffic_replay: Rework machine accounts to remove redundant codeTim Beale2018-11-071-55/+5
* traffic_replay: Make packet generation work on a pre-populated DB againTim Beale2018-11-071-3/+13
* traffic_replay: Make sure naming assumptions are in a single placeTim Beale2018-11-071-7/+11
* traffic_replay: Move 'traffic account' flag up a levelTim Beale2018-11-071-4/+7
* traffic_replay: Move machine account creationTim Beale2018-11-071-7/+7
* samba-tool gpo: convert pseudo-method into methodDouglas Bagnall2018-11-071-24/+23