index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
netcmd
/
ldapcmp.py
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-10
python: Remove redundant assignments
Joseph Sutton
1
-5
/
+2
2020-02-07
python: use raw string for regex with escape
Douglas Bagnall
1
-3
/
+3
2019-04-11
ldapcmp: ignore 'schemaInfo' if two domains are compared
Stefan Metzmacher
1
-1
/
+1
2018-11-21
samba-tool ldapcmp: print DNs on predictable order
Douglas Bagnall
1
-2
/
+2
2018-11-21
netcmd/ldapcmp: make code pythonic
Joe Guo
1
-11
/
+6
2018-11-21
netcmd/ldapcmp: promote re object to global
Joe Guo
1
-7
/
+5
2018-11-21
netcmd/ldapcmp: use set instead of list to compare attrs
Joe Guo
1
-31
/
+22
2018-11-21
netcmd/ldapcmp: fix wrong way for string copy
Joe Guo
1
-4
/
+4
2018-11-21
netcmd/ldapcmp: pass --skip-missing-dn to LDAPBase
Joe Guo
1
-2
/
+2
2018-11-21
netcmd/ldapcmp: avoid modifying data while looping on dict
Joe Guo
1
-5
/
+7
2018-11-21
netcmd/ldapcmp: rm unused global var summary
Joe Guo
1
-6
/
+0
2018-11-21
netcmd/ldapcmp: use set instead of list to find missing DNs
Joe Guo
1
-49
/
+30
2018-11-21
netcmd/ldapcmp: avoid list comprehension in for loop
Joe Guo
1
-2
/
+6
2018-11-21
netcmd/ldapcmp: add choices arg to --view option
Joe Guo
1
-3
/
+1
2018-11-21
netcmd/ldapcmp: add choices arg to --scope option
Joe Guo
1
-3
/
+1
2018-11-21
netcmd/ldapcmp: rename __eq__ to diff
Joe Guo
1
-2
/
+2
2018-11-21
netcmd/ldapcmp: fix typo for Bundle
Joe Guo
1
-4
/
+4
2018-10-25
samba-tool ldapcmp: use ValueError, not obsolete StandardError
Douglas Bagnall
1
-1
/
+1
2018-10-23
samba_tool: Enclose iterator with list
Noel Power
1
-1
/
+1
2018-10-23
python/samba: misc use of str for ldb.bytes
Noel Power
1
-2
/
+2
2018-09-06
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-2
/
+2
2018-09-06
PEP8: fix E125: continuation line with same indent as next logical line
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: add spaces after operators
Douglas Bagnall
1
-5
/
+5
2018-08-24
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
1
-3
/
+3
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+3
2018-08-24
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-6
/
+6
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-33
/
+33
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E222: multiple spaces after operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
1
-25
/
+25
2018-08-24
PEP8: fix E201: whitespace after '('
Joe Guo
1
-28
/
+28
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-24
/
+24
2018-08-24
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E122: continuation line missing indentation or outdented
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
1
-1
/
+1
2018-03-21
samba-tool ldapcmp: remove duplicate takes_optiongroups attribute
Douglas Bagnall
1
-6
/
+0
2018-02-28
samba-tool: convert 'except X, (tuple)' to 'except X as e'
Noel Power
1
-4
/
+8
2018-02-15
samba-tool: convert 'except X, e' to 'except X as e' for all X
Douglas Bagnall
1
-1
/
+1
2017-12-21
ldapcmp: Improve the difference checker of ldapcmp for 2012 R2
Garming Sam
1
-1
/
+8
2017-12-20
ldapcmp: Add otherWellKnownObjects to ignore when using --two
Garming Sam
1
-6
/
+11
2016-08-08
samba-tool/ldapcmp: ignore differences of whenChanged
Stefan Metzmacher
1
-1
/
+1
2014-09-02
samba-tool/ldapcmp: update the list of non replicated attributes
Stefan Metzmacher
1
-13
/
+49
2014-05-03
samba-tool ldapcmp: fix a typo
Björn Baumbach
1
-2
/
+2
2013-03-25
samba-tool ldapcmp: Remove the GUID -> name mappings
Andrew Bartlett
1
-43
/
+4
2013-03-04
samba-tool ldapcmp: Add support for checking DNSDOMAIN and DNSFOREST by default
Andrew Bartlett
1
-4
/
+4
2013-03-02
samba-tool ldapcmp: Add --skip-missing-dn to not error on DNs present in one ...
Andrew Bartlett
1
-5
/
+10
2013-03-02
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
1
-0
/
+998