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
/
source4
/
torture
/
drs
/
python
/
getnc_exop.py
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-12
s4/pytest: remove py2 str/bytes workaround in getnc_exop
Douglas Bagnall
1
-2
/
+2
2023-08-13
s4-torture/drs: Add a test matching Azure AD Connect REPL_OBJ behaviour
Andrew Bartlett
1
-1
/
+24
2023-03-03
pytest/getnc_exop: Remove unused variable
Joseph Sutton
1
-1
/
+0
2023-01-31
s4-selftest/drs: Confirm GetNCChanges REPL_OBJ works with a DummyDN and real ...
Andrew Bartlett
1
-6
/
+74
2023-01-31
s4-selftest/drs Allow re-run of DRS tests after failed cleanup
Andrew Bartlett
1
-1
/
+2
2023-01-31
s4-selftest/drs Allow some DRS tests to operate against an IP
Andrew Bartlett
1
-10
/
+10
2023-01-31
s4-selftest/drs Add test of expected return code for invaid DNs in GetNCChanges
Andrew Bartlett
1
-2
/
+80
2020-10-02
python2 reduction: Merge remaining compat code into common
David Mulder
1
-7
/
+7
2020-02-07
pytests: heed assertEquals deprecation warning en-masse
Douglas Bagnall
1
-1
/
+1
2018-12-14
PY3: change shebang to python3 in source4/torture dir
Joe Guo
1
-1
/
+1
2018-10-25
s4/dsdb/pytest/: unused imports
Douglas Bagnall
1
-1
/
+0
2018-09-15
s4/torture/drs/python: ndr_unpack needs bytes samba4.drs.getnc_exop
Noel Power
1
-1
/
+1
2018-09-06
PEP8: fix E124: closing bracket does not match visual indentation
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: improve formatting around various operators
Douglas Bagnall
1
-1
/
+1
2018-08-24
PEP8: fix E303: too many blank lines (2)
Joe Guo
1
-3
/
+0
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+3
2018-08-24
PEP8: fix E265: block comment should start with '# '
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-41
/
+41
2018-08-24
PEP8: fix E228: missing whitespace around modulo operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-23
/
+23
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-155
/
+155
2018-08-24
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
1
-8
/
+8
2018-08-24
PEP8: fix E122: continuation line missing indentation or outdented
Joe Guo
1
-4
/
+4
2018-08-24
PEP8: fix E101: indentation contains mixed spaces and tabs
Joe Guo
1
-1
/
+1
2018-07-13
s4/torture/drs/python: use cmp_fn and key=cmp_to_key_fn for py2/py3
Noel Power
1
-5
/
+7
2018-07-13
s4/torture/drs/python: py2/py3 port map / ord usage
Noel Power
1
-5
/
+8
2018-04-30
python: Bulk conversion callers of ldb.Dn second param
Noel Power
1
-2
/
+2
2018-02-28
drs torture python: convert 'except X, (tuple)' to 'except X as e'
Noel Power
1
-5
/
+10
2017-09-18
getnc_exop.py: Extend EXOP_REPL_OBJ test case to use GET_TGT
Tim Beale
1
-24
/
+43
2017-09-18
getnc_exop.py: Fix GET_TGT behaviour in DRS tests
Tim Beale
1
-4
/
+16
2017-08-29
selftest: Confirm privileged replication of an OU is not permitted
Andrew Bartlett
1
-0
/
+24
2017-08-29
selftest: Move get_partial_attribute_set() to DrsBaseTestCase
Andrew Bartlett
1
-6
/
+0
2017-07-28
getnc_exop.py: Fix typo in function name
Tim Beale
1
-7
/
+7
2017-02-09
torture/drs: expand test for DRSUAPI_DRS_GET_ANC
Bob Campbell
1
-22
/
+301
2017-02-08
torture/drs: remove pointless nc_object_count replication checks in test_link...
Stefan Metzmacher
1
-18
/
+9
2016-12-21
torture/drs: test link replication with hwm and utdv
Bob Campbell
1
-0
/
+102
2016-12-21
torture/drs: move ExopBaseTest into DrsBaseTest and extend
Bob Campbell
1
-67
/
+29
2016-11-04
tests/ridalloc_exop: Add a new suite of tests for RID allocation
Garming Sam
1
-161
/
+0
2016-11-01
tests/getnc_exop: Finish a comment in getnc_exop.py
Garming Sam
1
-1
/
+1
2016-11-01
tests/getnc_exop: Improve the ridalloc test by performing an alloc against a ...
Bob Campbell
1
-0
/
+76
2016-08-25
tests/getnc_exop: Ensure that attribute list sorting is correct
Bob Campbell
1
-1
/
+3
2016-08-25
tests/getnc_exop: PartialAttrSetEx test (passes Windows, fails us)
Garming Sam
1
-2
/
+98
2016-08-25
tests/getnc_exop: Ensure the remote prefixmap is always used (name attr)
Garming Sam
1
-0
/
+73
2016-08-25
tests/getnc_exop: Ensure the remote prefixmap is always used (secret attrs)
Garming Sam
1
-5
/
+86
2016-08-25
tests/getnc_exop: Ensure that all attids are valid in a given PAS
Garming Sam
1
-7
/
+59
2016-08-25
tests/getnc_exop: Ensure we do the fallback if not given a PAS
Bob Campbell
1
-2
/
+51
2016-06-17
tests/drs: change sort order in tests to match Windows
Garming Sam
1
-3
/
+3
2016-06-17
tests/drs: assert sorted identifier GUIDs across getncchanges
Garming Sam
1
-12
/
+60
2016-06-17
tests/drs: make cleanup more robust
Garming Sam
1
-24
/
+31
[next]