summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/ldapcmp.py
Commit message (Expand)AuthorAgeFilesLines
* python:netcmd: Decode return value of find_netbios() from bytes into stringAndreas Schneider2023-03-141-1/+1
* samba-tool ldapcmp: use CommandError on auth failureDouglas Bagnall2022-09-061-2/+7
* samba-tool ldapcmp: use CommandError, not assertionDouglas Bagnall2022-09-061-1/+4
* samba-tool ldapcmp: do not assume common attributesDouglas Bagnall2022-09-061-1/+1
* samba-tool ldapcmp: use shorter names in cmp_attrsDouglas Bagnall2022-09-061-15/+19
* samba-tool ldapcmp: use ValueError, not ExceptionDouglas Bagnall2022-09-061-1/+1
* python: Don't use deprecated escape sequencesJoseph Sutton2022-06-141-1/+1
* python: Remove redundant assignmentsJoseph Sutton2022-05-101-5/+2
* python: use raw string for regex with escapeDouglas Bagnall2020-02-071-3/+3
* ldapcmp: ignore 'schemaInfo' if two domains are comparedStefan Metzmacher2019-04-111-1/+1
* 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
* samba-tool ldapcmp: use ValueError, not obsolete StandardErrorDouglas Bagnall2018-10-251-1/+1
* samba_tool: Enclose iterator with listNoel Power2018-10-231-1/+1
* python/samba: misc use of str for ldb.bytesNoel Power2018-10-231-2/+2
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-2/+2
* PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo2018-09-061-2/+2
* PEP8: add spaces after operatorsDouglas Bagnall2018-08-241-5/+5
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-3/+3
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+3
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-2/+2
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-6/+6
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-33/+33
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-2/+2
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-25/+25
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-28/+28
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-24/+24
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-2/+2
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-241-2/+2
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-1/+1
* samba-tool ldapcmp: remove duplicate takes_optiongroups attributeDouglas Bagnall2018-03-211-6/+0
* samba-tool: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-4/+8
* samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall2018-02-151-1/+1
* ldapcmp: Improve the difference checker of ldapcmp for 2012 R2Garming Sam2017-12-211-1/+8
* ldapcmp: Add otherWellKnownObjects to ignore when using --twoGarming Sam2017-12-201-6/+11
* samba-tool/ldapcmp: ignore differences of whenChangedStefan Metzmacher2016-08-081-1/+1
* samba-tool/ldapcmp: update the list of non replicated attributesStefan Metzmacher2014-09-021-13/+49