implemented SHA1 encrypted passwords for manager

This commit is contained in:
Martin Willi
2007-09-27 07:15:47 +00:00
parent 324abae2ef
commit 93720075df
5 changed files with 57 additions and 7 deletions
+2 -2
View File
@@ -62,12 +62,12 @@ struct private_request_t {
* ClearSilver cgiwrap is not threadsave, so we use a private
* context for each thread.
*/
__thread FCGX_Request *req;
static __thread FCGX_Request *req;
/**
* length of param list in req->envp
*/
__thread int req_env_len;
static __thread int req_env_len;
/**
* fcgiwrap read callback