Filetoad.com Latest Software Virus and spyware
Wed, 15 Jun 2005 04:17:07 GMT
We are a new website providing the Latest software and latest virus and
spyware updates
for your computer it will save you lots of time in the
future please take a look
thankyou.
http://www.Filetoad.com http://www.Filetoad.com team
This is a once only mailing , to remove from future newsgroup emailing p ...
|
ISAPI RAW Send Data
Tue, 14 Jun 2005 12:53:30 -0500
When responding to SF_NOTIFY_SEND_RAW_DATA, the data contained in the buffer
pointed to by the HTTP_FILTER_RAW_DATA structure contains first the headers,
the two line breaks, and then the response document.
The headers always appear to be in ASCII text. And the line breaks seem to
be consistently 0x0d 0x0 ...
|
ISAPI Filter Overwriting on SF_NOTIFY_SEND_RAW_DATA
Tue, 14 Jun 2005 12:48:25 -0500
I am currently working on an ISAPI filter that create a new buffer on
HTTP_FILTER_RAW_DATA. The buffer may be a different size, and the contained
data, a different length than the originally buffer. Consiquently, the
Content-Length does not match that of the original document. Is there
documentation on wha ...
|
IIS 6/ISAPI filter/process model
Tue, 14 Jun 2005 07:48:04 -0700
Hi...
We're mapping out what we need to do to migrate from IIS 5 to IIS 6, and one
of the snags we've hit is with the change to the process model. We have an
ISAPI filter which fetches a config and keeps stats on various types of
requests that flow through the system.
Under IIS 5, ISAPIs all went on t ...
|
Processing google file requests
13 Jun 2005 00:57:40 -0700
We want everyone to be able to access our files. What we need is that
users who find one of our files using google also get a window with
our site's main page. This way they will be able to find related
documents and other information in our site.
If you don't know exactly how this can be done, please tell m ...
|
ISAPI Vunerabilities
Sun, 12 Jun 2005 11:41:10 -0700
I read an article about how the Code Red virus exploits a buffer overflow
vunerability in ISAPI programs. Could someone elaborate on what preventive
measures we should take when writing ISAPI programs? or is it something in
IIS? DId IIS6 fix these problems?
Thanks,
Aaron
...
|
Should filters using WriteClient send content-length header?
Sat, 11 Jun 2005 11:25:04 -0700
Im noticing some weird problems using the microsoft http proxy debugger
(fiddler). IE sees the page just fine that I create with pfc->WriteClient
but fiddler prevents it from coming through on random occasions. Im assuming
content-type should be set when doing WriteClient (is this a safe
assumption?) but ...
|
|
|
Processing google file requests
10 Jun 2005 03:19:24 -0700
We have a web site which contains, among other information, some pdf
files. If somebody finds one of these pdf docs in google, in addition
to the window containing the file, we want a new window showing our
site's main page to be opened. We wonder if there's a way to make it.
We wonder if it's possible to ma ...
|
ISAPI jpg Filter
Thu, 9 Jun 2005 11:54:23 -0700
We need to prevent users from accessing certain jpgs directly on our web
server. Currently, they are protected with an Web Handler written in .NET
that checks the HTTP_REFERER and writes the file to the response if the
referer matches the host and sends a 404 if not. I'd like to return the
handling of jpg fi ...
|
IIS puts extra headers on extension?
Mon, 06 Jun 2005 17:58:42 -0400
We have an ISAPI extension where we're doing all the output via
WriteClient() calls. After our output, IIS is putting another set of
headers.
This is the entire response that IIS gives back (as seen by a packet
sniffer):
================================================
HTTP/1.0 200 Ok
Date: Mon, 06 Ju ...
|