summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tests
AgeCommit message (Expand)AuthorFilesLines
2012-06-12s4:registry:testsuite: fix use of non-existent word (existant)Michael Adam1-3/+3
2011-12-29Remove the 'dir' registry backend.Jelmer Vernooij1-39/+0
2011-11-03s4:lib/registry - enhance registry tests in respect to default valuesMatthias Dieter Wallnöfer1-1/+54
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-3/+3
2011-03-19lib/registry/tests: Fix prototypes.Jelmer Vernooij4-4/+4
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij4-4/+4
2010-09-21s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij1-60/+0
2010-07-01s4:lib/registry/tests/registry.c - test recursive key generationMatthias Dieter Wallnöfer1-8/+3
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij1-3/+6
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij3-27/+19
2010-03-30s4:registry/tests/diff.c - try to make also this test compatible with big-end...Matthias Dieter Wallnöfer1-4/+5
2010-03-30s4:registry/tests/hive.c - make the test compatible with big-endian platformsMatthias Dieter Wallnöfer1-41/+27
2010-03-29s4:registry/tests/generic.c - fix the DWORD_* types test to work also against...Matthias Dieter Wallnöfer1-6/+6
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
2010-03-22s4:registry - adaptions for "add memory contexts for delete value/key functions"Matthias Dieter Wallnöfer2-10/+10
2010-03-21s4:registry - handle type "DWORD_BIG_ENDIAN" as type "DWORD"Matthias Dieter Wallnöfer1-1/+1
2010-03-16s4:registry - check also for other registry value types in the generic testMatthias Dieter Wallnöfer1-0/+16
2010-03-16s4:registry - add a test for the "REG_DWORD_BIG_ENDIAN" datatypeMatthias Dieter Wallnöfer1-0/+14
2010-03-15s4:registry - local testsuite - add a test for REG_QWORDMatthias Dieter Wallnöfer1-1/+15
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-6/+6
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-3/+3
2008-12-18Use plain Python C API for registry module, rather than SWIG.Jelmer Vernooij1-1/+1
2008-10-24Remove more usages of global_loadparm.Jelmer Vernooij1-1/+1
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-3/+3
2008-09-30Use UTF8 rather than the possibly different UNIX charset.Matthias Dieter Wallnöfer1-3/+3
2008-05-23Cope with new event context parameter in API and removed parameters to reg_op...Jelmer Vernooij1-6/+6
2008-05-23Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij3-31/+46
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-1/+1
2008-04-17More endian fixes in the registryAndrew Bartlett1-5/+5
2008-04-17Fix typoAndrew Bartlett1-1/+1
2008-04-17More work to avoid endian bugs in registry tests.Andrew Bartlett1-5/+7
2008-04-17Fix bug in registry test on big-endian machines.Andrew Bartlett2-19/+32
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2-2/+2
2008-04-16Remove unused arguments from reg_open_local().Jelmer Vernooij1-1/+1
2008-04-15Fix formatting, remove unused function.Jelmer Vernooij1-14/+3
2008-04-15More patchfile fixes. Write support should work now.Wilco Baan Hofman1-7/+15
2008-04-15Fix PReg write support.Wilco Baan Hofman1-8/+11
2008-04-15Fixed the patchfile tests and tidy up the patchfile backends.Wilco Baan Hofman1-21/+211
2008-04-14Remove debug stuff.Wilco Baan Hofman1-1/+0
2008-04-14Add support for security descriptors. Also patched the regf backend to suppor...Wilco Baan Hofman2-5/+59
2008-04-13Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij1-1/+1
2008-04-13Use new torture_assert_mem_equal.Jelmer Vernooij1-1/+1
2008-04-13Attempt to fix get_value() test on sparc machines.Jelmer Vernooij1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+1
2008-03-28Convert some more files to GPLv3.Andrew Kroeger2-2/+2
2008-03-03Merge branch 'v4-0-test' into id10ts-registryJelmer Vernooij1-1/+3
2008-02-26registry: Add an explicit test for recursive deletion.Andrew Kroeger1-0/+37
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij1-1/+3
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-7/+7
2008-01-18registry: Use correct return values.Jelmer Vernooij2-4/+4