summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/ldapcmp.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-5/+2
2020-02-07python: use raw string for regex with escapeDouglas Bagnall1-3/+3
2019-04-11ldapcmp: ignore 'schemaInfo' if two domains are comparedStefan Metzmacher1-1/+1
2018-11-21samba-tool ldapcmp: print DNs on predictable orderDouglas Bagnall1-2/+2
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-10-25samba-tool ldapcmp: use ValueError, not obsolete StandardErrorDouglas Bagnall1-1/+1
2018-10-23samba_tool: Enclose iterator with listNoel Power1-1/+1
2018-10-23python/samba: misc use of str for ldb.bytesNoel Power1-2/+2
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-2/+2
2018-09-06PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo1-2/+2
2018-08-24PEP8: add spaces after operatorsDouglas Bagnall1-5/+5
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-3/+3
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+3
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-2/+2
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-6/+6
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-33/+33
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-25/+25
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-28/+28
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-24/+24
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-2/+2
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-2/+2
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-1/+1
2018-03-21samba-tool ldapcmp: remove duplicate takes_optiongroups attributeDouglas Bagnall1-6/+0
2018-02-28samba-tool: convert 'except X, (tuple)' to 'except X as e'Noel Power1-4/+8
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-1/+1
2017-12-21ldapcmp: Improve the difference checker of ldapcmp for 2012 R2Garming Sam1-1/+8
2017-12-20ldapcmp: Add otherWellKnownObjects to ignore when using --twoGarming Sam1-6/+11
2016-08-08samba-tool/ldapcmp: ignore differences of whenChangedStefan Metzmacher1-1/+1
2014-09-02samba-tool/ldapcmp: update the list of non replicated attributesStefan Metzmacher1-13/+49
2014-05-03samba-tool ldapcmp: fix a typoBjörn Baumbach1-2/+2
2013-03-25samba-tool ldapcmp: Remove the GUID -> name mappingsAndrew Bartlett1-43/+4
2013-03-04samba-tool ldapcmp: Add support for checking DNSDOMAIN and DNSFOREST by defaultAndrew Bartlett1-4/+4
2013-03-02samba-tool ldapcmp: Add --skip-missing-dn to not error on DNs present in one ...Andrew Bartlett1-5/+10
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+998