cvs commit: apache/src mod_imap.c

1998-01-05 Thread marc
marc98/01/05 12:48:59 Modified:src Tag: APACHE_1_2_X mod_imap.c Log: SECURITY: Numerous changes to mod_imap in a general cleanup including fixing a possible buffer overflow. This cleanup was done with 1.3 code as a basis. Dean says: This is a bit large, but th

cvs commit: apache/src mod_imap.c

1997-07-31 Thread Brian Behlendorf
brian 97/07/31 20:53:23 Modified:src mod_imap.c Log: PR: 748 Submitted by: Dean Gaudet Reviewed by: Brian Behlendorf This works great. 1 loop down, 53 to go, as Marc would say. Revision ChangesPath 1.28 +4 -0 apache/src/mod_imap.c Index:

cvs commit: apache/src mod_imap.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:34:35 Modified:src mod_imap.c Log: Fix VC++ warnings. Revision ChangesPath 1.22 +1 -1 apache/src/mod_imap.c Index: mod_imap.c === RCS file: /export/home/cvs/apache

cvs commit: apache/src mod_imap.c CHANGES

1997-02-16 Thread Marc Slemko
marc97/02/16 16:45:08 Modified:src mod_imap.c CHANGES Log: Fix possibly infinite loop in mod_imap. Note that the base directive in an imagemap file is parsed incorrectly and relative directories are done incorrectly; this does not fix that, but just avoids the loop.

cvs commit: apache/src mod_imap.c

1997-01-20 Thread Brian Behlendorf
brian 97/01/20 01:02:55 Modified:src mod_imap.c Log: Reviewed by: Brian Behlendorf Submitted by: Marc Slemko Small bugfix due to think-o. Revision ChangesPath 1.16 +1 -1 apache/src/mod_imap.c Index: mod_imap.c =

cvs commit: apache/src mod_imap.c

1996-09-27 Thread Brian Behlendorf
brian 96/09/27 20:10:41 Modified:src mod_imap.c Log: Changed strcpy's to use strncpy for security reasons. Also upped SMALLBUF to 256, which is the URL length that HTTP applications are supposed to support. Longterm, strncpy should be removed and pool-based memory man

cvs commit: apache/src mod_imap.c

1996-06-07 Thread Brian Behlendorf
brian 96/06/07 10:30:07 Modified:src mod_imap.c Log: Reviewed by: Mark Cox This patches several things: 1) brings back complete URL's in Location: headers 2) makes the default "base" into the URI for the mapfile rather than "" 3) pointinrect() now can take

cvs commit: apache/src mod_imap.c

1996-04-22 Thread Mark Cox
mjc 96/04/22 02:13:12 Modified:src mod_imap.c Log: Fix mod_imap.c to allow relative URLs when a base is not specified. Revision ChangesPath 1.6 +4 -0 apache/src/mod_imap.c Index: mod_imap.c ==