<project name="configure options">
<property name="build.make.arguments"
- value='prefix=${stage.abs.dir} GSOAPDIR=${ext.gsoap.subdir} OPENSSL_GLOBUS_FLAGS=-I${with.globus.prefix}/include/${with.globus.dbg.nothr.flavor} OPENSSL_GLOBUS_LIBS=-L${with.globus.prefix}/lib/ FLAVOR_GLOBUS_EXT=_${with.globus.dbg.nothr.flavor} HTTPD_FLAGS="-I ${with.httpd.prefix:-/usr}/include/httpd"' />
+ value='prefix=${stage.abs.dir} GSOAPDIR=${ext.gsoap.subdir} OPENSSL_GLOBUS_FLAGS=-I${with.globus.prefix}/include/${with.globus.dbg.nothr.flavor} OPENSSL_GLOBUS_LIBS=-L${with.globus.prefix}/lib/ FLAVOR_GLOBUS_EXT=_${with.globus.dbg.nothr.flavor} HTTPD_FLAGS="-I${with.httpd.prefix:-/usr}/include/httpd"' />
</project>
char *creds, X509 *usercert, STACK_OF(X509) *certstack,
char *vomsdir)
{
- int i, j, vomsfound=0;
+ int i, j;
char s[80];
unsigned char *ucuser;
X509_EXTENSION *ex;
if (strcmp(s, GRST_VOMS_OID) == 0) /* a VOMS extension */
{
- vomsfound=1;
GRSTx509ParseVomsExt(lastcred, maxcreds, credlen, creds,
uctime1_time, uctime2_time,
ex, ucuser, vomsdir);
}
}
-
- if (vomsfound) return GRST_RET_OK;
}
return GRST_RET_OK;
sessionsdir = apr_pstrdup(a->pool, parm);
}
-/* GridSiteOnetimesDir is deprecated : */
+/* GridSiteOnetimesDir is deprecated in favour of GridSiteSessionsDir */
else if (strcasecmp(a->cmd->name, "GridSiteOnetimesDir") == 0)
{
if (a->server->is_virtual)
NULL, RSRC_CONF, "GridHTTP port"),
AP_INIT_TAKE1("GridSiteSessionsDir", mod_gridsite_take1_cmds,
NULL, RSRC_CONF, "directory with GridHTTP passcodes and SSL session creds"),
-/* GridSiteOnetimesDir is deprecated: */
+/* GridSiteOnetimesDir is deprecated in favour of GridSiteSessionsDir */
AP_INIT_TAKE1("GridSiteOnetimesDir", mod_gridsite_take1_cmds,
NULL, RSRC_CONF, "directory with GridHTTP passcodes"),
return GRST_RET_OK;
}
-void GRST_expire_ssl_creds(void)
-{
-
-
-}
-
int GRST_load_ssl_creds(SSL *ssl, conn_rec *conn)
{
char session_id[(SSL_MAX_SSL_SESSION_ID_LENGTH+1)*2], *sessionfile = NULL,
p = (char *) apr_table_get(r->subprocess_env, "HTTPS");
if ((p != NULL) && (strcmp(p, "on") == 0)) ishttps = 1;
- /* do we need/have per-connection (SSL) cred variable(s)? */
-
+ /* reload per-connection (SSL) cred variables? */
+
sslconn = (SSLConnRec *) ap_get_module_config(r->connection->conn_config,
&ssl_module);
if ((sslconn != NULL) &&