[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Thu May 19 13:22:03 UTC 2016


The branch, master has been updated
       via  3aefd27 python:samba: move netcmd/time.py to python/samba/netcmd/nettime.py
       via  1de7747 WHATSNEW: add 'Support for LDAP_SERVER_NOTIFICATION_OID'
       via  9667297 WHATSNEW: Clear release notes for Samba 4.5.0pre1.
      from  6b232b2 smbd:close: only remove kernel share modes if they had been taken at open

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


- Log -----------------------------------------------------------------
commit 3aefd277f65009210c10e114fbea9e0529a932da
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Feb 11 17:51:29 2016 +0100

    python:samba: move netcmd/time.py to python/samba/netcmd/nettime.py
    
    This allows 'import time' to work.
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Thu May 19 15:21:58 CEST 2016 on sn-devel-144

commit 1de77471573df78380c19fefb19ec8c63bf1b09e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Feb 17 11:29:16 2016 +0100

    WHATSNEW: add 'Support for LDAP_SERVER_NOTIFICATION_OID'
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>

commit 96672972179281d005d9e3d4c255e4df21a513c9
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Feb 17 10:00:57 2016 +0100

    WHATSNEW: Clear release notes for Samba 4.5.0pre1.
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>

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

Summary of changes:
 WHATSNEW.txt                                | 10 +++++++++-
 python/samba/netcmd/main.py                 |  2 +-
 python/samba/netcmd/{time.py => nettime.py} |  0
 3 files changed, 10 insertions(+), 2 deletions(-)
 rename python/samba/netcmd/{time.py => nettime.py} (100%)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index f0c5f77..91f545d 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,7 +1,7 @@
 Release Announcements
 =====================
 
-This is the first release candidate of Samba 4.5.  This is *not*
+This is the first preview release of Samba 4.5.  This is *not*
 intended for production environments and is designed for testing
 purposes only.  Please report any defects via the Samba bug reporting
 system at https://bugzilla.samba.org/.
@@ -18,6 +18,14 @@ Nothing special.
 NEW FEATURES/CHANGES
 ====================
 
+Support for LDAP_SERVER_NOTIFICATION_OID
+----------------------------------------
+
+The ldap server has support for the LDAP_SERVER_NOTIFICATION_OID
+control. This can be used to monitor the active directory database
+for changes.
+
+
 REMOVED FEATURES
 ================
 
diff --git a/python/samba/netcmd/main.py b/python/samba/netcmd/main.py
index 471c6b4..498702c 100644
--- a/python/samba/netcmd/main.py
+++ b/python/samba/netcmd/main.py
@@ -35,7 +35,7 @@ from samba.netcmd.rodc import cmd_rodc
 from samba.netcmd.sites import cmd_sites
 from samba.netcmd.spn import cmd_spn
 from samba.netcmd.testparm import cmd_testparm
-from samba.netcmd.time import cmd_time
+from samba.netcmd.nettime import cmd_time
 from samba.netcmd.user import cmd_user
 from samba.netcmd.processes import cmd_processes
 
diff --git a/python/samba/netcmd/time.py b/python/samba/netcmd/nettime.py
similarity index 100%
rename from python/samba/netcmd/time.py
rename to python/samba/netcmd/nettime.py


-- 
Samba Shared Repository



More information about the samba-cvs mailing list