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
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-08
pidl: Fix our python reference handling
Andrew Bartlett
2
-6
/
+179
2016-02-25
samba-tool: Support preloading multiple users
Andrew Bartlett
1
-0
/
+94
2016-02-08
test:docs: remove unused param_table/get_param_table_full()
Michael Adam
1
-64
/
+0
2016-02-03
python:tests/core: add tests for arcfour_encrypt() and string_to_byte_array()
Stefan Metzmacher
1
-0
/
+16
2015-12-24
samldb: ensure subnets have proper net ranges
Douglas Bagnall
1
-0
/
+24
2015-12-24
samba-tool: add sites subnet subcommands
Douglas Bagnall
1
-0
/
+55
2015-12-24
samba-tool tests: Add command line tests for sites
Douglas Bagnall
1
-0
/
+57
2015-10-29
KCC: kcc.import_ldif doesn't need creds
Douglas Bagnall
1
-3
/
+3
2015-10-26
samba-tool domain demote: Add support for removing by NTDS GUID
Andrew Bartlett
1
-0
/
+37
2015-10-26
samba-tool domain demote: Add --verbose and --quiet options
Andrew Bartlett
1
-1
/
+1
2015-10-26
samba-tool domain demote: Remove dns-SERVER object as well
Andrew Bartlett
1
-0
/
+15
2015-10-26
selftest: Add tests confirming the demote actually removes objects
Andrew Bartlett
1
-0
/
+19
2015-10-26
samba-tool domain demote: Refuse to remove ourself
Andrew Bartlett
1
-0
/
+7
2015-10-26
selftest: Run samba-tool domain demote while we have a clone of the DB handy
Andrew Bartlett
1
-0
/
+5
2015-10-26
selftest: Make it clear that the first argument to KCC.run() is unused
Andrew Bartlett
1
-2
/
+2
2015-10-26
selftest: Add tests for samdb_to_ldif_file
Andrew Bartlett
1
-3
/
+22
2015-10-26
samba-tool drs clone-dc-database: Require --targetdir
Andrew Bartlett
1
-0
/
+13
2015-10-26
samba-tool drs clone-dc: Add --include-secrets option
Andrew Bartlett
1
-0
/
+39
2015-10-26
samba-tool: Add new command 'samba-tool drs clone-dc-database'
Andrew Bartlett
2
-4
/
+32
2015-10-26
samba-tool: Remove vampire subcommand and now unused libnet_Vampire()
Andrew Bartlett
1
-3
/
+0
2015-09-01
python/tests: Add more assertions that we get back the value we expect
Andrew Bartlett
1
-0
/
+6
2015-09-01
python/tests: Add tests for 64 bit signed integers
Andrew Bartlett
1
-1
/
+27
2015-08-24
dbcheck: Add explict tests for unknown and unsorted attributeID values
Andrew Bartlett
1
-0
/
+24
2015-08-24
python/tests: Add tests for integer overflow handling
Andrew Bartlett
1
-0
/
+203
2015-08-24
python: Use an unsigned integer for buf_size, not -1
Andrew Bartlett
1
-1
/
+1
2015-08-06
dns: always add authority records
Kai Blin
1
-17
/
+17
2015-07-31
tests:docs: don't load or test the static param_table.
Michael Adam
1
-49
/
+0
2015-07-31
tests:docs: remove testing the diff between the static and generated table
Michael Adam
1
-19
/
+0
2015-07-31
tests:docs: test the diff between the static and generated table
Michael Adam
1
-0
/
+19
2015-07-31
tests:docs: load the full data from the generated param_table
Michael Adam
1
-0
/
+6
2015-07-31
tests:docs: load the full data from the existing param_table.
Michael Adam
1
-0
/
+6
2015-07-31
tests:docs: add a function to load the full data structures from the table
Michael Adam
1
-0
/
+58
2015-07-31
tests:docs: print more complicated structures than strings in the message.
Michael Adam
1
-0
/
+1
2015-07-31
tests:docs: common initialization in docs test.
Michael Adam
1
-43
/
+35
2015-07-31
param: move the actual table out into param_table_static.c
Michael Adam
1
-1
/
+1
2015-07-31
tests:docs: teach the test the types cmdlist, bytes, octal, and ustring
Michael Adam
1
-0
/
+8
2015-07-31
tests: teach the docs test about boolean-rev
Michael Adam
1
-0
/
+2
2015-07-03
python:samba/tests: don't use the x.alter_context() method in dcerpc/bare.py
Stefan Metzmacher
1
-11
/
+2
2015-07-03
python/samba/tests: add fallbacks for assert{Less,Greater}[Equal]()
Stefan Metzmacher
1
-0
/
+12
2015-07-03
python/samba/tests: let the output of hexdump() match our C code in dump_data...
Stefan Metzmacher
1
-6
/
+10
2015-07-03
python/samba/tests: move hexdump() from DNSTest to TestCase
Stefan Metzmacher
2
-14
/
+12
2015-06-12
KCC: ldif_import_export tests dotfiles have contents
Douglas Bagnall
1
-6
/
+11
2015-06-12
KCC: ldif_import_export tests checks the dot-files
Douglas Bagnall
1
-0
/
+23
2015-06-12
KCC: ldif_import_export tests use samba.tests.TestCaseInTempDir
Douglas Bagnall
1
-19
/
+21
2015-06-12
KCC: add tests for kcc.graph repltimes functions
Douglas Bagnall
1
-3
/
+34
2015-06-12
KCC: beginning of tests for kcc.graph
Douglas Bagnall
1
-0
/
+39
2015-06-12
KCC: add a very puny stub for kcc.kcc_utils tests
Douglas Bagnall
1
-0
/
+37
2015-06-12
KCC: remove "forest_of_rings" verification check
Douglas Bagnall
1
-3
/
+0
2015-06-12
KCC move and fix ldif_import_export and graph_utils tests
Douglas Bagnall
2
-27
/
+17
2015-06-12
KCC: shift tests/ldif_utils.py to tests/kcc/ldif_import_export.py
Douglas Bagnall
1
-0
/
+0
[next]