diff options
author | Michael Adam <obnox@samba.org> | 2008-04-22 15:41:48 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-22 16:32:31 +0200 |
commit | c3101b6e1d195cb7cd2a9b5632f73934bde9338b (patch) | |
tree | a6bd1f891dcb60175704269ae17d22ea299e3d80 | |
parent | a376e2bf49d35ca2bdb0ebdc436de10019103136 (diff) | |
download | samba-c3101b6e1d195cb7cd2a9b5632f73934bde9338b.tar.gz samba-c3101b6e1d195cb7cd2a9b5632f73934bde9338b.tar.bz2 samba-c3101b6e1d195cb7cd2a9b5632f73934bde9338b.zip |
WHATSNEW: update my changes for 3.2.0pre3
Michael
(This used to be commit 1036f5a2e7de0254288cf5068ec1eab50ef19939)
-rw-r--r-- | WHATSNEW.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 364b3fea21..234063df92 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -209,6 +209,7 @@ o Michael Adam <obnox@samba.org> * Fix %I macro expansion for IPv4 mapped IPv6 addresses. * Convert registry.tdb to use dbwrap and fix memleaks. * Several make test fixes and improvements. + * Several libreplace extensions and fixes (portet from v4-0-test). * Rename libnet_conf to libsmbconf and introduce backend abstraction layer. * Add text backend to libsmbconf, based on params.c. * Fix handling of includes in registry libsmbconf backend. @@ -216,6 +217,16 @@ o Michael Adam <obnox@samba.org> * Add a "net registry" command to locally access the registry. * Add testsuites for libsmbconf and "net registry". * Fix Coverity IDs 517, 536, 545. + * Remove unneeded REGISTRY_HOOKS layer from reghook cache + to allow plugging one backend to multiple keys more easily. + * Add smbconf_init dispatcher taking source strings like "backend:path" + * Fix handling of dangling parameters (without share) in libsmbconf. + * Introduce special meaning of "include = registry" to complement + the registry-only configuration of "config backend = registry". + * Enhance error propagation by making several registry functions + return WERROR. + * Fix loading of registry shares in smbd by fixing the token. + * Fix a segfault in tdb_wrap_log(). o Jeremy Allison <jra@samba.org> |