[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/Authentication - DictionaryAuthentication.py:NONE IAuthentication.py:NONE IUser.py:NONE SimpleUser.py:NONE UnixAuthentication.py:NONE __init__.py:NONE

Stephan Richter srichter@cbu.edu
Thu, 11 Apr 2002 00:32:09 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Server/Authentication
In directory cvs.zope.org:/tmp/cvs-serv25892/lib/python/Zope/Server/Authentication

Removed Files:
      Tag: Zope3-Server-Branch
	DictionaryAuthentication.py IAuthentication.py IUser.py 
	SimpleUser.py UnixAuthentication.py __init__.py 
Log Message:
Wee, quiet a bit of changes, but they fix and finnish the stuff Shane did
earlier today.

- Removed a lot of old files and moved some to more appropriate places. The 
  removal of the Suthentication directory is probably the biggest one. I
  also deleted all the other FileSystem types, like MSDOS and Unix, since 
  the FielSystem is not returning formatted lists anymore. Yipee!

- Fixed PublisherFTPServer, so it works with Shane's new Credentials 
  interfaces. Everything should be working fine again.

- Fixed the POP3 and SMTP code to work with the new model. It all works 
  really well. I hope that Gerson Kurz will take over this development 
  soon. I also contacted authors of other server protocols, and they might
  join. Rich Salz is already writing a method for ZSI, so that we can 
  insert SOAP in the next days.

- Made most tests run again and updated them. I still have one error. I know
  why it is caused, but I do not know how to correct. I know it is a test 
  environment problem though, not a code one.


=== Removed File Zope3/lib/python/Zope/Server/Authentication/DictionaryAuthentication.py ===

=== Removed File Zope3/lib/python/Zope/Server/Authentication/IAuthentication.py ===

=== Removed File Zope3/lib/python/Zope/Server/Authentication/IUser.py ===

=== Removed File Zope3/lib/python/Zope/Server/Authentication/SimpleUser.py ===

=== Removed File Zope3/lib/python/Zope/Server/Authentication/UnixAuthentication.py ===

=== Removed File Zope3/lib/python/Zope/Server/Authentication/__init__.py ===