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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-28
kcc: Remove unused is_sitelink call
Garming Sam
1
-8
/
+0
2015-05-28
kcc: Remove DN translation for Site GUID
Garming Sam
1
-6
/
+8
2015-05-28
kcc: Factor out MAX_DWORD
Garming Sam
1
-3
/
+5
2015-05-28
kcc: convert identification of sites from DN to GUID
Garming Sam
1
-1
/
+7
2015-05-28
kcc: Convert transport identification from DN to GUID
Garming Sam
1
-0
/
+1
2015-05-28
samba_kcc: Add basic skeleton for KCC intersite algorithm
Garming Sam
1
-15
/
+70
2015-05-28
kcc_utils: Create the new classes for the intersite algorithm
Garming Sam
1
-1
/
+83
2015-05-28
samba_kcc: Fix compile failures and correctly implement MS-ADTS 6.2.2.3.1 IST...
Andrew Bartlett
1
-10
/
+47
2015-05-28
kcc: typo fix in AttributeError Exception
Garming Sam
1
-1
/
+1
2015-05-28
kcc: Fix typos in original samba_kcc
Garming Sam
1
-1
/
+1
2015-05-28
samba_kcc: Fix existing syntax errors preventing samba_kcc from running
Garming Sam
1
-5
/
+5
2015-05-19
Fix a typo in the name of the default domain level
Matthieu Patou
1
-1
/
+1
2015-05-02
param: Remove unused P_SEP and P_SEPARATOR
Michael Adam
1
-2
/
+0
2015-03-31
doc: "prune stale" and "sequence timeout" fssd parameters
David Disseldorp
1
-1
/
+1
2015-03-17
python: Remove ntdb references
Volker Lendecke
2
-9
/
+2
2015-03-17
autobuild: Remove ntdb target
Volker Lendecke
2
-2
/
+2
2015-03-17
Remove ntdb from scripts
Volker Lendecke
2
-2
/
+2
2015-03-16
selftest: rename env dc to ad_dc_ntvfs
Michael Adam
2
-2
/
+2
2015-03-16
selftest: rename env plugin_s4_dc to ad_dc
Michael Adam
2
-5
/
+5
2015-03-16
samba-tool drs: Ensure we do not replicate all secrets to an RODC, even with ...
Andrew Bartlett
1
-1
/
+4
2015-03-16
s4.2/fsmo.py: fixed fsmo transfer exception
Steve Howells
1
-1
/
+0
2015-03-12
selftest: modify python.samba.test.posixacl to cope with nss_winbind active
Michael Adam
1
-4
/
+28
2015-03-06
provision: Give a more helpful message when find_provision_key_parameters() f...
Andrew Bartlett
1
-2
/
+5
2015-03-06
samba-tool: Add -P to options.CredentialsOptions
Andrew Bartlett
1
-5
/
+21
2015-03-06
Implement TestCase.assertIsNotNone for python < 2.7.
Jelmer Vernooij
1
-6
/
+9
2015-03-06
Implement TestCase.assertIn for older versions of Python.
Jelmer Vernooij
1
-0
/
+3
2015-03-06
Implement assertIsNone for Python < 2.7.
Jelmer Vernooij
1
-0
/
+3
2015-03-06
Handle skips when running on python2.6.
Jelmer Vernooij
1
-9
/
+57
2015-03-06
Run cleanup after tearDown, for consistency with Python >= 2.7.
Jelmer Vernooij
1
-2
/
+3
2015-03-06
Use samba TestCase so we get all compatibility functions on Python < 2.7.
Jelmer Vernooij
1
-1
/
+1
2015-03-06
Provide TestCase.assertIsInstance for python < 2.7.
Jelmer Vernooij
1
-0
/
+4
2015-03-06
Add replacement addCleanup.
Jelmer Vernooij
1
-0
/
+11
2015-03-06
Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for...
Jelmer Vernooij
1
-0
/
+8
2015-03-06
Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.
Jelmer Vernooij
2
-3
/
+7
2015-03-06
Drop support for failfast mode, rather than adding support for it everywhere.
Jelmer Vernooij
1
-38
/
+7
2015-03-06
Remove 'external' python module support code - use the third_party directory ...
Jelmer Vernooij
1
-16
/
+0
2015-03-06
Support using third party iso8601 module if system doesn't provide one.
Jelmer Vernooij
1
-0
/
+5
2015-03-06
Import UTC definition from utc8601 module.
Jelmer Vernooij
2
-24
/
+3
2015-03-06
Rename TestSkipped to Skiptest, consistent with Python 2.7.
Jelmer Vernooij
4
-13
/
+11
2015-03-06
Avoid importing TestCase and TestSkipped from testtools.
Jelmer Vernooij
1
-11
/
+8
2015-03-06
Set default testRunner rather than requiring the user pass it in.
Jelmer Vernooij
1
-2
/
+3
2015-03-06
Add RemoteTestCase and RemoteError to samba.subunit.
Jelmer Vernooij
1
-0
/
+59
2015-03-06
Use Samba-only subunit module in selftest/tests/.
Jelmer Vernooij
2
-19
/
+30
2015-03-06
Fix copyright headers for python/samba/subunit.
Jelmer Vernooij
2
-0
/
+22
2015-03-06
subunitrun: Use new samba.subunit.run module.
Jelmer Vernooij
1
-10
/
+2
2015-03-06
Add simple subunit runner outputting subunit v1.
Jelmer Vernooij
2
-0
/
+750
2015-02-25
s4/scripting/devel: Add tool to roll over the krbtgt password
Andrew Bartlett
1
-0
/
+19
2015-02-17
group.py: Fix wrong example option, remove wrong comment line
Marc Muehlfeld
1
-2
/
+1
2015-02-17
rpc_talloc: Update instructions to use standard unittest runner.
Jelmer Vernooij
1
-1
/
+1
2015-02-03
samba-tool: Create NIS enabled users and unixHomeDirectory attribute
Marc Muehlfeld
2
-4
/
+39
[prev]
[next]