1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
01b0f45d52 lib/registry/tests: Fix prototypes. 2011-03-19 15:33:29 +01:00
35fbc7bbda s4-smbtorture: Make test names lowercase and dot-separated.
This is consistent with the test names used by selftest, should
make the names less confusing and easier to integrate with other tools.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104
2010-12-11 04:16:13 +01:00
f9ca9e46ad Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
01f1f87aa9 s4:registry/tests/diff.c - try to make also this test compatible with big-endian platforms 2010-03-30 13:02:27 +02:00
27dce768d3 Remove more usages of global_loadparm. 2008-10-24 14:57:03 +02:00
a255c93995 Cope with new event context parameter in API and removed parameters to reg_open_local().
(This used to be commit 0d5752c940)
2008-05-23 16:17:58 +02:00
f01c377bc0 Fix formatting, remove unused function.
(This used to be commit 6ec206ba58)
2008-04-15 22:08:31 +02:00
439f75f522 More patchfile fixes. Write support should work now.
(This used to be commit cc38f2f086)
2008-04-15 21:35:59 +02:00
5e687d7953 Fix PReg write support.
Add tests for patch files (.REG and PReg).
(This used to be commit 497977c36c)
2008-04-15 19:57:29 +02:00
0b8d2b3cb7 Fixed the patchfile tests and tidy up the patchfile backends.
(This used to be commit 6e9b1e35a2)
2008-04-15 11:52:33 +02:00
d0d0a69d0b r25932: Remove unnecessary include - should fix the build on hosts without popt.
(This used to be commit f250ae0c36)
2007-12-21 05:45:07 +01:00
c353a7b05e r25605: Last round of registry reformats (before this gets an obsession...).
Guenther
(This used to be commit ceb2ebfbf1)
2007-12-21 05:42:49 +01:00
616c45f16a r24718: Fix some compiler warnings.
(This used to be commit 08f7389ab7)
2007-10-10 15:02:55 -05:00
b409d4120f r24667: Finally merge the registry improvements that Wilco Baan Hofman and I have
been working on for at least half a year now. Contains the following
improvements:

 * proper layering (finally!) for the registry library. Distinction is
   now made between 'real' backends (local, remote, wine, etc) and
   the low-level hive backends (regf, creg, ldb, ...) that are only used
   by the local registry backend
 * tests for all important hive and registry operations
 * re-enable RPC-WINREG tests (still needs more work though, as
							   some return values aren't checked yet)
 * write support for REGF files
 * dir backend now supports setting/reading values, creating keys
 * support for storing security descriptors
 * remove CREG backend as it was incomplete, didn't match the data model
   and wasn't used at all anyway
 * support for parsing ADM files as used by the policy editor (see lib/policy)
 * support for parsing PREG files (format used by .POL files)
 * new streaming interface for registry diffs (improves speed and memory usage
	for regdiff/regpatch significantly)

   ... and fixes a large number of bugs in the registry code
(This used to be commit 7a1eec6358)
2007-10-10 15:02:34 -05:00