[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Tue May 12 12:28:02 UTC 2020


The branch, master has been updated
       via  6b17dcfd263 winbind.service: drop quotes from $WINBINDOPTIONS variable
       via  d1740fb3d5a Drop NotifyAccess=all from systemd units
      from  a699256f438 lib ldb: Limit depth of ldb_parse_tree

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


- Log -----------------------------------------------------------------
commit 6b17dcfd263d0d0b41fbd75442d70c2518bd835e
Author: Marcos Mello <marcosfrm at gmail.com>
Date:   Fri May 8 07:56:32 2020 -0300

    winbind.service: drop quotes from $WINBINDOPTIONS variable
    
    systemd parser splits arguments at whitespaces respecting quotes
    when necessary.
    
    Signed-off-by: Marcos Mello <marcosfrm at gmail.com>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Tue May 12 12:27:11 UTC 2020 on sn-devel-184

commit d1740fb3d5a72cb49e30b330bb0b01e7ef3e09cc
Author: Marcos Mello <marcosfrm at gmail.com>
Date:   Fri May 8 07:44:51 2020 -0300

    Drop NotifyAccess=all from systemd units
    
    The implicit NotifyAccess=main is enough since Samba daemons do not
    fork()/exit() anymore under systemd.
    
    Signed-off-by: Marcos Mello <marcosfrm at gmail.com>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>

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

Summary of changes:
 packaging/systemd/nmb.service.in     | 1 -
 packaging/systemd/samba.service.in   | 1 -
 packaging/systemd/smb.service.in     | 1 -
 packaging/systemd/winbind.service.in | 3 +--
 4 files changed, 1 insertion(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/systemd/nmb.service.in b/packaging/systemd/nmb.service.in
index a30812320c0..ceeeea408ec 100644
--- a/packaging/systemd/nmb.service.in
+++ b/packaging/systemd/nmb.service.in
@@ -6,7 +6,6 @@ After=network.target network-online.target
 
 [Service]
 Type=notify
-NotifyAccess=all
 PIDFile=@PIDDIR@/nmbd.pid
 EnvironmentFile=- at SYSCONFDIR@/sysconfig/samba
 ExecStart=@SBINDIR@/nmbd --foreground --no-process-group $NMBDOPTIONS
diff --git a/packaging/systemd/samba.service.in b/packaging/systemd/samba.service.in
index f8ea527536b..e4baee1aeec 100644
--- a/packaging/systemd/samba.service.in
+++ b/packaging/systemd/samba.service.in
@@ -6,7 +6,6 @@ After=network.target network-online.target
 
 [Service]
 Type=notify
-NotifyAccess=all
 PIDFile=@PIDDIR@/samba.pid
 LimitNOFILE=16384
 EnvironmentFile=- at SYSCONFDIR@/sysconfig/samba
diff --git a/packaging/systemd/smb.service.in b/packaging/systemd/smb.service.in
index 18912ef0e98..64c77c01502 100644
--- a/packaging/systemd/smb.service.in
+++ b/packaging/systemd/smb.service.in
@@ -6,7 +6,6 @@ After=network.target network-online.target nmb.service winbind.service
 
 [Service]
 Type=notify
-NotifyAccess=all
 PIDFile=@PIDDIR@/smbd.pid
 LimitNOFILE=16384
 EnvironmentFile=- at SYSCONFDIR@/sysconfig/samba
diff --git a/packaging/systemd/winbind.service.in b/packaging/systemd/winbind.service.in
index c28d94ca950..d28a0e991d5 100644
--- a/packaging/systemd/winbind.service.in
+++ b/packaging/systemd/winbind.service.in
@@ -5,10 +5,9 @@ After=network.target nmb.service
 
 [Service]
 Type=notify
-NotifyAccess=all
 PIDFile=@PIDDIR@/winbindd.pid
 EnvironmentFile=- at SYSCONFDIR@/sysconfig/samba
-ExecStart=@SBINDIR@/winbindd --foreground --no-process-group "$WINBINDOPTIONS"
+ExecStart=@SBINDIR@/winbindd --foreground --no-process-group $WINBINDOPTIONS
 ExecReload=/bin/kill -HUP $MAINPID
 LimitCORE=infinity
 @systemd_winbind_extra@


-- 
Samba Shared Repository



More information about the samba-cvs mailing list