diff options
author | Jeremy Allison <jra@samba.org> | 2017-04-18 10:21:50 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2017-04-18 22:54:15 +0200 |
commit | 1e8e048bf01447148ffa89ec237e2f9f58ff0ab6 (patch) | |
tree | 3a273fd4a3ccb995017766eae89ea8b20e45051d /WHATSNEW.txt | |
parent | 4fe2b24b34192606e3a45f64a3e5e5449873bf3c (diff) | |
download | samba-1e8e048bf01447148ffa89ec237e2f9f58ff0ab6.tar.gz |
lib: param: Remove lpcfg_register_defaults_hook().
Completely unused functionality. Gets rid of another
talloc_autofree_context(). Updated WHATSNEW to make
this clear.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index c276ce28697..5e6d15947c9 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -50,6 +50,16 @@ smb.conf changes map untrusted to domain Deprecated strict sync Default changed yes +Removal of lpcfg_register_defaults_hook() +----------------------------------------- + +The undocumented and unsupported function lpcfg_register_defaults_hook() +that was used by external projects to call into Samba and modify +smb.conf default parameter settings has been removed. If your project +was using this call please raise the issue on +samba-technical@lists.samba.org in order to design a supported +way of obtaining the same functionality. + KNOWN ISSUES ============ |