-
Filed support request 1626295 with SourceForge.net project, so that they can look at this.
2007-01-02 16:25:44 UTC in OpenSSI Clusters for Linux
-
A ci-linux user reported:
cvs d:pserver:anonymous@cvs.openssi.org:/cvsroot/ci-linux login
This does not work for anonymous user
cvs login: authorization failed: server cvs.openssi.org rejected access to /cvsroot/ci-linux for user anonymous.
2007-01-02 16:24:20 UTC in SourceForge.net
-
Looks correct. We could also work in the length requirement with the {0,22} term:
/^[[:alpha:]]([-[:alnum:]]{0,22}[[:alnum:]])?$/.
2006-12-13 15:49:56 UTC in OpenSSI Clusters for Linux
-
The nodename has to end with an [:alnum:], per the RFC 810 requirements for a hostname. Maybe this test could work for all valid nodenames, including single character ones (hasn't been tested):
return 0 unless
$value =~ /^[[:alpha:]][-[:alnum:]]*$/ &&
$value =~ /[[:alnum:]]$/ &&
length($value)
2006-12-12 21:42:22 UTC in OpenSSI Clusters for Linux
-
bjbrew committed patchset 235 of module web to the OpenSSI Clusters for Linux CVS repository, changing 1 files.
2006-08-28 15:50:23 UTC in OpenSSI Clusters for Linux
-
bjbrew committed patchset 11 of module cgi-bin to the OpenSSI Clusters for Linux CVS repository, changing 2 files.
2006-05-04 16:51:54 UTC in OpenSSI Clusters for Linux
-
bjbrew committed patchset 233 of module web to the OpenSSI Clusters for Linux CVS repository, changing 1 files.
2006-05-04 16:33:29 UTC in OpenSSI Clusters for Linux
-
bjbrew committed patchset 10 of module cgi-bin to the OpenSSI Clusters for Linux CVS repository, changing 1 files.
2006-02-27 17:19:12 UTC in OpenSSI Clusters for Linux
-
bjbrew committed patchset 152 of module CVSROOT to the OpenSSI Clusters for Linux CVS repository, changing 1 files.
2006-02-17 17:58:46 UTC in OpenSSI Clusters for Linux
-
bjbrew committed patchset 151 of module CVSROOT to the OpenSSI Clusters for Linux CVS repository, changing 1 files.
2006-02-17 17:57:59 UTC in OpenSSI Clusters for Linux