User:Mdw/Pending Patches: Difference between revisions

From SambaWiki
(Registry Client patches have been applied, so remove the topic)
(Uninstallation fixed)
Line 1: Line 1:
Matthias Dieter Wallnöfer
Matthias Dieter Wallnöfer

= Samba 4 Uninstallation and other improvements =

I've completed also some work to fix up the uninstallation in SAMBA 4. So it should be possible to remove cleanly binaries, headers, libraries etc..

I haven't provided a repository for this, so I link to the bug: [https://bugzilla.samba.org/show_bug.cgi?id=5742 here]

It comprehends:
* Makefile: Fix up variable names and targets, add new uninstallation commands instead of the scripts
* Conclusion: The installation scripts under "source/script" are needed as before, but the uninstallation ones aren't anymore.


= Samba 4 Registry =
= Samba 4 Registry =

Revision as of 22:39, 29 September 2008

Matthias Dieter Wallnöfer

Samba 4 Registry

Registry server

GIT repository: git://repo.or.cz/Samba/mdw.git Branch: "v4-0-regServer" - GITWEB

Main fixups:

  • Compatibility with Windows Registry Editor (regedit) - in my case Windows 2000 - and SAMBA 4 Registry client library
  • Support empty values of REG_SZ (string) type (LDB backend)
  • Introduce REG_BINARY type variables (LDB backend)
  • Introduce the default attribute (LDB backend)

Feedback

  • Maybe left to do: torture tests