diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-10-13 18:57:21 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-10-13 18:57:21 +0200 |
commit | a286d71463e9bfef29b3666f615f21f8fd7351e2 (patch) | |
tree | 5d017c728b4517366c905789d2c07a81e933e59a /STATUS | |
parent | Remove all function pointers from the ap_bucket type. These function (diff) | |
download | apache2-a286d71463e9bfef29b3666f615f21f8fd7351e2.tar.xz apache2-a286d71463e9bfef29b3666f615f21f8fd7351e2.zip |
Completes the port of the <Directory /> handling for Win32... there is
still a patch needed for OS2 ... Brian?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/10/12 03:59:12 $] +Last modified at [$Date: 2000/10/13 16:57:08 $] Release: @@ -14,6 +14,10 @@ Release: RELEASE SHOWSTOPPERS: + * Root all file systems with <Directory /> for WIN32/OS2/NW permissions + Status: patch brought forward from 1.3.14 + WIN32 and OS2 need review [William Rowe, Brian Harvard] + * All of the bucket types must be implemented. The list can be found in src/include/ap_buckets.h. May need to implement a bucket type to mark the end of a subrequest content stream, and one to tell @@ -126,8 +130,15 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: plus hash tables for speed, with options for more later). Status: fanf is working on this. + * All DBMs suffer from confusion in support/dbmmanage (perl script) since + the dbmmanage employs the first-matched dbm format. This is not + necessarily the library that Apache was built with. Aught to + rewrite dbmmanage upon installation to bin/ with the proper library + for predictable mod_auth_db/dbm administration. + * configuration option to use *DBM Status: Greg +1 (volunteers) + employ same dbm for mod_auth_dbm? [Win32 is using our own sdbm] * Integrate mod_dav. Message-id: <20000625173247.M29590@lyra.org> |