From: Rob H. <for...@us...> - 2002-06-19 07:09:01
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Auth In directory usw-pr-cvs1:/tmp/cvs-serv27419/lib/SandWeb/Auth Modified Files: FlatFile.pm Log Message: added comments to the top of every class Index: FlatFile.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Auth/FlatFile.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 --- FlatFile.pm 18 Mar 2002 21:07:58 -0000 1.6 +++ FlatFile.pm 19 Jun 2002 07:08:59 -0000 1.7 @@ -1,2 +1,6 @@ +# SandWeb FlatFile authentication module +# +# This class verifies MD5 passwords for a given username, and returns +# true if the user if authentic, false if not. # # SandWeb (Web-based VCS client) |