summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tests
AgeCommit message (Collapse)AuthorFilesLines
2010-06-19python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij1-3/+6
setUp methods are called, fix formatting.
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 ↵Matthias Dieter Wallnöfer1-4/+5
big-endian platforms
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 ↵Matthias Dieter Wallnöfer1-6/+6
against big endian platforms
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
this should be much more portable
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
Further tests show that (at least per default) there aren't any differences between them.
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
Change also here to fixed-length HEX values output to test for the right representation.
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
consistency with Samba 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
make them wrappers around convert_string{,talloc}_convenience().
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 ↵Jelmer Vernooij1-6/+6
reg_open_local(). (This used to be commit 0d5752c940360a0ceb5e23cd6f71cbc61271137a)
2008-05-23Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij3-31/+46
(This used to be commit e8d96b61db1cddc2d8dca45e6e9b53d5c31ee5d4)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-1/+1
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-04-17More endian fixes in the registryAndrew Bartlett1-5/+5
(This used to be commit b26662be196a84237543eb90d6e08809489df3a9)
2008-04-17Fix typoAndrew Bartlett1-1/+1
(This used to be commit ba6546504505f19abaa5aa35fe3e469ddfd3d619)
2008-04-17More work to avoid endian bugs in registry tests.Andrew Bartlett1-5/+7
Andrew Bartlett (This used to be commit 500544f4127d4042ab5ea8e3800156246982c297)
2008-04-17Fix bug in registry test on big-endian machines.Andrew Bartlett2-19/+32
Andrew Bartlett (This used to be commit c74c67c38383b43efd707934e8c457b757e49db1)
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2-2/+2
(This used to be commit b4e1ae07a284c044704322446c94351c2decff91)
2008-04-16Remove unused arguments from reg_open_local().Jelmer Vernooij1-1/+1
(This used to be commit fee7ea7080ec40182efc6ffe57b267444eb9389a)
2008-04-15Fix formatting, remove unused function.Jelmer Vernooij1-14/+3
(This used to be commit 6ec206ba58777395b2d1251680b21648f4c0f78e)
2008-04-15More patchfile fixes. Write support should work now.Wilco Baan Hofman1-7/+15
(This used to be commit cc38f2f086b92bbe65bd6e7f4e03fdf7f21ef2f6)
2008-04-15Fix PReg write support.Wilco Baan Hofman1-8/+11
Add tests for patch files (.REG and PReg). (This used to be commit 497977c36c621a4820be51cbcb7b78eac1e292b7)
2008-04-15Fixed the patchfile tests and tidy up the patchfile backends.Wilco Baan Hofman1-21/+211
(This used to be commit 6e9b1e35a269af2eda79356c1525f5413656d648)
2008-04-14Remove debug stuff.Wilco Baan Hofman1-1/+0
(This used to be commit 7ba2e5dc5b6d82457c298f7ecdb6baea43f04854)
2008-04-14Add support for security descriptors. Also patched the regf backend to ↵Wilco Baan Hofman2-5/+59
support this. Did not touch the ldb, dir and rpc backends yet. (This used to be commit c4626f21a898da27a051f2c67f8fd73f55d4fc7d)
2008-04-13Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij1-1/+1
(This used to be commit e2c3fab9d1bf0482c15a115e7d373562ffe50b29)
2008-04-13Use new torture_assert_mem_equal.Jelmer Vernooij1-1/+1
(This used to be commit b6319b64d7ef9c58f771f338317d4d525d39a8f2)
2008-04-13Attempt to fix get_value() test on sparc machines.Jelmer Vernooij1-1/+1
(This used to be commit 10102d80d0f78777a69f6b3b1e5606d7d56b7254)
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+1
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2008-03-28Convert some more files to GPLv3.Andrew Kroeger2-2/+2
(This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
2008-03-03Merge branch 'v4-0-test' into id10ts-registryJelmer Vernooij1-1/+3
(This used to be commit f98b59021a5ea39c7970ebc5520d17775e500b8c)
2008-02-26registry: Add an explicit test for recursive deletion.Andrew Kroeger1-0/+37
(This used to be commit 5e905804993df4c2ac28090d056e6db6bb63ac44)
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij1-1/+3
(This used to be commit e01c1e87c0fe9709df7eb5b863f7ce85564174cd)
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-7/+7
(This used to be commit 3430cc60972b94d0d238bc39f473feed96949c5d)
2008-01-18registry: Use correct return values.Jelmer Vernooij2-4/+4
(This used to be commit 98ebdbe52fd615ea62a3caa17acfe8bb31b8f85d)
2008-01-18registry: Avoid mapping registry return codes: return the right value in the ↵Jelmer Vernooij1-1/+1
first place. (This used to be commit 434e4857cec17d6d9e8983e151c170eed59fc6d1)
2008-01-18registry: Improve error codes and update tests.Jelmer Vernooij2-10/+10
Rather than map the error returned by the registry to the correct error, return the correct error in the first place. Also deal with the fact that the right error code is now returned in a couple of places. (This used to be commit 1e31fcb8a097810a97e2d4bb1f243f1b34cc2415)
2008-01-07r26689: registry: Return max_subkeynamelen, max_valnamelen and ↵Jelmer Vernooij2-4/+4
max_valbufsize in getkeyinfo(). (This used to be commit b06896d2378e536f5044dbe500a5232a89d6d0b5)
2008-01-05r26665: registry: Fix tests on bigendian machines.Jelmer Vernooij1-2/+6
(This used to be commit bcd8f50f7952d1e502326f11ddfa8cfe8a982b1b)
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij1-1/+6
Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc)
2007-12-26r26589: torture: Add non-const version of torture_tcase_add_simple_testKai Blin2-105/+79
(This used to be commit 1ae9cde5105cc4349a44e6098e9393e06acaf95d)
2007-12-26r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2-56/+57
Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-4/+4
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)