[Zope-CVS] CVS: Products/PluggableAuthService/doc - CHANGES.txt:1.9
Zachery Bir
zbir at urbanape.com
Sat Oct 16 16:18:03 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/doc
In directory cvs.zope.org:/tmp/cvs-serv26637
Modified Files:
CHANGES.txt
Log Message:
Added a few notes in preparation for 1.0.3 release
=== Products/PluggableAuthService/doc/CHANGES.txt 1.8 => 1.9 ===
--- Products/PluggableAuthService/doc/CHANGES.txt:1.8 Thu Oct 7 12:37:56 2004
+++ Products/PluggableAuthService/doc/CHANGES.txt Sat Oct 16 16:18:03 2004
@@ -1,11 +1,19 @@
PluggableAuthService changelog
- PluggableAuthService 1.0.3 (unreleased)
-
+ PluggableAuthService 1.0.3 (2004/10/16)
+
Bugs Fixed
- Implemented support for issuing challenges via IChallengePlugins.
+ - three challenge styles in particular:
+
+ - HTTP Basic Auth
+
+ - CookieCrumbler-like redirection
+
+ - Inline authentication form
+
- Made unit tests pass when run with cAccessControl.
- plugins/ZODBRoleManager.py: don't claim authority for 'Authenticated'
@@ -21,9 +29,9 @@
password encryption so that we can more easily support migrating
existing UserFolders. Since PAS has been out for a while,
though, we still will authenticate against old credentials
-
+
- Repaired arrow images in two-list ZMI views.
-
+
- searchPrincipals will work for exact matches when a plugin supports
both 'enumerateUsers' and 'enumerateGroups'.
@@ -36,13 +44,13 @@
- All authenticateCredentials() returned a single None when they
could not authenticate, although all calls expected a tuple.
-
- - The user id in extract user now calls _verifyUser to get the ID
+
+ - The user id in extract user now calls _verifyUser to get the ID
mangled by the enumeration plugin, instead of mangling it with the
- authentication ID, thereby allowing the authentication and
+ authentication ID, thereby allowing the authentication and
enumeration plugins to be different plugins.
-
-
+
+
PluggableAuthService 1.0.2 (2004/07/15)
Bugs Fixed
@@ -54,7 +62,7 @@
PluggableAuthService 1.0.1 (2004/05/18)
Bugs Fixed
-
+
- CookieAuth plugin didn't successfully set cookies (first, because
of a NameError, then, due to a glitch with long lines).
More information about the Zope-CVS
mailing list