summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry/tests
Commit message (Expand)AuthorAgeFilesLines
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-251-1/+1
* s4:registry - adaptions for "add memory contexts for delete value/key functions"Matthias Dieter Wallnöfer2010-03-222-10/+10
* s4:registry - handle type "DWORD_BIG_ENDIAN" as type "DWORD"Matthias Dieter Wallnöfer2010-03-211-1/+1
* s4:registry - check also for other registry value types in the generic testMatthias Dieter Wallnöfer2010-03-161-0/+16
* s4:registry - add a test for the "REG_DWORD_BIG_ENDIAN" datatypeMatthias Dieter Wallnöfer2010-03-161-0/+14
* s4:registry - local testsuite - add a test for REG_QWORDMatthias Dieter Wallnöfer2010-03-151-1/+15
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-6/+6
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-3/+3
* Use plain Python C API for registry module, rather than SWIG.Jelmer Vernooij2008-12-181-1/+1
* Remove more usages of global_loadparm.Jelmer Vernooij2008-10-241-1/+1
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-3/+3
* Use UTF8 rather than the possibly different UNIX charset.Matthias Dieter Wallnöfer2008-09-301-3/+3
* Cope with new event context parameter in API and removed parameters to reg_op...Jelmer Vernooij2008-05-231-6/+6
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-05-233-31/+46
|\
| * Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-1/+1
| * More endian fixes in the registryAndrew Bartlett2008-04-171-5/+5
| * Fix typoAndrew Bartlett2008-04-171-1/+1
| * More work to avoid endian bugs in registry tests.Andrew Bartlett2008-04-171-5/+7
| * Fix bug in registry test on big-endian machines.Andrew Bartlett2008-04-172-19/+32
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-172-2/+2
| * Remove unused arguments from reg_open_local().Jelmer Vernooij2008-04-161-1/+1
* | Fix formatting, remove unused function.Jelmer Vernooij2008-04-151-14/+3
* | More patchfile fixes. Write support should work now.Wilco Baan Hofman2008-04-151-7/+15
* | Fix PReg write support.Wilco Baan Hofman2008-04-151-8/+11
* | Fixed the patchfile tests and tidy up the patchfile backends.Wilco Baan Hofman2008-04-151-21/+211
* | Remove debug stuff.Wilco Baan Hofman2008-04-141-1/+0
* | Add support for security descriptors. Also patched the regf backend to suppor...Wilco Baan Hofman2008-04-142-5/+59
|/
* Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij2008-04-131-1/+1
* Use new torture_assert_mem_equal.Jelmer Vernooij2008-04-131-1/+1
* Attempt to fix get_value() test on sparc machines.Jelmer Vernooij2008-04-131-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+1
* Convert some more files to GPLv3.Andrew Kroeger2008-03-282-2/+2
* Merge branch 'v4-0-test' into id10ts-registryJelmer Vernooij2008-03-031-1/+3
|\
| * Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+3
* | registry: Add an explicit test for recursive deletion.Andrew Kroeger2008-02-261-0/+37
|/
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-7/+7
* registry: Use correct return values.Jelmer Vernooij2008-01-182-4/+4
* registry: Avoid mapping registry return codes: return the right value in the ...Jelmer Vernooij2008-01-181-1/+1
* registry: Improve error codes and update tests.Jelmer Vernooij2008-01-182-10/+10
* r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...Jelmer Vernooij2008-01-072-4/+4
* r26665: registry: Fix tests on bigendian machines.Jelmer Vernooij2008-01-051-2/+6
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-261-1/+6
* r26589: torture: Add non-const version of torture_tcase_add_simple_testKai Blin2007-12-262-105/+79
* r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2007-12-262-56/+57
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-4/+4
* r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ...Jelmer Vernooij2007-12-242-10/+28
* r26564: More python bindings for registry code.Jelmer Vernooij2007-12-241-2/+2
* r26451: Janitorial: fix warnings in lib/registry/Kai Blin2007-12-212-4/+4
* r26443: Remove global_loadparm instances.Jelmer Vernooij2007-12-212-2/+2
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-3/+4