Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
in the password verification check, try MD5 first and fall back to DES. So far we've used DES but PHP 4 defaults to MD5 so all new passwords will be MD5.
add proper copyright headers. This code is unser the GPL, version 2 or higher. Most of it has been written by Craig Small <csmall@debian.org> and Martin Michlmayr <tbm@cyrius.com>, with some contributions from Peter Palfrader <weasel@debian.org>, Ralf Treinen <treinen@debian.org> and others.
this causes PHP compatibility warnings; the docs say that unset() should be used but that doesn't seem to work either. I'm not sure this stuff is actually needed anyway so let's remove it.
Prepare for a migration to PHP 4: use $_REQUEST['var'] and $_SESSION['var'] to refer to web form and session variables.
Dont allow empty passwords.
Imported New Maintainer website into CVS, hope I didn't screw it up
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |