dgaudet 98/03/25 20:24:23
Modified: . STATUS
Log:
a few updates
Revision Changes Path
1.208 +12 -15 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- STATUS 1998/03/25 15:27:04 1.207
+++ STATUS 1998/03/26 04:24:22 1.208
@@ -258,10 +258,10 @@
worth adding it by weighting on the advantages and disadvantages.
Votes for including APACI (in general):
- Ralf +1
+ Ralf +1, Dean +1
Votes for commit variants:
- CV1: Ralf +1
+ CV1: Ralf +1, Dean +1
CV2: Ralf +0
Concepts:
@@ -275,25 +275,17 @@
In progress:
- * Dean's [PATCH] yet another slow function
- <[EMAIL PROTECTED]>
- Status: Dean +1, Jim +1, Martin +1, Paul +1
- Needs to be redone so that it better supports non-ascii hosts.
-
* Ken's IndexFormat enhancement to mod_autoindex to allow
CustomLog-like tailoring of directory listing formats
- * Doug's attempt to get mod_perl's <Perl> config working under win32,
- some "non-public" functions and structures need to exposed
+FINAL RELEASE SHOWSTOPPERS:
+
+ * proxy security fixes from 1.2.5 need to be brought forward
Needs patch:
* Dean's "locale" project
See <[EMAIL PROTECTED]>
-
- * os_ abstract is_only_below() in mod_include.c
-
- * proxy security fixes from 1.2.5 need to be brought forward
* Documentation for:
1) htdocs/manual/sourcereorg.html and other files should mention
@@ -332,14 +324,14 @@
ap_xxx: Ken +1, Brian +1, Ralf +1, Martin +1, Paul +1
Public API functions (e.g., palloc)
- apapi_xxx: Ken +1, Brian +1, Ralf +1, Martin +1, Paul
+ apapi_xxx: Ken +1, Brian +1, Ralf +1, Martin +1, Paul, Dean
appublic_xxx:
appub_xxx:
Private functions which we can't make static
but should be (e.g., new_connection)
apprivate_xxx:
- appri_xxx: Brian +1
+ appri_xxx: Brian +1, Dean
httpd_xxx: Ken +1
apint_xxx: Ralf +1 (int = internal)
@@ -390,10 +382,13 @@
* Marc's [BUG] include virtual and SCRIPT_NAME w/path_info
<[EMAIL PROTECTED]>
+ Dean says: please put this in the bugdb
* Ken's PR#1053: an error when accessing a negotiated document
explicitly names the variant selected. Should it do so, or should
the base input name be referenced?
+ Dean says: doesn't seem important enough to be in the STATUS...
+ it's probably a pain to fix.
* Proposed API Changes:
@@ -540,3 +535,5 @@
* SECURITY: numerous uses of strcpy and strcat have potential
for buffer overflow, someone should rewrite or verify
they're safe
+
+ * SECURITY: os_ abstract is_only_below() in mod_include.c