[Zope-CVS] CVS: Products/PluggableAuthService/plugins - BasePlugin.py:1.3 CookieAuthHelper.py:1.5 DelegatingMultiPlugin.py:1.3 DomainAuthHelper.py:1.3 DynamicGroupsPlugin.py:1.3 HTTPBasicAuthHelper.py:1.3 LocalRolePlugin.py:1.3 RecursiveGroupsPlugin.py:1.4 ScriptablePlugin.py:1.3 SearchPrincipalsPlugin.py:1.3 SessionAuthHelper.py:1.3 ZODBGroupManager.py:1.3 ZODBRoleManager.py:1.3 ZODBUserManager.py:1.3 __init__.py:1.3

Jens Vagelpohl jens at dataflake.org
Thu Aug 12 11:16:25 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService/plugins
In directory cvs.zope.org:/tmp/cvs-serv8201/plugins

Modified Files:
	BasePlugin.py CookieAuthHelper.py DelegatingMultiPlugin.py 
	DomainAuthHelper.py DynamicGroupsPlugin.py 
	HTTPBasicAuthHelper.py LocalRolePlugin.py 
	RecursiveGroupsPlugin.py ScriptablePlugin.py 
	SearchPrincipalsPlugin.py SessionAuthHelper.py 
	ZODBGroupManager.py ZODBRoleManager.py ZODBUserManager.py 
	__init__.py 
Log Message:
Sorry for the noise - switching to ZPL 2.1



=== Products/PluggableAuthService/plugins/BasePlugin.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/BasePlugin.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/BasePlugin.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Class: BasePlugin


=== Products/PluggableAuthService/plugins/CookieAuthHelper.py 1.4 => 1.5 ===
--- Products/PluggableAuthService/plugins/CookieAuthHelper.py:1.4	Thu May  6 15:41:03 2004
+++ Products/PluggableAuthService/plugins/CookieAuthHelper.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Class: CookieAuthHelper


=== Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ DelegatingMultiPlugin   Shim to use any User Folder with the


=== Products/PluggableAuthService/plugins/DomainAuthHelper.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/DomainAuthHelper.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/DomainAuthHelper.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ DomainAuthHelper   Authentication Plugin for Domain authentication


=== Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Classes: DynamicGroupsPlugin


=== Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Class: HTTPBasicAuthHelper


=== Products/PluggableAuthService/plugins/LocalRolePlugin.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/LocalRolePlugin.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/LocalRolePlugin.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Classes: LocalRolePlugin


=== Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py 1.3 => 1.4 ===
--- Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py:1.3	Mon Aug  2 15:46:50 2004
+++ Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Classes: RecursiveGroupsPlugin


=== Products/PluggableAuthService/plugins/ScriptablePlugin.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/ScriptablePlugin.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/ScriptablePlugin.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Class: ScriptablePlugin


=== Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ SearchPrincipalsPlugin   Plugin to delegate enumerateUsers


=== Products/PluggableAuthService/plugins/SessionAuthHelper.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/SessionAuthHelper.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/SessionAuthHelper.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Class: SessionAuthHelper


=== Products/PluggableAuthService/plugins/ZODBGroupManager.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/ZODBGroupManager.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/ZODBGroupManager.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Classes: ZODBGroupManager


=== Products/PluggableAuthService/plugins/ZODBRoleManager.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/ZODBRoleManager.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/ZODBRoleManager.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Classes: ZODBRoleManager


=== Products/PluggableAuthService/plugins/ZODBUserManager.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/ZODBUserManager.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/ZODBUserManager.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """ Classes: ZODBUserManager


=== Products/PluggableAuthService/plugins/__init__.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/plugins/__init__.py:1.2	Wed Apr 28 15:58:52 2004
+++ Products/PluggableAuthService/plugins/__init__.py	Thu Aug 12 11:15:54 2004
@@ -4,12 +4,12 @@
 # Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this
 # distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """This space intentionally left blank"""



More information about the Zope-CVS mailing list