[SCM] Samba Shared Repository - branch master updated

Simo Sorce idra at samba.org
Mon Mar 19 19:30:02 UTC 2018


The branch, master has been updated
       via  f5e3b1e Remove dead code
       via  01319b6 Revert "Use "localhost" to be ipv6 only friendly"
       via  3e8c509 Use "localhost" to be ipv6 only friendly
      from  f092ac5 Update help text for dbcheck

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


- Log -----------------------------------------------------------------
commit f5e3b1e9d31510490976b992074024c5a0c1393b
Author: Simo Sorce <idra at samba.org>
Date:   Sun Mar 18 14:15:30 2018 -0400

    Remove dead code
    
    Signed-off-by: Simo Sorce <idra at samba.org>
    
    Autobuild-User(master): Simo Sorce <idra at samba.org>
    Autobuild-Date(master): Mon Mar 19 20:29:28 CET 2018 on sn-devel-144

commit 01319b6e659ab29050dd3aa14d800d6f77e511d5
Author: Simo Sorce <idra at samba.org>
Date:   Sat Mar 17 14:50:49 2018 -0400

    Revert "Use "localhost" to be ipv6 only friendly"
    
    This reverts commit 54548f6dde3cf74f0e90ef577a55fd720dca6d93.

commit 3e8c50901c982aaddd86f81328a89e16f1bb5289
Author: Simo Sorce <idra at samba.org>
Date:   Sat Mar 17 14:07:37 2018 -0400

    Use "localhost" to be ipv6 only friendly
    
    Signed-off-by: Simo Sorce <idra at samba.org>

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

Summary of changes:
 file_server/file_server.c        |  1 -
 file_server/file_server.h        | 25 -------------------------
 source4/smb_server/service_smb.c |  1 -
 source4/winbind/winbindd.c       |  1 -
 4 files changed, 28 deletions(-)
 delete mode 100644 file_server/file_server.h


Changeset truncated at 500 lines:

diff --git a/file_server/file_server.c b/file_server/file_server.c
index 20fa577..1b6a01b 100644
--- a/file_server/file_server.c
+++ b/file_server/file_server.c
@@ -26,7 +26,6 @@
 #include "lib/param/param.h"
 #include "source4/smbd/service.h"
 #include "source4/smbd/process_model.h"
-#include "file_server/file_server.h"
 #include "dynconfig.h"
 #include "nsswitch/winbind_client.h"
 
diff --git a/file_server/file_server.h b/file_server/file_server.h
deleted file mode 100644
index 7da9437..0000000
--- a/file_server/file_server.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-   Unix SMB/CIFS implementation.
-
-   run s3 file server within Samba4
-
-   Copyright (C) Andrew Tridgell	2011
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 3 of the License, or
-   (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-/*
-  open the s3 smb server sockets
-*/
-void s3_smbd_task_init(struct task_server *task);
diff --git a/source4/smb_server/service_smb.c b/source4/smb_server/service_smb.c
index ddf24a9..3f0f009 100644
--- a/source4/smb_server/service_smb.c
+++ b/source4/smb_server/service_smb.c
@@ -33,7 +33,6 @@
 #include "param/share.h"
 #include "dsdb/samdb/samdb.h"
 #include "param/param.h"
-#include "file_server/file_server.h"
 #include "ntvfs/ntvfs.h"
 #include "lib/cmdline/popt_common.h"
 /*
diff --git a/source4/winbind/winbindd.c b/source4/winbind/winbindd.c
index 6aa0418..7fb0836 100644
--- a/source4/winbind/winbindd.c
+++ b/source4/winbind/winbindd.c
@@ -27,7 +27,6 @@
 #include "lib/param/param.h"
 #include "source4/smbd/service.h"
 #include "source4/smbd/process_model.h"
-#include "file_server/file_server.h"
 #include "dynconfig.h"
 #include "nsswitch/winbind_client.h"
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list