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
2024-06-12
samba-tool ldapcmp: remove a dodgy unused method
Douglas Bagnall
1
-26
/
+0
2023-07-19
ldapcmp: also ignore operatingSystem similar to operatingSystemVersion
Stefan Metzmacher
1
-1
/
+2
2023-06-23
python:samba:netcmd: Fix code spelling
Andreas Schneider
1
-3
/
+3
2023-03-14
python:netcmd: Decode return value of find_netbios() from bytes into string
Andreas Schneider
1
-1
/
+1
2022-09-06
samba-tool ldapcmp: use CommandError on auth failure
Douglas Bagnall
1
-2
/
+7
2022-09-06
samba-tool ldapcmp: use CommandError, not assertion
Douglas Bagnall
1
-1
/
+4
2022-09-06
samba-tool ldapcmp: do not assume common attributes
Douglas Bagnall
1
-1
/
+1
2022-09-06
samba-tool ldapcmp: use shorter names in cmp_attrs
Douglas Bagnall
1
-15
/
+19
2022-09-06
samba-tool ldapcmp: use ValueError, not Exception
Douglas Bagnall
1
-1
/
+1
2022-06-14
python: Don't use deprecated escape sequences
Joseph Sutton
1
-1
/
+1
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
[next]