[SCM] Samba Shared Repository - branch master updated

Garming Sam garming at samba.org
Thu Mar 7 03:18:02 UTC 2019


The branch, master has been updated
       via  ff58f45807d WHATSNEW: Add the removal of the web server
       via  4a9a77f454c paged_results: Remove C++ commment and unneeded TODO
      from  ccb64532146 passdb: Increase ABI version to 0.28.0

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ff58f45807d0238d4cdbb3a39e5311c13d67dd42
Author: Garming Sam <garming at catalyst.net.nz>
Date:   Wed Mar 6 14:21:43 2019 +1300

    WHATSNEW: Add the removal of the web server
    
    Signed-off-by: Garming Sam <garming at catalyst.net.nz>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Garming Sam <garming at samba.org>
    Autobuild-Date(master): Thu Mar  7 03:17:52 UTC 2019 on sn-devel-144

commit 4a9a77f454c87efe01e399f5c798f44b7c9c89f8
Author: Garming Sam <garming at catalyst.net.nz>
Date:   Wed Mar 6 11:10:47 2019 +1300

    paged_results: Remove C++ commment and unneeded TODO
    
    Signed-off-by: Garming Sam <garming at catalyst.net.nz>
    Reviewed-by: Tim Beale <timbeale at catalyst.net.nz>

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt                                   | 10 ++++++++++
 source4/dsdb/samdb/ldb_modules/paged_results.c |  1 -
 2 files changed, 10 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 79d114883c0..3ef066df34f 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -54,6 +54,14 @@ The version of the JSON Authentication messages has been changed to 1.2 from 1.1
 REMOVED FEATURES
 ================
 
+Web server
+----------
+
+As a leftover from work related to the Samba Web Administration Tool (SWAT),
+Samba still supported a Python WSGI web server (which could still be turned on
+from the 'server services' smb.conf parameter). This service was unused and has
+now been removed from Samba.
+
 
 smb.conf changes
 ================
@@ -61,6 +69,8 @@ smb.conf changes
   Parameter Name                     Description                Default
   --------------                     -----------                -------
 
+  web port                           Removed
+
 
 KNOWN ISSUES
 ============
diff --git a/source4/dsdb/samdb/ldb_modules/paged_results.c b/source4/dsdb/samdb/ldb_modules/paged_results.c
index 78ad44f6601..e70f462efed 100644
--- a/source4/dsdb/samdb/ldb_modules/paged_results.c
+++ b/source4/dsdb/samdb/ldb_modules/paged_results.c
@@ -668,7 +668,6 @@ static int paged_search(struct ldb_module *module, struct ldb_request *req)
 						req->op.search.scope,
 						req->op.search.tree,
 						attrs,
-						//TODO req->op.search.attrs,
 						controls,
 						ac,
 						paged_search_callback,


-- 
Samba Shared Repository



More information about the samba-cvs mailing list