cvs commit: apachen STATUS

1998-01-24 Thread marc
marc98/01/23 20:14:14

  Modified:.STATUS
  Log:
  Almost above freezing.
  
  Revision  ChangesPath
  1.117 +1 -1  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- STATUS1998/01/22 23:11:45 1.116
  +++ STATUS1998/01/24 04:14:13 1.117
  @@ -111,6 +111,7 @@
   * Marc's [PATCH] define to allow passing of Authorization header
   * Roy's [PATCH] protocol/1399: failing to read body
   * PR#1082, 1282, 1499, 1553: unixware cleanup
  +* mod_spelling added to win32 build
   
   Available Patches:
   
  @@ -337,7 +338,6 @@
   
   * modules that need to be made to work on win32
   - mod_example isn't multithreadreded
  - - mod_speling
- mod_unique_id (needs mt changes)
- mod_auth_db.c  (do we want to even try this?  We should have some
 db of some sort... what else can we pick from under win32?)
  
  
  


cvs commit: apachen STATUS

1998-01-24 Thread coar
coar98/01/24 05:48:32

  Modified:.STATUS
  Log:
Note commit-then-review guidelines and also the repository
renaming issue.
  
  Revision  ChangesPath
  1.118 +7 -3  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -r1.117 -r1.118
  --- STATUS1998/01/24 04:14:13 1.117
  +++ STATUS1998/01/24 13:48:31 1.118
  @@ -173,11 +173,15 @@
 changes to be committed without prior review.  Specific guidelines
 and implementation date to be worked out.
   
  +* Guidelines for commit-then-review are documented at
  +  http://dev.apache.org/guidelines.html#ctr
  +
   Open issues:
   
  -* Guidelines for when prior review is required if commit-then-review
  -  is the normal mode of operation.  Roy has started covering the
  -  whole process in http://dev.apache.org/guidelines.html.
  +* Renaming the apache CVS module to apache-1.2 and the
  +  apachen module to apache-1.3 - and, at some point,
  +  copying (*not* branching) the apache-1.3 module to a new
  +  apache-2.x tree and opening up 2.0 development.
   
   * Ken's [POLL] apachen/patches directory
 Shall we experiment with allowing patches to be distributed for
  
  
  


cvs commit: apachen STATUS

1998-01-24 Thread jim
jim 98/01/24 07:29:55

  Modified:.STATUS
  Log:
  Clear blue skies, about 5degC
  
  Revision  ChangesPath
  1.120 +17 -1 apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- STATUS1998/01/24 14:52:14 1.119
  +++ STATUS1998/01/24 15:29:54 1.120
  @@ -12,10 +12,18 @@
   Current Modes:
   
   o Commit-Then-Review (see http://dev.apache.org/guidelines.html#ctr
  -o NO lazy voting
   
   Plan:
   
  +Let's shoot for release of 1.3b4 on January 31, 1998.
  +Concern: Should we hold off on any new code changes
  + in order to try to get 1.3.0 out the door asap? Once
  + that's done, we can split off 2.0 from the present CVS
  + tree and start working on that, while putting some
  + patches into 1.3.1b1-dev. Let's get 1.3.0 out soon so
  + we can really start playing with the code, which isn't
  + wise when we're trying to push a release out.
  +
   Showstoppers:
   
   Committed Code Changes:
  @@ -112,6 +120,14 @@
   * Roy's [PATCH] protocol/1399: failing to read body
   * PR#1082, 1282, 1499, 1553: unixware cleanup
   * mod_spelling added to win32 build
  +* Jim's rename of SAFE_UNSERIALIZED_ACCEPT to
  +  SINGLE_LISTEN_UNSERIALIZED_ACCEPT
  +* Jim's addition of USE_MMAP_SCOREBOARD and USE_SHMGET_SCOREBOARD in
  +  conjunction with HAVE_MMAP and HAVE_SHMGET to select scoreboard
  +  type.
  +* Jim's [PATCH] A/UX can use SINGLE_LISTEN_UNSERIALIZED_ACCEPT
  +* Jim's [PATCH] force Unixware to use mmap() scoreboard (before
  +  was dependent on ordering of the #defines in http_main.c)
   
   Available Patches:
   
  
  
  


cvs commit: apachen STATUS

1998-01-24 Thread coar
coar98/01/24 08:13:54

  Modified:.STATUS
  Log:
Add a note about another work-in-process.
  
  Revision  ChangesPath
  1.121 +3 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.120
  retrieving revision 1.121
  diff -u -r1.120 -r1.121
  --- STATUS1998/01/24 15:29:54 1.120
  +++ STATUS1998/01/24 16:13:53 1.121
  @@ -166,6 +166,9 @@
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
  +
   Needs patch:
   
   * Dean's locale project
  
  
  


cvs commit: apachen STATUS

1998-01-24 Thread dgaudet
dgaudet 98/01/24 10:31:01

  Modified:.STATUS
  Log:
  a sunny day
  
  Revision  ChangesPath
  1.123 +1 -1  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- STATUS1998/01/24 18:28:05 1.122
  +++ STATUS1998/01/24 18:31:00 1.123
  @@ -210,7 +210,7 @@
   
   * Maybe moving *all* of the *.h header files into a new
 src/include directory?
  - Status: Ken +1
  + Status: Ken +1, Dean +1
   
   * Renaming the apache CVS module to apache-1.2 and the
 apachen module to apache-1.3 - and, at some point,
  
  
  


cvs commit: apachen STATUS

1998-01-24 Thread coar
coar98/01/24 11:30:09

  Modified:.STATUS
  Log:
Reword the prefix discussion a little, and add my US$0.02.
  
  Revision  ChangesPath
  1.125 +13 -10apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- STATUS1998/01/24 19:01:59 1.124
  +++ STATUS1998/01/24 19:30:09 1.125
  @@ -199,15 +199,19 @@
   
   * Provide consistant prefixes; suggestions:
   
  - ap_: (eg: ap_cpystrn)
  -Apache provided general functions
  -  appublic_:
  -  appub_:
  -Public API functions
  -  apprivate_: (eg: apprivate_new_connection)
  -  appri_:
  -Private functions which we can't make static
  -but should be.
  +  Apache provided general functions (e.g., ap_cpystrn)
  + ap_xxx: Ken +1
  +
  +  Public API functions (e.g., palloc)
  + apapi_xxx: Ken +1
  + appublic_xxx:
  + appub_xxx:
  +
  +  Private functions which we can't make static
  +  but should be (e.g., new_connection)
  + apprivate_xxx:
  + appri_xxx:
  + httpd_xxx: Ken +1
   
   * Maybe moving *all* of the *.h header files into a new
 src/include directory?
  @@ -253,7 +257,6 @@
 appropriate environment. Marc and Alexei don't see any
 big deal.
   
  -* Ken suggests that new check_cmd_context() and related defines
 should be non-static and in util_* so modules can use 'em.  (He
 didn't notice this flaw during the review.)
   
  
  
  


cvs commit: apachen STATUS

1998-01-22 Thread dgaudet
dgaudet 98/01/21 16:03:38

  Modified:.STATUS
  Log:
  uwfoo
  
  Revision  ChangesPath
  1.115 +1 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- STATUS1998/01/21 22:56:23 1.114
  +++ STATUS1998/01/22 00:03:37 1.115
  @@ -110,6 +110,7 @@
   * Paul Eggert's [PATCH] suexec/1343: year-2000 bug in suexec log
   * Marc's [PATCH] define to allow passing of Authorization header
   * Roy's [PATCH] protocol/1399: failing to read body
  +* PR#1082, 1282, 1499, 1553: unixware cleanup
   
   Available Patches:
   
  
  
  


cvs commit: apachen STATUS

1998-01-21 Thread coar
coar98/01/21 10:25:27

  Modified:.STATUS
  Log:
Note a couple of patches applied under c-t-r rules.
  
  Revision  ChangesPath
  1.109 +2 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- STATUS1998/01/20 18:56:49 1.108
  +++ STATUS1998/01/21 18:25:24 1.109
  @@ -94,6 +94,8 @@
   * some of Marc's 1.2.5 security patches (minus proxy fixes)
   * John Van Essen [EMAIL PROTECTED]'s fix for mod_autoindex PRE
 misplacement.
  +* Ken's addition of src/ap/ap.h for prototypes of routines in libap.a
  +* Ken's addition of #ifndef wrappers to src/main/*.h header files
   
   Available Patches:
   
  
  
  


cvs commit: apachen STATUS

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:07:35

  Modified:.STATUS
  Log:
  I'm not sure how the day is doing, my blinds are closed
  
  Revision  ChangesPath
  1.111 +3 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- STATUS1998/01/21 19:06:09 1.110
  +++ STATUS1998/01/21 22:07:34 1.111
  @@ -97,6 +97,9 @@
   * Ken's addition of src/ap/ap.h for prototypes of routines in libap.a
   * Ken's addition of #ifndef wrappers to src/main/*.h header files
   * Ken's removal of problem-causing consts from mod_imap.c
  +* os-next/1613: can't compile
  +* os-next/1614: can't compile
  +* os-os2/1482: I cannot add a user in an existing password file
   
   Available Patches:
   
  
  
  


cvs commit: apachen STATUS

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:11:31

  Modified:.STATUS
  Log:
  yadda
  
  Revision  ChangesPath
  1.112 +2 -5  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -r1.111 -r1.112
  --- STATUS1998/01/21 22:07:34 1.111
  +++ STATUS1998/01/21 22:11:31 1.112
  @@ -100,13 +100,10 @@
   * os-next/1613: can't compile
   * os-next/1614: can't compile
   * os-os2/1482: I cannot add a user in an existing password file
  -
  -Available Patches:
  -
   * Martin's [PATCH] Improve implementation of -c/-C directive reading
 (take 2)
  - [EMAIL PROTECTED]
  - Status: Martin +1, Doug +1, Dean +1, Jim +1
  +
  +Available Patches:
   
   * Dean's [PATCH] MONCONTROL for profiling children
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:56:23

  Modified:.STATUS
  Log:
  this space intentionally left blank
  
  Revision  ChangesPath
  1.114 +1 -4  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- STATUS1998/01/21 22:32:50 1.113
  +++ STATUS1998/01/21 22:56:23 1.114
  @@ -109,6 +109,7 @@
   * Ben Hyde's [PATCH] WIN32 deserves a pid log file
   * Paul Eggert's [PATCH] suexec/1343: year-2000 bug in suexec log
   * Marc's [PATCH] define to allow passing of Authorization header
  +* Roy's [PATCH] protocol/1399: failing to read body
   
   Available Patches:
   
  @@ -116,10 +117,6 @@
   * M.D.Parker's [PATCH] mod_status/1448: Status Information have version
[EMAIL PROTECTED]
Status: Dean +1, Martin +1, Alexei -1 (shared lib concerns)
  -
  -* Roy's [PATCH] protocol/1399: failing to read body
  - [EMAIL PROTECTED]
  - Status: Roy +1, Martin +1 (on code)
   
   * Martin's [PATCH] Signing server generated pages
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:12:35

  Modified:.STATUS
  Log:
  yet another messed up sf day, raining then sunny then raining then sunny
  
  Revision  ChangesPath
  1.99  +7 -7  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- STATUS1998/01/20 00:07:18 1.98
  +++ STATUS1998/01/20 00:12:34 1.99
  @@ -93,12 +93,12 @@
   
   * Martin's [PATCH] Improve implementation of -c/-C directive reading 
(take 2)
[EMAIL PROTECTED]
  - Status: Martin +1, Doug +1
  + Status: Martin +1, Doug +1, Dean +1
   
   * John Van Essen [EMAIL PROTECTED]'s fix for mod_autoindex PRE
 misplacement.
[EMAIL PROTECTED]
  - Status: Ken +1
  + Status: Ken +1, Dean +1
   
   * Dean's [PATCH] MONCONTROL for profiling children
[EMAIL PROTECTED]
  @@ -112,17 +112,13 @@
[EMAIL PROTECTED]
Status: Dean +1, Jim +1 (on code)
   
  -* Dean's [PATCH] yet another slow function
  -[EMAIL PROTECTED]
  - Status: Dean +1, Jim +1, Martin +1, Paul +1
  -
   * Marc's [PATCH] PR#1543: suexec logging exec failures
[EMAIL PROTECTED]
Status: Marc +1, Dean +1, Jim +1, Martin +1
   
   * Ben Hyde's [PATCH] WIN32 deserves a pid log file
[EMAIL PROTECTED]
  - Status: Jim +1, Martin +1
  + Status: Jim +1, Martin +1, Dean +1
   
   * M.D.Parker's [PATCH] mod_status/1448: Status Information have version
[EMAIL PROTECTED]
  @@ -166,6 +162,10 @@
 will post when it's at a state where he's happy with it.
 Ken would like to see it in libap instead of libmain.
   
  +* 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.
   
   Needs patch:
   
  
  
  


cvs commit: apachen STATUS

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:25:13

  Modified:.STATUS
  Log:
  I disagree.  This is a beta, and I'm tired of posting bloody one-line bug fix
  patches and waiting for votes.  Sue me for wanting to improve the product
  using a minimum of my own time.
  
  Revision  ChangesPath
  1.100 +0 -5  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- STATUS1998/01/20 00:12:34 1.99
  +++ STATUS1998/01/20 00:25:13 1.100
  @@ -9,11 +9,6 @@
   1.3b3: Released and announced
   1.3b1: There is no 1.3b1
   
  -Current Modes:
  -
  -o Review-Then-Commit
  -o NO lazy voting
  -
   Plan:
   
   Showstoppers:
  
  
  


cvs commit: apachen STATUS

1998-01-20 Thread dgaudet
dgaudet 98/01/19 17:54:03

  Modified:.STATUS
  Log:
  note win32 buffer overflow possibilities
  
  Revision  ChangesPath
  1.105 +3 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- STATUS1998/01/20 01:50:40 1.104
  +++ STATUS1998/01/20 01:54:02 1.105
  @@ -274,6 +274,9 @@
   
Help:
   
  +* numerous uses of strcpy and strcat have potential for buffer
  +  overflow, someone should rewrite or verify they're safe
  +
   * process/thread model
- need dynamic thread creation/destruction, similar to 
  Unix process model
  
  
  


cvs commit: apachen STATUS

1998-01-20 Thread dgaudet
dgaudet 98/01/19 18:25:14

  Modified:.STATUS
  Log:
  YADoS
  
  Revision  ChangesPath
  1.106 +3 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- STATUS1998/01/20 01:54:02 1.105
  +++ STATUS1998/01/20 02:25:13 1.106
  @@ -180,6 +180,9 @@
   
   * proxy security fixes from 1.2.5 need to be brought forward
   
  +* DoS created by the lame hostname lookup code in check_fulluri, which
  + should be part of the proxy and not in the core
  +
   Closed issues:
   
   * Removal of inetd mode
  
  
  


cvs commit: apachen STATUS

1998-01-20 Thread jim
jim 98/01/20 10:28:36

  Modified:.STATUS
  Log:
  don't even know why but...
  
  Revision  ChangesPath
  1.107 +3 -3  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -r1.106 -r1.107
  --- STATUS1998/01/20 02:25:13 1.106
  +++ STATUS1998/01/20 18:28:35 1.107
  @@ -96,16 +96,16 @@
   
   * Martin's [PATCH] Improve implementation of -c/-C directive reading 
(take 2)
[EMAIL PROTECTED]
  - Status: Martin +1, Doug +1, Dean +1
  + Status: Martin +1, Doug +1, Dean +1, Jim +1
   
   * John Van Essen [EMAIL PROTECTED]'s fix for mod_autoindex PRE
 misplacement.
[EMAIL PROTECTED]
  - Status: Ken +1, Dean +1
  + Status: Ken +1, Dean +1, Jim +1
   
   * Dean's [PATCH] MONCONTROL for profiling children
[EMAIL PROTECTED]
  - Status: Dean +1
  + Status: Dean +1, Jim (in process)
   
   * Marc's [PATCH] don't log bogus errno when file doesn't exist
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-17 Thread coar
coar98/01/17 01:58:46

  Modified:.STATUS
  Log:
Add notification of patch for PR#1667 (mod_autoindex emitting a
PRE in the wrong place).
  
  Revision  ChangesPath
  1.93  +5 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- STATUS1998/01/14 21:01:03 1.92
  +++ STATUS1998/01/17 09:58:45 1.93
  @@ -85,6 +85,11 @@
   
   Available Patches:
   
  +* John Van Essen [EMAIL PROTECTED]'s fix for mod_autoindex PRE
  +  misplacement.
  + [EMAIL PROTECTED]
  + Status: Ken +1
  +
   * Dean's [PATCH] MONCONTROL for profiling children
[EMAIL PROTECTED]
Status: Dean +1
  
  
  


cvs commit: apachen STATUS

1998-01-14 Thread jim
jim 98/01/14 06:34:30

  Modified:.STATUS
  Log:
  It was a dark and stormy night. Suddenly a shot rang out! Lightning
  flashed and a woman cried out. Another vote!
  
  Revision  ChangesPath
  1.89  +1 -1  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- STATUS1998/01/13 23:51:53 1.88
  +++ STATUS1998/01/14 14:34:28 1.89
  @@ -86,7 +86,7 @@
   
   * Dean's [PATCH] protect the environment
[EMAIL PROTECTED]
  - Status: Dean +1, Martin +1
  + Status: Dean +1, Martin +1, Jim +1
   
   * Dean's [PATCH] MONCONTROL for profiling children
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-14 Thread coar
coar98/01/14 07:38:39

  Modified:.STATUS
  Log:
Clear and sunny, though cold.
  
  Revision  ChangesPath
  1.90  +3 -2  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- STATUS1998/01/14 14:34:28 1.89
  +++ STATUS1998/01/14 15:38:38 1.90
  @@ -176,13 +176,14 @@
 voting through cvs, by creating a directory under the source tree
 and putting them there?  Please vote.
[EMAIL PROTECTED]
  - Status: Ken +1
  + Status: Ken +1, Randy 0, Dean 0, Jim +1, Paul 0
   
   * Ken's [POLL] experiment with commit-then-review
 Shall we permit unreviewed commits to the source tree?  (Details
 of when it's [in]appropriate to be worked out later.)  Vote, please.
[EMAIL PROTECTED]
  - Status: Ken +1
  + Status: Ken +1, Randy +1, Ben +1, Martin +1, Dean +1, Brian +1,
  + Jim +1, Rob +1, Paul 0, Ralf +1
   
   * Paul would like to see a 'gdbm' option because he uses
 it a lot. Dean notes that 'gdbm' include 'db' support
  
  
  


cvs commit: apachen STATUS

1998-01-14 Thread coar
coar98/01/14 08:41:36

  Modified:.STATUS
  Log:
Add update on the status of the great commit/review debate.
  
  Revision  ChangesPath
  1.91  +8 -7  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- STATUS1998/01/14 15:38:38 1.90
  +++ STATUS1998/01/14 16:41:34 1.91
  @@ -169,21 +169,22 @@
Ken says he'll try to maintain it, since there are
people/places who need it
   
  +* The decision has been made to experiment with allowing code
  +  changes to be committed without prior review.  Specific guidelines
  +  and implementation date to be worked out.
  +
   Open issues:
   
  +* Guidelines for when prior review is required if commit-then-review
  +  is the normal mode of operation.  Roy has started covering the
  +  whole process in http://dev.apache.org/guidelines.html.
  +
   * Ken's [POLL] apachen/patches directory
 Shall we experiment with allowing patches to be distributed for
 voting through cvs, by creating a directory under the source tree
 and putting them there?  Please vote.
[EMAIL PROTECTED]
Status: Ken +1, Randy 0, Dean 0, Jim +1, Paul 0
  -
  -* Ken's [POLL] experiment with commit-then-review
  -  Shall we permit unreviewed commits to the source tree?  (Details
  -  of when it's [in]appropriate to be worked out later.)  Vote, please.
  - [EMAIL PROTECTED]
  - Status: Ken +1, Randy +1, Ben +1, Martin +1, Dean +1, Brian +1,
  - Jim +1, Rob +1, Paul 0, Ralf +1
   
   * Paul would like to see a 'gdbm' option because he uses
 it a lot. Dean notes that 'gdbm' include 'db' support
  
  
  


cvs commit: apachen STATUS

1998-01-13 Thread marc
marc98/01/12 20:16:28

  Modified:.STATUS
  Log:
  -33C.
  
  Revision  ChangesPath
  1.77  +6 -1  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- STATUS1998/01/12 01:39:18 1.76
  +++ STATUS1998/01/13 04:16:27 1.77
  @@ -290,10 +290,12 @@
   * we don't mmap on NT.  Use TransmitFile?
   
   * CGIs
  - - simultaneous execution problem
  +- hangs on multiple CGI execution?  PR#1607,1129
  + Marc can't repeat...
- docs on how they work w/scripts
- use registry to find interpreter?
- WTF is the buffering coming from?
  + - we don't have a way to make non-blocking files on NT!
   
   * performance
   
  @@ -338,3 +340,6 @@
   - mod_example isn't multithreadreded
   
   * do something to disable bogus warnings
  +
  +
  +
  
  
  


cvs commit: apachen STATUS

1998-01-13 Thread marc
marc98/01/12 22:41:30

  Modified:.STATUS
  Log:
  outside in shorts on xmas day.
  
  Revision  ChangesPath
  1.78  +2 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- STATUS1998/01/13 04:16:27 1.77
  +++ STATUS1998/01/13 06:41:29 1.78
  @@ -338,6 +338,8 @@
   * modules that need to be made to work on win32
- mod_info
   - mod_example isn't multithreadreded
  + - mod_speling
  + - mod_unique_id (needs mt changes)
   
   * do something to disable bogus warnings
   
  
  
  


cvs commit: apachen STATUS

1998-01-13 Thread dgaudet
dgaudet 98/01/12 22:48:40

  Modified:.STATUS
  Log:
  shorts are never appropriate for san francisco weather, except during the 
month of october
  
  Revision  ChangesPath
  1.79  +6 -2  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- STATUS1998/01/13 06:41:29 1.78
  +++ STATUS1998/01/13 06:48:38 1.79
  @@ -86,7 +86,7 @@
   
   * Marc's [PATCH] don't log bogus errno when file doesn't exist
[EMAIL PROTECTED]
  - Status: 
  + Status: Marc +1, Dean +1
   
   * Dean's [PATCH] OSF/1 serialized accept
[EMAIL PROTECTED]
  @@ -95,6 +95,8 @@
   * Dean's [PATCH] make mod_rewrite use ap_cpystrn
[EMAIL PROTECTED]
Status: waiting to find out status of Ralf's mod_rewrite restructuring
  + Ralf says go for it now.
  + Status: Dean +1
   
   * Dean's [PATCH] yet another slow function
   [EMAIL PROTECTED]
  @@ -107,11 +109,13 @@
   * Martin's [PATCH] mod_speling [300] Multiple Choices bug (Take 2)
Submitted by: Soeren Ziehe [EMAIL PROTECTED]
[EMAIL PROTECTED]
  - Status: Martin +1,
  + Status: Martin +1, Dean +1
   
   * Martin's [PATCH] 36kB: Make apache compile  run on an EBCDIC mainframe
[EMAIL PROTECTED]
Status: Martin +1, Dean +1
  + (needs an update I'm sure... I've been running this patch on a linux box
  + since Martin posted it without troubles -djg)
   
   * Marc's [PATCH] PR#1543: suexec logging exec failures
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-13 Thread dgaudet
dgaudet 98/01/13 14:08:29

  Modified:.STATUS
  Log:
  sunny blue skies at 8am, cloudy and overcast now
  
  Revision  ChangesPath
  1.82  +4 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- STATUS1998/01/13 21:19:06 1.81
  +++ STATUS1998/01/13 22:08:27 1.82
  @@ -81,6 +81,10 @@
   
   Available Patches:
   
  +* Dean's [PATCH] protect the environment
  + [EMAIL PROTECTED]
  + Status: Dean +1
  +
   * Dean's [PATCH] MONCONTROL for profiling children
[EMAIL PROTECTED]
Status: Dean +1
  
  
  


cvs commit: apachen STATUS

1998-01-13 Thread martin
martin  98/01/13 14:45:52

  Modified:.STATUS
  Log:
  Yes, I disliked dots in Env-Vars
  
  Revision  ChangesPath
  1.84  +2 -2  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/apachen/STATUS,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -u -r1.83 -r1.84
  --- STATUS1998/01/13 22:21:06 1.83
  +++ STATUS1998/01/13 22:45:51 1.84
  @@ -84,7 +84,7 @@
   
   * Dean's [PATCH] protect the environment
[EMAIL PROTECTED]
  - Status: Dean +1
  + Status: Dean +1, Martin +1
   
   * Dean's [PATCH] MONCONTROL for profiling children
[EMAIL PROTECTED]
  @@ -105,7 +105,7 @@
   * Martin's [PATCH] mod_speling [300] Multiple Choices bug (Take 2)
Submitted by: Soeren Ziehe [EMAIL PROTECTED]
[EMAIL PROTECTED]
  - Status: Martin +1, Dean +1, Jim +1
  + Status: Martin +1, Dean +1, Jim +1, Soeren +1, [EMAIL PROTECTED] +1
   
   * Martin's [PATCH] 36kB: Make apache compile  run on an EBCDIC mainframe
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-13 Thread martin
martin  98/01/13 15:35:34

  Modified:.STATUS
  Log:
  -1 degrees centigrade (30F) in munich
  
  Revision  ChangesPath
  1.87  +2 -2  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/apachen/STATUS,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -u -r1.86 -r1.87
  --- STATUS1998/01/13 23:28:59 1.86
  +++ STATUS1998/01/13 23:35:33 1.87
  @@ -110,7 +110,7 @@
   
   * Ben Hyde's [PATCH] WIN32 deserves a pid log file
[EMAIL PROTECTED]
  - Status: Jim +1
  + Status: Jim +1, Martin +1
   
   * M.D.Parker's [PATCH] mod_status/1448: Status Information have version
[EMAIL PROTECTED]
  @@ -118,7 +118,7 @@
   
   * Roy's [PATCH] protocol/1399: failing to read body
[EMAIL PROTECTED]
  - Status: Roy +1,
  + Status: Roy +1, Martin +1 (on code)
   
   * Paul Eggert's [PATCH] suexec/1343: year-2000 bug in suexec log
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-12 Thread marc
marc98/01/11 17:39:19

  Modified:.STATUS
  Log:
  win32 update.
  
  Revision  ChangesPath
  1.76  +10 -7 apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- STATUS1998/01/11 20:55:15 1.75
  +++ STATUS1998/01/12 01:39:18 1.76
  @@ -302,12 +302,10 @@
- how CGIs work
- update README.NT
- short/long name handling
  + - better status page on current state of NT for users
   
   * http_main.c hell
  -
  -* mod_example isn't multithreadreded
  -
  -* mod_info
  + - split into two files?
   
   * who should run the service?  Who exactly is the system account?
   
  @@ -330,8 +328,13 @@
   That _really_ sucks.  Can we recommend running Apache as some 
   other user?
   
  -* mod_example isn't multithreadreded
  -
  -* mod_info
   
  +* need a crypt() of some sort.
  + - sources are easy; problem is export restrictions on DES
  + - if we don't do DES, can do md5
  +
  +* modules that need to be made to work on win32
  + - mod_info
  +- mod_example isn't multithreadreded
   
  +* do something to disable bogus warnings
  
  
  


cvs commit: apachen STATUS

1998-01-11 Thread dougm
dougm   98/01/10 16:58:15

  Modified:.STATUS
  Log:
  update message id and add Ben's vote
  
  Revision  ChangesPath
  1.68  +3 -3  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- STATUS1998/01/10 21:40:06 1.67
  +++ STATUS1998/01/11 00:58:14 1.68
  @@ -89,13 +89,13 @@
   [EMAIL PROTECTED]
Status: Dean +1, Jim +1, Martin +1
   
  -* Doug's [PATCH] add -c and -C switches
  - [EMAIL PROTECTED]
  +* Doug's [PATCH] add -c and -C switches (take 3)
  + [EMAIL PROTECTED]
Doug, Randy and Jim were +1 on original -MApache::httpd_conf
patch, which was recinded in favor of this patch prompted by
ideas from Ben and Dean.  Marc, Ken and Jim were also in favor
of this over -M
  - Status: Doug +1, Martin +1
  + Status: Doug +1, Martin +1, Ben +1
   
   * Martin's [PATCH] Location  within .htaccess?
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-11 Thread marc
marc98/01/10 22:31:14

  Modified:.STATUS
  Log:
  No idea what I gain.
  
  Revision  ChangesPath
  1.69  +3 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- STATUS1998/01/11 00:58:14 1.68
  +++ STATUS1998/01/11 06:31:14 1.69
  @@ -77,6 +77,9 @@
   
   Available Patches:
   
  +* Marc's [PATCH] don't log bogus errno when file doesn't exist
  +[EMAIL PROTECTED]
  +
   * Dean's [PATCH] OSF/1 serialized accept
[EMAIL PROTECTED]
Status: Dean +1
  
  
  


cvs commit: apachen STATUS

1998-01-11 Thread coar
coar98/01/11 08:15:39

  Modified:.STATUS
  Log:
These aren't directly related to the software, but are definitely
related to the process by which it's developed.  Calling for
votes on commit-then-review and a patches-for-voting directory.
  
  Revision  ChangesPath
  1.71  +13 -0 apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- STATUS1998/01/11 15:58:35 1.70
  +++ STATUS1998/01/11 16:15:38 1.71
  @@ -188,6 +188,19 @@
   
   Open issues:
   
  +* Ken's [POLL] apachen/patches directory
  +  Shall we experiment with allowing patches to be distributed for
  +  voting through cvs, by creating a directory under the source tree
  +  and putting them there?  Please vote.
  + [EMAIL PROTECTED]
  + Status: Ken +1
  +
  +* Ken's [POLL] experiment with commit-then-review
  +  Shall we permit unreviewed commits to the source tree?  (Details
  +  of when it's [in]appropriate to be worked out later.)  Vote, please.
  + [EMAIL PROTECTED]
  + Status: Ken +1
  +
   * Paul would like to see a 'gdbm' option because he uses
 it a lot. Dean notes that 'gdbm' include 'db' support
 so we need to watch the library ordering.
  
  
  


cvs commit: apachen STATUS

1998-01-11 Thread pcs
pcs 98/01/11 09:00:07

  Modified:.STATUS
  Log:
  I like the -c and -C options. They have been tested and work.
  They also work on NT, with a corresponding patch to NT's apache_main()
  (and after moving NT's current -c to -Z).
  
  Revision  ChangesPath
  1.72  +2 -2  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- STATUS1998/01/11 16:15:38 1.71
  +++ STATUS1998/01/11 17:00:06 1.72
  @@ -99,7 +99,7 @@
   
   * Dean's [PATCH] yet another slow function
   [EMAIL PROTECTED]
  - Status: Dean +1, Jim +1, Martin +1
  + Status: Dean +1, Jim +1, Martin +1, Paul +1
   
   * Doug's [PATCH] add -c and -C switches (take 3)
[EMAIL PROTECTED]
  @@ -107,7 +107,7 @@
patch, which was recinded in favor of this patch prompted by
ideas from Ben and Dean.  Marc, Ken and Jim were also in favor
of this over -M
  - Status: Doug +1, Martin +1, Ben +1
  + Status: Doug +1, Martin +1, Ben +1, Paul +1
   
   * Martin's [PATCH] Location  within .htaccess?
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-11 Thread martin
martin  98/01/11 10:30:09

  Modified:.STATUS
  Log:
  Add Spelling patch, redraw Location patch (noted by Dean)
  
  Revision  ChangesPath
  1.73  +5 -4  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/apachen/STATUS,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -u -r1.72 -r1.73
  --- STATUS1998/01/11 17:00:06 1.72
  +++ STATUS1998/01/11 18:30:08 1.73
  @@ -109,13 +109,14 @@
of this over -M
Status: Doug +1, Martin +1, Ben +1, Paul +1
   
  -* Martin's [PATCH] Location  within .htaccess?
  - [EMAIL PROTECTED]
  - Status: Martin +1, Jim +1
  -
   * Brian Havard's [Patch] OS/2 - fix up shut down
[EMAIL PROTECTED]
Status: Dean +1
  +
  +* Martin's [PATCH] mod_speling [300] Multiple Choices bug (Take 2)
  + Submitted by: Soeren Ziehe [EMAIL PROTECTED]
  + [EMAIL PROTECTED]
  + Status: Martin +1,
   
   * Martin's [PATCH] 36kB: Make apache compile  run on an EBCDIC mainframe
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-10 Thread dgaudet
dgaudet 98/01/10 00:25:25

  Modified:.STATUS
  Log:
  yabba
  
  Revision  ChangesPath
  1.65  +4 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- STATUS1998/01/10 05:48:52 1.64
  +++ STATUS1998/01/10 08:25:24 1.65
  @@ -77,6 +77,10 @@
   
   Available Patches:
   
  +* Dean's [PATCH] OSF/1 serialized accept
  + [EMAIL PROTECTED]
  + Status: Dean +1
  +
   * Dean's [PATCH] make mod_rewrite use ap_cpystrn
[EMAIL PROTECTED]
Status: waiting to find out status of Ralf's mod_rewrite restructuring
  
  
  


cvs commit: apachen STATUS

1998-01-10 Thread coar
coar98/01/10 07:23:34

  Modified:.STATUS
  Log:
Add a couple of Marc's patches that were sent by mail but
accidentally not recorded here.
  
  Revision  ChangesPath
  1.66  +8 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- STATUS1998/01/10 08:25:24 1.65
  +++ STATUS1998/01/10 15:23:33 1.66
  @@ -77,6 +77,14 @@
   
   Available Patches:
   
  +* Marc's [PATCH] mod_status warnings
  + [EMAIL PROTECTED]
  + Status: Marc +1, Paul +1
  +
  +* Marc's [PATCH] a couple of casts for msvc warnings
  + [EMAIL PROTECTED]
  + Status: Marc +1, Paul +1
  +
   * Dean's [PATCH] OSF/1 serialized accept
[EMAIL PROTECTED]
Status: Dean +1
  
  
  


cvs commit: apachen STATUS

1998-01-08 Thread dgaudet
dgaudet 98/01/07 19:18:22

  Modified:.STATUS
  Log:
  make mod_include use ap_cpystrn
  
  Reviewed by:  Brian Behlendorf, Jim Jagielski
  
  Revision  ChangesPath
  1.61  +1 -4  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- STATUS1998/01/08 02:37:23 1.60
  +++ STATUS1998/01/08 03:18:22 1.61
  @@ -71,16 +71,13 @@
   * Paul's [PATCH] a bundle of multithreading changes
   * Ken's [PATCH] for copyright year update
   * Dean's [PATCH] 1.3: security updates for mod_imap and mod_include
  +* Dean's [PATCH] make mod_include use ap_cpystrn
   
   Available Patches:
   
   * Dean's [PATCH] make mod_rewrite use ap_cpystrn
[EMAIL PROTECTED]
Status: waiting to find out status of Ralf's mod_rewrite restructuring
  -
  -* Dean's [PATCH] make mod_include use ap_cpystrn
  - [EMAIL PROTECTED]
  - Status: Dean +1, Brian +1
   
   * Dean's [PATCH] yet another slow function
   [EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-08 Thread dougm
dougm   98/01/07 21:14:51

  Modified:.STATUS
  Log:
  recind Doug's -MApache::httpd_conf
  add  Doug's [PATCH] add -c and -C switches
  
  Revision  ChangesPath
  1.62  +7 -6  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- STATUS1998/01/08 03:18:22 1.61
  +++ STATUS1998/01/08 05:14:50 1.62
  @@ -83,12 +83,13 @@
   [EMAIL PROTECTED]
Status: Dean +1, Jim +1, Martin +1
   
  -* Doug's httpd -MApache::httpd_conf
  - [EMAIL PROTECTED]
  - Status: Doug +1, Randy +1, Dean would really prefer Ben's proposal
  - of httpd -M config file directive if it works.
  - Jim would prefer Ben's solution as well.
  - So would Ken (does it obviate -d and -f if present?)
  +* Doug's [PATCH] add -c and -C switches
  + [EMAIL PROTECTED]
  + Doug, Randy and Jim were +1 on original -MApache::httpd_conf
  + patch, which was recinded in favor of this patch prompted by
  + ideas from Ben and Dean.  Marc, Ken and Jim were also in favor
  + of this over -M
  + Status: Doug +1, Martin +1
   
   * Martin's [PATCH] Location  within .htaccess?
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-07 Thread coar
coar98/01/06 21:04:17

  Modified:.STATUS
  Log:
Wrap a too-long line.
  
  Revision  ChangesPath
  1.53  +2 -1  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- STATUS1998/01/06 23:42:04 1.52
  +++ STATUS1998/01/07 05:04:16 1.53
  @@ -66,7 +66,8 @@
   * Paul/Ben's [PATCH] 1.3: spaces in NT spawn* arguments
   * Dean's [PATCH] mod_info minor cleanups (take 2)
   * Dean's [PATCH] mod_status cleanups
  -* [PATCH] mod_digest/1599: proxy authentication using the digest auth 
scheme never succeeds (fwd)
  +* [PATCH] mod_digest/1599: proxy authentication using the digest auth
  +  scheme never succeeds (fwd)
   * Paul's [PATCH] a bundle of multithreading changes
   
   Available Patches:
  
  
  


cvs commit: apachen STATUS

1998-01-07 Thread coar
coar98/01/07 04:50:43

  Modified:.STATUS
  Log:
More updates..
  
  Revision  ChangesPath
  1.54  +2 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- STATUS1998/01/07 05:04:16 1.53
  +++ STATUS1998/01/07 12:50:43 1.54
  @@ -85,6 +85,7 @@
Status: Doug +1, Randy +1, Dean would really prefer Ben's proposal
of httpd -M config file directive if it works.
Jim would prefer Ben's solution as well.
  + So would Ken (does it obviate -d and -f if present?)
   
   * Martin's [PATCH] Location  within .htaccess?
[EMAIL PROTECTED]
  @@ -98,6 +99,7 @@
[EMAIL PROTECTED]
Status: Ken +1, Jim +1
Gregory Lundberg says it's legally invalid
  + Alexei disagrees, citing past practice and investigation
   
   * Martin's [PATCH] 36kB: Make apache compile  run on an EBCDIC mainframe
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-07 Thread coar
coar98/01/07 09:04:02

  Modified:.STATUS
  Log:
Note application of copyright year update.
  
  Revision  ChangesPath
  1.56  +1 -6  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- STATUS1998/01/07 13:52:03 1.55
  +++ STATUS1998/01/07 17:04:02 1.56
  @@ -69,6 +69,7 @@
   * [PATCH] mod_digest/1599: proxy authentication using the digest auth
 scheme never succeeds (fwd)
   * Paul's [PATCH] a bundle of multithreading changes
  +* Ken's [PATCH] for copyright year update
   
   Available Patches:
   
  @@ -94,12 +95,6 @@
   * Brian Havard's [Patch] OS/2 - fix up shut down
[EMAIL PROTECTED]
Status: Dean +1
  -
  -* Ken's [PATCH] for copyright year update
  - [EMAIL PROTECTED]
  - Status: Ken +1, Jim +1, Martin +1
  - Gregory Lundberg says it's legally invalid
  - Alexei disagrees, citing past practice and investigation
   
   * Martin's [PATCH] 36kB: Make apache compile  run on an EBCDIC mainframe
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-07 Thread dgaudet
dgaudet 98/01/07 14:26:49

  Modified:.STATUS
  Log:
  is_only_below
  
  Revision  ChangesPath
  1.58  +2 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- STATUS1998/01/07 22:24:36 1.57
  +++ STATUS1998/01/07 22:26:49 1.58
  @@ -163,6 +163,8 @@
   * Dean's locale project
See [EMAIL PROTECTED]
Status: Jim'll look into it
  +
  +* os_ abstract is_only_below() in mod_include.c
   
   Closed issues:
   
  
  
  


cvs commit: apachen STATUS

1998-01-06 Thread dgaudet
dgaudet 98/01/06 14:19:59

  Modified:.STATUS
  Log:
  update
  
  Revision  ChangesPath
  1.50  +4 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- STATUS1998/01/05 18:45:54 1.49
  +++ STATUS1998/01/06 22:19:58 1.50
  @@ -70,6 +70,10 @@
   
   Available Patches:
   
  +* Dean's [PATCH] yet another slow function
  +[EMAIL PROTECTED]
  + Status: Dean +1
  +
   * Doug's httpd -MApache::httpd_conf
[EMAIL PROTECTED]
Status: Doug +1, Randy +1, Dean would really prefer Ben's proposal
  
  
  


cvs commit: apachen STATUS

1998-01-05 Thread dgaudet
dgaudet 98/01/05 10:45:55

  Modified:.STATUS
  Log:
  update
  
  Revision  ChangesPath
  1.49  +13 -0 apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- STATUS1998/01/05 08:47:10 1.48
  +++ STATUS1998/01/05 18:45:54 1.49
  @@ -70,6 +70,19 @@
   
   Available Patches:
   
  +* Doug's httpd -MApache::httpd_conf
  + [EMAIL PROTECTED]
  + Status: Doug +1, Randy +1, Dean would really prefer Ben's proposal
  + of httpd -M config file directive if it works.
  +
  +* Martin's [PATCH] Location  within .htaccess?
  + [EMAIL PROTECTED]
  + Status: Martin +1
  +
  +* Brian Havard's [Patch] OS/2 - fix up shut down
  + [EMAIL PROTECTED]
  + Status: Dean +1
  +
   * Ken's [PATCH] for copyright year update
[EMAIL PROTECTED]
Status: Ken +1, Jim +1
  
  
  


cvs commit: apachen STATUS

1998-01-02 Thread coar
coar98/01/02 09:03:16

  Modified:.STATUS
  Log:
Add notice of the patch to update the copyright years.
  
  Revision  ChangesPath
  1.44  +5 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- STATUS1998/01/02 13:58:44 1.43
  +++ STATUS1998/01/02 17:03:16 1.44
  @@ -66,6 +66,11 @@
   
   Available Patches:
   
  +* Ken's [PATCH] for copyright year update
  + [EMAIL PROTECTED]
  + Status: Ken +1, Jim +1
  + Gregory Lundberg says it's legally invalid
  +
   * [PATCH] mod_digest/1599: proxy authentication using the digest auth
 scheme never succeeds (fwd)
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1998-01-02 Thread pcs
pcs 98/01/02 05:58:45

  Modified:.STATUS
  Log:
  This has already been committed
  
  Revision  ChangesPath
  1.43  +1 -4  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- STATUS1997/12/30 19:03:14 1.42
  +++ STATUS1998/01/02 13:58:44 1.43
  @@ -62,6 +62,7 @@
   * Ken's [PATCH] for PR#1195 ( in realm names)
   * Jim's [PATCH] ap_cpystrn() function (replace strncpy) Take II
   * Dean's [PATCH] 1.3: DoS attack
  +* Paul/Ben's [PATCH] 1.3: spaces in NT spawn* arguments
   
   Available Patches:
   
  @@ -97,10 +98,6 @@
   * M.D.Parker's [PATCH] mod_status/1448: Status Information have version
[EMAIL PROTECTED]
Status: Dean +1, Martin +1, Alexei -1 (shared lib concerns)
  -
  -* Paul's [PATCH] NT: spaces in argv[]
  - [EMAIL PROTECTED]
  - Status: Paul +1, Ben +1
   
   * Roy's [PATCH] protocol/1399: failing to read body
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1997-12-30 Thread dgaudet
dgaudet 97/12/30 10:43:06

  Modified:.STATUS
  Log:
  foo
  
  Revision  ChangesPath
  1.41  +4 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- STATUS1997/12/30 15:10:39 1.40
  +++ STATUS1997/12/30 18:43:05 1.41
  @@ -64,6 +64,10 @@
   
   Available Patches:
   
  +* Dean's [PATCH] 1.3: DoS attack
  + [EMAIL PROTECTED]
  + Status: Dean +1
  +
   * [PATCH] mod_digest/1599: proxy authentication using the digest auth
 scheme never succeeds (fwd)
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1997-12-29 Thread coar
coar97/12/29 07:09:48

  Modified:.STATUS
  Log:
Some rearrangement, format changes, and a new issue.
  
  Revision  ChangesPath
  1.39  +31 -24apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- STATUS1997/12/28 04:50:57 1.38
  +++ STATUS1997/12/29 15:09:47 1.39
  @@ -131,18 +131,28 @@
   Concepts:
   
  * Jim's [CONCEPT] platform.h header file. Instead of lumping
  - all OS stuff in conf.h, create a ./platforms/ sub-dir
  - and have Configure copy and modify platform.h as needed.
  + all OS stuff in conf.h, create a ./platforms/ sub-dir
  + and have Configure copy and modify platform.h as needed.
[EMAIL PROTECTED]
   
   In progress:
   
   * Martin Kraemer's [PATCH] Parsing URI into its components 
  - This has evolved into a new module: util_uri. Martin
  - will post when it's at a state where he's happy with it.
  +  This has evolved into a new module: util_uri. Martin
  +  will post when it's at a state where he's happy with it.
  +  Ken would like to see it in libap instead of libmain.
   
   * Ben's ASP work... All agree it sounds cool.
  -
  +
  +* DDA's adding a tray application to the Windoze version for ease of
  +  status/management.
  + [EMAIL PROTECTED]
  + [EMAIL PROTECTED]
  + Status: Ken +1, Sameer +1, Martin +1, Ben +1 (as long as
  + we get a single executable)
  + Paul: No like Win95 specific stuff
  + Ken: What's W95-specific about it?
  +
   Needs patch:
   
   * Dean's locale project
  @@ -158,8 +168,8 @@
   Open issues:
   
   * Paul would like to see a 'gdbm' option because he uses
  - it a lot. Dean notes that 'gdbm' include 'db' support
  - so we need to watch the library ordering.
  +  it a lot. Dean notes that 'gdbm' include 'db' support
  +  so we need to watch the library ordering.
   
Dean notes:  Check rev 1.72 - rev 1.73 of
src/Configuration.tmpl.  I re-ordered mod_auth_dbm and
  @@ -168,23 +178,25 @@
troubles if I automatically looked for gdbm.
   
   * What do we call the binary: apache or httpd? Under UNIX
  - it's httpd, under Win32 it's apache. Maybe rename it
  - to apache-httpd?
  +  it's httpd, under Win32 it's apache. Maybe rename it
  +  to apache-httpd?
  + apache-httpd: Ken +1
   
   * Maybe a http_paths.h file? See
[EMAIL PROTECTED]
   
   * Release builds: Should we provide Configuration or not?
  - Should we 'make all suexec' in src/support?
  - 
  +  Should we 'make all suexec' in src/support?
  + Ken +1 (possible suexec path issue, though)
  +
   * root's environment is inherited by the Apache server. Jim, Ken 
  - Dean thinks we should recommend using 'env' to build the
  - appropriate environment. Marc and Alexei don't see any
  - big deal.
  +  Dean thinks we should recommend using 'env' to build the
  +  appropriate environment. Marc and Alexei don't see any
  +  big deal.
   
   * Ken suggests that new check_cmd_context() and related defines
  - should be non-static and in util_* so modules can use 'em.  (He
  - didn't notice this flaw during the review.)
  +  should be non-static and in util_* so modules can use 'em.  (He
  +  didn't notice this flaw during the review.)
   
   * Sameer's mod_so implemetation
See [EMAIL PROTECTED]
  @@ -200,14 +212,9 @@
   * Marc's socket options like source routing (kill them?)
Marc, Dean, Martin say Yes
   
  -* DDA's adding a tray application to the Windoze version for ease of
  -  status/management.
  - [EMAIL PROTECTED]
  - [EMAIL PROTECTED]
  - Status: Ken +1, Sameer +1, Martin +1, Ben +1 (as long as
  - we get a single executable)
  - Paul: No like Win95 specific stuff
  -
   * Marc's [BUG] include virtual and SCRIPT_NAME w/path_info
[EMAIL PROTECTED]
   
  +* 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?
  
  
  


cvs commit: apachen STATUS

1997-12-26 Thread dgaudet
dgaudet 97/12/26 15:36:27

  Modified:.STATUS
  Log:
  foo
  
  Revision  ChangesPath
  1.36  +8 -2  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- STATUS1997/12/26 23:25:43 1.35
  +++ STATUS1997/12/26 23:36:26 1.36
  @@ -63,7 +63,7 @@
   
   * Jim's [PATCH] ap_cpystrn() function (replace strncpy) Take II
[EMAIL PROTECTED]
  - Status: Jim +1, Dirk +1, Marc wants to think about the name
  + Status: Jim +1, Dirk +1, Marc wants to think about the name, Dean +1
   
   * [PATCH] mod_digest/1599: proxy authentication using the digest auth 
scheme never succeeds (fwd)
[EMAIL PROTECTED]
  @@ -88,7 +88,7 @@
   * Marc's [PATCH] PR#1543: suexec logging exec failures
[EMAIL PROTECTED]
Status: Marc +1, Dean +1, Jim +1, Martin +1
  - 
  +
   * Ben Hyde's [PATCH] WIN32 deserves a pid log file
[EMAIL PROTECTED]
Status: Jim +1
  @@ -154,6 +154,12 @@
   * Paul would like to see a 'gdbm' option because he uses
it a lot. Dean notes that 'gdbm' include 'db' support
so we need to watch the library ordering.
  +
  + Dean notes:  Check rev 1.72 - rev 1.73 of
  + src/Configuration.tmpl.  I re-ordered mod_auth_dbm and
  + mod_auth_db at this time, and I'm pretty sure it was to
  + deal with this issue.  But I think I still ran into
  + troubles if I automatically looked for gdbm.
   
   * What do we call the binary: apache or httpd? Under UNIX
it's httpd, under Win32 it's apache. Maybe rename it
  
  
  


cvs commit: apachen STATUS

1997-12-24 Thread coar
coar97/12/23 16:54:22

  Modified:.STATUS
  Log:
Add the record of the patch to move ap_snprintf() to libap.
  
  Revision  ChangesPath
  1.23  +4 -5  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- STATUS1997/12/23 23:03:37 1.22
  +++ STATUS1997/12/24 00:54:21 1.23
  @@ -55,6 +55,10 @@
   
   Available:
   
  +* Jim's/Ken's move of main/util_snprintf.c to ap/ap_snprintf.c
  + [EMAIL PROTECTED]
  + Status: Ken +1, Jim +1 (concept), Dean +1 (concept)
  +
   * Dean's [PATCH] Re: [BUGFIXES] Wrong GID for PID file and UMASK for logs
[EMAIL PROTECTED]
Status: Dean +1, Martin +1
  @@ -141,11 +145,6 @@
   * Ben's ASP work... All agree it sounds cool.
   
   Needs patch:
  -
  -* Jim's/Ken's move of main/util_snprintf.c to ap/ap_snprintf.c
  - [EMAIL PROTECTED]
  - (Concept only)
  - Status: Jim +1, Ken +1, Dean +1
   
   * Dean's locale project
See [EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1997-12-24 Thread jim
jim 97/12/23 17:20:01

  Modified:.STATUS
  Log:
  No longer on concept
  
  Revision  ChangesPath
  1.24  +1 -1  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- STATUS1997/12/24 00:54:21 1.23
  +++ STATUS1997/12/24 01:20:00 1.24
  @@ -57,7 +57,7 @@
   
   * Jim's/Ken's move of main/util_snprintf.c to ap/ap_snprintf.c
[EMAIL PROTECTED]
  - Status: Ken +1, Jim +1 (concept), Dean +1 (concept)
  + Status: Ken +1, Jim +1, Dean +1 (concept)
   
   * Dean's [PATCH] Re: [BUGFIXES] Wrong GID for PID file and UMASK for logs
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1997-12-24 Thread coar
coar97/12/24 08:43:15

  Modified:.STATUS
  Log:
Add the PR#1195 fix patch to the list.
  
  Revision  ChangesPath
  1.26  +4 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- STATUS1997/12/24 04:36:10 1.25
  +++ STATUS1997/12/24 16:43:14 1.26
  @@ -56,6 +56,10 @@
   
   Available:
   
  +* Ken's [PATCH] for PR#1195 ( in realm names)
  + [EMAIL PROTECTED]
  + Status: Ken +1
  +
   * Dean's [PATCH] Re: [BUGFIXES] Wrong GID for PID file and UMASK for logs
[EMAIL PROTECTED]
Status: Dean +1, Martin +1
  
  
  


cvs commit: apachen STATUS

1997-12-24 Thread dgaudet
dgaudet 97/12/24 10:32:27

  Modified:.STATUS
  Log:
  vote
  
  Revision  ChangesPath
  1.27  +1 -1  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- STATUS1997/12/24 16:43:14 1.26
  +++ STATUS1997/12/24 18:32:26 1.27
  @@ -58,7 +58,7 @@
   
   * Ken's [PATCH] for PR#1195 ( in realm names)
[EMAIL PROTECTED]
  - Status: Ken +1
  + Status: Ken +1, Dean +1
   
   * Dean's [PATCH] Re: [BUGFIXES] Wrong GID for PID file and UMASK for logs
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1997-12-23 Thread dgaudet
dgaudet 97/12/22 17:51:28

  Modified:.STATUS
  Log:
  two patches I posted today
  
  Revision  ChangesPath
  1.17  +8 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- STATUS1997/12/23 01:49:58 1.16
  +++ STATUS1997/12/23 01:51:26 1.17
  @@ -52,6 +52,14 @@
   
   Available:
   
  +* Dean's [PATCH] more useful warning message for fcntl() lock failure
  + [EMAIL PROTECTED]
  + Status: Dean +1, Jim +1
  +
  +* Dean's [PATCH] ap_snprintf should be more sane (fwd)
  + [EMAIL PROTECTED]
  + Status: Dean +1, Jim +1
  +
   * Igor Tatarinov's Re: A tiny correction and a question on writev_it_all
[EMAIL PROTECTED]
Status: Dean +1, Jim +1
  
  
  


cvs commit: apachen STATUS

1997-12-23 Thread coar
coar97/12/23 11:55:55

  Modified:.STATUS
  Log:
Update some votes on patches..
  
  Revision  ChangesPath
  1.19  +3 -3  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- STATUS1997/12/23 02:03:51 1.18
  +++ STATUS1997/12/23 19:55:54 1.19
  @@ -55,11 +55,11 @@
   
   * Dean's [PATCH] more useful warning message for fcntl() lock failure
[EMAIL PROTECTED]
  - Status: Dean +1, Jim +1
  + Status: Dean +1, Jim +1, Ken +1
   
   * Dean's [PATCH] ap_snprintf should be more sane (fwd)
[EMAIL PROTECTED]
  - Status: Dean +1, Jim +1
  + Status: Dean +1, Jim +1, Ken +1
   
   * Dean's [PATCH] Re: [BUGFIXES] Wrong GID for PID file and UMASK for logs
[EMAIL PROTECTED]
  @@ -67,7 +67,7 @@
   
   * Dean's [PATCH] fix Rasmus' chunking error
[EMAIL PROTECTED]
  - Status: Dean +1
  + Status: Dean +1, Rasmus +1
   
   * Dean's [PATCH] mod_status cleanups
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1997-12-23 Thread coar
coar97/12/23 15:03:38

  Modified:.STATUS
  Log:
Record the ap_snprintf() move concept discussion.
  
  Revision  ChangesPath
  1.22  +5 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- STATUS1997/12/23 20:36:15 1.21
  +++ STATUS1997/12/23 23:03:37 1.22
  @@ -142,6 +142,11 @@
   
   Needs patch:
   
  +* Jim's/Ken's move of main/util_snprintf.c to ap/ap_snprintf.c
  + [EMAIL PROTECTED]
  + (Concept only)
  + Status: Jim +1, Ken +1, Dean +1
  +
   * Dean's locale project
See [EMAIL PROTECTED]
Status: Jim'll look into it
  
  
  


cvs commit: apachen STATUS

1997-12-21 Thread dgaudet
dgaudet 97/12/20 16:05:21

  Modified:.STATUS
  Log:
  yadda
  
  Revision  ChangesPath
  1.8   +8 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- STATUS1997/12/20 23:55:35 1.7
  +++ STATUS1997/12/21 00:05:20 1.8
  @@ -46,6 +46,14 @@
   
   Available:
   
  +* Igor Tatarinov's Re: A tiny correction and a question on writev_it_all
  + [EMAIL PROTECTED]
  + Status: Dean +1
  +
  +* Dean's [PATCH] util_date.c needless reinitialization
  + [EMAIL PROTECTED]
  + Status: Dean +1
  +
   * Dean's [PATCH] Re: [BUGFIXES] Wrong GID for PID file and UMASK for logs
[EMAIL PROTECTED]
Status: Dean +1
  
  
  


cvs commit: apachen STATUS

1997-12-21 Thread brian
brian   97/12/20 21:31:43

  Modified:.STATUS
  Log:
  
  
  Revision  ChangesPath
  1.12  +2 -2  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- STATUS1997/12/21 01:58:46 1.11
  +++ STATUS1997/12/21 05:31:42 1.12
  @@ -74,7 +74,7 @@
   
   * Dean's [PATCH] mod_info minor cleanups (take 2)
[EMAIL PROTECTED]
  - Status: Dean +1
  + Status: Dean +1, Brian +1
   
   * Martin's [PATCH] 36kB: Make apache compile  run on an EBCDIC mainframe
[EMAIL PROTECTED]
  @@ -82,7 +82,7 @@
   
   * Dean's [PATCH] Re: problem with a .gif and v2.1.4
[EMAIL PROTECTED]
  - Status: Dean +1, Jim +1
  + Status: Dean +1, Jim +1, Brian +1
   
   * Martin's [PATCH] Gimme a break!
[EMAIL PROTECTED]
  
  
  


cvs commit: apachen STATUS

1997-12-20 Thread jim
jim 97/12/20 07:31:26

  Added:   .STATUS
  Log:
  Add the STATUS file to the CVS tree
  
  Revision  ChangesPath
  1.1  apachen/STATUS
  
  Index: STATUS
  ===
  Apache STATUS:
  
  Release:
  
  2.0  : In pre-alpha development
see: http://www.arctic.org/~dgaudet/apache/2.0/process-model
  1.3b4: In development, maybe a release at the start of Jan 98?
  1.3b3: Released and announced
  1.3b1: There is no 1.3b1
  
  Plan:
  
  Showstoppers:
  
  Committed:
  
  * Ben Hyde's [PATCH] fix mmap error conditions again
  * [PATCH] Fix problems with timeouts in inetd mode and -X mode
  * Marc's [PATCH] fix strtoul
  * Alexei's [PATCH/Win32] Remove main() from ApacheCore.dll
  * Ben's [PATCH] Only lowercase real path
  * Ben Hyde's [PATCH] general/1387: scoreboard_image memory allocation
  * Martin's [PATCH] [FEATURE] Clickable Path Components in ftp dir header
  * Martin's [FIX] Deleted redundant pstrndup() call which slipped in
  * Martin's [PATCH] add |APLOG_NOERRNO to proxy log messages
  * Ken's [PATCH] for #1479, #1480
  * Dean's [PATCH] fail gracefully if cd fails
  * Dean's [PATCH] Re: general/1491: mmap_handler error_log entry
  * Marc's [PATCH] FreeBSD 2.2+ can use SAFE_UNSERIALIZED_ACCEPT
  * Ken's [PATCH] Configure be more verbose when it can't find
Configuration
  * Paul's [PATCH] Proper reporting of Win32 errors
  * Ben's [PATCH] WIN32: Allow spaces to prefix the interpreter in #! lines
  * Ben's [PATCH] PR#1511 Make set_file_slot() use os_is_path_absolute()
  * [PATCH] for PR#1523: Cure filehandle leak in Win32 CGI
  * Igor Tatarinov's [PATCH] pthread_mutex_ functions do not set errno
  * Dean's [PATCH] PR#1319: RedirectMatch gone / causes SIGSEGV
  * Lars' [Patch] PR#1512 typo in mod_alias.html
  * Dean's [PATCH] PR#1542 Better glibc support for linux
  * Dean's [PATCH] mod_mime_magic small bug fixes
  * Ben Hyde's [PATCH] Let CVS ignore MSDev's ApacheOS[DR] directories
  
  Available:
  
  * Dean's [PATCH] mod_status cleanups
[EMAIL PROTECTED]
Status: Dean +1, Jim +1
  
  * Brian Havard's [PATCH] mod_mime_magic and OS/2
[EMAIL PROTECTED]
Status: Dean +1, Jim +1
  
  * Dean's [PATCH] child_timeout not correctly defined
[EMAIL PROTECTED]
Status: Jim +1, Dean +1
  
  * Dean's [PATCH] mod_negotiation small bug fix
[EMAIL PROTECTED]
Status: Dean +1, Jim +1
  
  * Dean's [PATCH] mod_info minor cleanups (take 2)
[EMAIL PROTECTED]
Status: Dean +1
  
  * Igor Tatarinov's [PATCH] usage patch (-V)
[EMAIL PROTECTED]
Dean +1
  
  * Martin's [PATCH] 36kB: Make apache compile  run on an EBCDIC mainframe
[EMAIL PROTECTED]
Status: Martin +1
  
  * Dean's [PATCH] Re: problem with a .gif and v2.1.4
[EMAIL PROTECTED]
Status: Dean +1, Jim +1
  
  * Dean's [PATCH] Re: mod_cern_meta/1500: mod_cern_meta corrupts memory 
pool
[EMAIL PROTECTED]
Status: Dean +1, Jim +1
  
  * Martin's [PATCH] Gimme a break!
[EMAIL PROTECTED]
Status: Martin +1, Jim +1, Dean +1
  
  * Ben Hyde's [PATCH] Serialize the update to pool.sub_* in destroy_pool
(take 2)
[EMAIL PROTECTED]
Status: Dean +1, Jim +1
  
  * Ben Hyde's [PATCH] Finish suite of mutex ops for non-threaded platforms
[EMAIL PROTECTED]
Status: Jim +1, Dean +1
  
  * Dean's [PATCH] Re: mod_cern_meta/1500: mod_cern_meta corrupts memory 
pool
[EMAIL PROTECTED]
Status: Dean +1
  
  * Ken's stage 2 of moving ap_*() to src/ap (ap_slack() move)
[EMAIL PROTECTED]
Status: Ken +1, Dean +1, Jim +1
  
  * Dean's [PATCH] child_timeouts set wrong
[EMAIL PROTECTED]
Status: Jim +1, Dean +1
  
  * Marc's [PATCH] PR#1543: suexec logging exec failures
[EMAIL PROTECTED]
Status: Marc +1, Dean +1, Jim +1, Martin +1

  * Ben Hyde's [PATCH] WIN32 deserves a pid log file
[EMAIL PROTECTED]
Status: Jim +1
  
  * Paul's [PATCH] a bundle of multithreading changes
[EMAIL PROTECTED]
Status: Paul +1, Dean +1 (untested), Ben +1 (untested)
  
  * M.D.Parker's [PATCH] mod_status/1448: Status Information have version
[EMAIL PROTECTED]
Status: Dean +1, Martin +1, Alexei -1 (shared lib concerns)
  
  * Paul's [PATCH] NT: spaces in argv[]
[EMAIL PROTECTED]
Status: Paul +1, Ben +1
  
  * Roy's [PATCH] protocol/1399: failing to read body
[EMAIL PROTECTED]
Status: Roy +1,
  
  * Paul Eggert's [PATCH] suexec/1343: year-2000 bug in suexec log
[EMAIL PROTECTED]
Status: Martin +1, Marc +1, Dean (Wants something more common), 
 Roy +1
  
  

cvs commit: apachen STATUS

1997-12-20 Thread dgaudet
dgaudet 97/12/20 15:45:34

  Modified:.STATUS
  Log:
  updates
  
  Revision  ChangesPath
  1.6   +6 -16 apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- STATUS1997/12/20 23:17:52 1.5
  +++ STATUS1997/12/20 23:45:34 1.6
  @@ -40,9 +40,14 @@
   * Dean's [PATCH] mod_mime_magic small bug fixes
   * Ben Hyde's [PATCH] Let CVS ignore MSDev's ApacheOS[DR] directories
   * Dean's [PATCH] mod_negotiation small bug fix
  +* Ken's stage 2 of moving ap_*() to src/ap (ap_slack() move)
   
   Available:
   
  +* Dean's [PATCH] Re: [BUGFIXES] Wrong GID for PID file and UMASK for logs
  + [EMAIL PROTECTED]
  + Status: Dean +1
  +
   * Dean's [PATCH] two bugs in mod_autoindex
[EMAIL PROTECTED]
Status: Dean +1, Randy +1
  @@ -77,16 +82,12 @@
   
   * Martin's [PATCH] 36kB: Make apache compile  run on an EBCDIC mainframe
[EMAIL PROTECTED]
  - Status: Martin +1
  + Status: Martin +1, Dean +1
   
   * Dean's [PATCH] Re: problem with a .gif and v2.1.4
[EMAIL PROTECTED]
Status: Dean +1, Jim +1
   
  -* Dean's [PATCH] Re: mod_cern_meta/1500: mod_cern_meta corrupts memory 
pool
  - [EMAIL PROTECTED]
  - Status: Dean +1, Jim +1
  -
   * Martin's [PATCH] Gimme a break!
[EMAIL PROTECTED]
Status: Martin +1, Jim +1, Dean +1
  @@ -100,14 +101,6 @@
[EMAIL PROTECTED]
Status: Jim +1, Dean +1
   
  -* Dean's [PATCH] Re: mod_cern_meta/1500: mod_cern_meta corrupts memory 
pool
  - [EMAIL PROTECTED]
  - Status: Dean +1
  -
  -* Ken's stage 2 of moving ap_*() to src/ap (ap_slack() move)
  - [EMAIL PROTECTED]
  - Status: Ken +1, Dean +1, Jim +1
  -
   * Dean's [PATCH] child_timeouts set wrong
[EMAIL PROTECTED]
Status: Jim +1, Dean +1
  @@ -191,9 +184,6 @@
   
   * Release builds: Should we provide Configuration or not?
Should we 'make all suexec' in src/support?
  -
  -* Apache's 'pid' file is created under the UID/GID that Apache
  - switches to. Dean thinks this should be fixed. Ken too.

   * root's environment is inherited by the Apache server. Jim, Ken 
Dean thinks we should recommend using 'env' to build the