summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* samba-tool gpo: add helper method for tmpdir constructionDouglas Bagnall2018-11-071-61/+54
* samba-tool gpo: do not use predictable temp directoryDouglas Bagnall2018-11-071-4/+10
* python/upgradehelpers: use mkstemp, not mktempDouglas Bagnall2018-11-071-2/+3
* drs_utils: Avoid invalid dereference of v8 requestsTim Beale2018-11-061-2/+3
* drs_utils: Fix some long linesTim Beale2018-11-061-5/+7
* join: Fix join large-DB timeout against WindowsTim Beale2018-11-061-1/+2
* python/samba/gp_parse: PY2/PY3 Decode only when necessaryNoel Power2018-11-051-3/+6
* python/samba/tests/samba_tool: PY2/PY3 compat port for testNoel Power2018-11-051-2/+2
* python/samba/gp_parse: Fix mulitple encode step with write_sectionNoel Power2018-11-051-14/+15
* python/samba/netcmd: misc PY2/PY3 compat changes for gpo.pyNoel Power2018-11-051-13/+13