summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2018-11-21netcmd/ldapcmp: make code pythonicJoe Guo1-11/+6
2018-11-21netcmd/ldapcmp: promote re object to globalJoe Guo1-7/+5
2018-11-21netcmd/ldapcmp: use set instead of list to compare attrsJoe Guo1-31/+22
2018-11-21netcmd/ldapcmp: fix wrong way for string copyJoe Guo1-4/+4
2018-11-21netcmd/ldapcmp: pass --skip-missing-dn to LDAPBaseJoe Guo1-2/+2
2018-11-21netcmd/ldapcmp: avoid modifying data while looping on dictJoe Guo1-5/+7
2018-11-21netcmd/ldapcmp: rm unused global var summaryJoe Guo1-6/+0
2018-11-21netcmd/ldapcmp: use set instead of list to find missing DNsJoe Guo1-49/+30
2018-11-21netcmd/ldapcmp: avoid list comprehension in for loopJoe Guo1-2/+6
2018-11-21netcmd/ldapcmp: add choices arg to --view optionJoe Guo1-3/+1
2018-11-21netcmd/ldapcmp: add choices arg to --scope optionJoe Guo1-3/+1
2018-11-21netcmd/ldapcmp: rename __eq__ to diffJoe Guo1-2/+2
2018-11-21netcmd/ldapcmp: fix typo for BundleJoe Guo1-4/+4
2018-11-20tests samr: Extra tests for samr_EnumDomainUserssGary Lockyer1-0/+144
2018-11-20test samr: Extra tests for samr_EnumDomainGroupsGary Lockyer1-0/+169
2018-11-20tests samr: remove PEP8 warningsGary Lockyer1-2/+4
2018-11-20tests samr: Extra tests for samr_QueryDisplayInfoGary Lockyer1-1/+389
2018-11-20sync_passwords: Remove dirsync cookie logging for continuous operationGarming Sam1-1/+2
2018-11-20netcmd: Flush replUpToDateVector when restoring offline backupTim Beale1-4/+34
2018-11-20netcmd: Small backup refactor to avoid compatiblity problemsTim Beale1-3/+20
2018-11-20netcmd: Add backupType marker to backed-up DBTim Beale1-10/+23
2018-11-20tests: Add assertion that replUpToDateVector is present after backupTim Beale1-5/+26
2018-11-14python/samba/tests: Ensure samba_dnsupdate called with correct python versionNoel Power1-1/+2
2018-11-14python/samba/tests: PY3 Fix str/bytes issue for json.loadsNoel Power1-2/+2
2018-11-14python/samba: PY3 fix can't compare string with intNoel Power1-3/+0
2018-11-14python/samba/netcmd: PY3 port samba4.blackbox.ldapcmp_restoreNoel Power1-0/+1
2018-11-14python/samba/netcmd: PY3 port samba.tests.samba_tool.editNoel Power1-1/+1
2018-11-14python/samba/tests: PY3 port samba.tests.blackbox.netads_jsonNoel Power1-1/+2
2018-11-14python/samba/tests: Port samba.tests.blackbox.samba_dnsupdate for PY2/PY3Noel Power1-10/+11
2018-11-14testprogs/blackbox: PY3 bulk change for python scripts use correct pythonNoel Power1-3/+3
2018-11-14python/samba/provision: PY3 port samba4.dlz_bind9.versionNoel Power1-3/+4
2018-11-09mdb_util: Better error message if lmdb-utils not installedTim Beale1-0/+7
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider1-2/+3
2018-11-07traffic_replay: Rework machine accounts to remove redundant codeTim Beale1-55/+5
2018-11-07traffic_replay: Make packet generation work on a pre-populated DB againTim Beale1-3/+13
2018-11-07traffic_replay: Make sure naming assumptions are in a single placeTim Beale1-7/+11
2018-11-07traffic_replay: Move 'traffic account' flag up a levelTim Beale1-4/+7
2018-11-07traffic_replay: Move machine account creationTim Beale1-7/+7
2018-11-07samba-tool gpo: convert pseudo-method into methodDouglas Bagnall1-24/+23
2018-11-07samba-tool gpo: add helper method for tmpdir constructionDouglas Bagnall1-61/+54
2018-11-07samba-tool gpo: do not use predictable temp directoryDouglas Bagnall1-4/+10
2018-11-07python/upgradehelpers: use mkstemp, not mktempDouglas Bagnall1-2/+3
2018-11-06drs_utils: Avoid invalid dereference of v8 requestsTim Beale1-2/+3
2018-11-06drs_utils: Fix some long linesTim Beale1-5/+7
2018-11-06join: Fix join large-DB timeout against WindowsTim Beale1-1/+2
2018-11-05python/samba/gp_parse: PY2/PY3 Decode only when necessaryNoel Power1-3/+6
2018-11-05python/samba/tests/samba_tool: PY2/PY3 compat port for testNoel Power1-2/+2
2018-11-05python/samba/gp_parse: Fix mulitple encode step with write_sectionNoel Power1-14/+15
2018-11-05python/samba/netcmd: misc PY2/PY3 compat changes for gpo.pyNoel Power1-13/+13
2018-11-05python/samab/gp_parse: remove unused codeNoel Power1-68/+0