netcmd/ldapcmp: rm unused global var summary
[amitay/samba.git] / python / samba / netcmd / ldapcmp.py
2018-11-21 Joe Guonetcmd/ldapcmp: rm unused global var summary
2018-11-21 Joe Guonetcmd/ldapcmp: use set instead of list to find missing DNs
2018-11-21 Joe Guonetcmd/ldapcmp: avoid list comprehension in for loop
2018-11-21 Joe Guonetcmd/ldapcmp: add choices arg to --view option
2018-11-21 Joe Guonetcmd/ldapcmp: add choices arg to --scope option
2018-11-21 Joe Guonetcmd/ldapcmp: rename __eq__ to diff
2018-11-21 Joe Guonetcmd/ldapcmp: fix typo for Bundle
2018-10-25 Douglas Bagnallsamba-tool ldapcmp: use ValueError, not obsolete Standa...
2018-10-23 Noel Powersamba_tool: Enclose iterator with list
2018-10-23 Noel Powerpython/samba: misc use of str for ldb.bytes
2018-09-06 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-09-06 Joe GuoPEP8: fix E125: continuation line with same indent...
2018-08-24 Douglas BagnallPEP8: add spaces after operators
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E222: multiple spaces after operator
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-08-24 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-08-24 Joe GuoPEP8: fix E111: indentation is not a multiple of four
2018-03-21 Douglas Bagnallsamba-tool ldapcmp: remove duplicate takes_optiongroups...
2018-02-28 Noel Powersamba-tool: convert 'except X, (tuple)' to 'except...
2018-02-14 Douglas Bagnallsamba-tool: convert 'except X, e' to 'except X as e...
2017-12-21 Garming Samldapcmp: Improve the difference checker of ldapcmp...
2017-12-20 Garming Samldapcmp: Add otherWellKnownObjects to ignore when using...
2016-08-08 Stefan Metzmachersamba-tool/ldapcmp: ignore differences of whenChanged
2014-09-02 Stefan Metzmachersamba-tool/ldapcmp: update the list of non replicated...
2014-05-02 Björn Baumbachsamba-tool ldapcmp: fix a typo
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-03-25 Andrew Bartlettsamba-tool ldapcmp: Remove the GUID -> name mappings
2013-03-04 Andrew Bartlettsamba-tool ldapcmp: Add support for checking DNSDOMAIN...
2013-03-02 Andrew Bartlettsamba-tool ldapcmp: Add --skip-missing-dn to not error...
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...