cvs commit: apache-1.3/src/helpers GuessOS

1998-10-04 Thread marc
marc98/10/03 22:45:56

  Modified:src/helpers GuessOS
  Log:
  Words with spaces have to be quoted.
  
  Revision  ChangesPath
  1.50  +1 -1  apache-1.3/src/helpers/GuessOS
  
  Index: GuessOS
  ===
  RCS file: /export/home/cvs/apache-1.3/src/helpers/GuessOS,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- GuessOS   1998/10/03 19:28:19 1.49
  +++ GuessOS   1998/10/04 05:45:55 1.50
  @@ -252,7 +252,7 @@
echo pyramid-pyramid-svr4; exit 0;
;;
   
  -*:*:*:DRS 6000)
  +*:*:*:DRS 6000)
   echo drs6000-whatever-whatever; exit 0;
;;
   esac
  
  
  


cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-10-04 Thread marc
marc98/10/03 23:13:19

  Modified:src  CHANGES
   src/modules/standard mod_autoindex.c
  Log:
  Fix mod_autoindex bug where directories got a size of 0k instead
  of -.  This was introduced by a bogus cleanup in rev 1.31; -1 was
  changed to 0 to avoid storing -1 in a size_t, when the correct fix is
  to change the size_t to an off_t.
  
  Submitter's patch modified for correctness.
  
  PR: 3130
  Submitted by: Martin Plechsmid [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.1099+4 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1098
  retrieving revision 1.1099
  diff -u -r1.1098 -r1.1099
  --- CHANGES   1998/10/03 19:28:16 1.1098
  +++ CHANGES   1998/10/04 06:13:16 1.1099
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.3
   
  +  *) Fix mod_autoindex bug where directories got a size of 0k instead
  + of -.  [Martin Plechsmid [EMAIL PROTECTED], Marc Slemko]
  + PR#3130
  +
 *) PORT: DRS 6000 machine. [Paul Debleecker [EMAIL PROTECTED]]
   
 *) Add the server signature text (from the core ServerSignature directive)
  
  
  
  1.96  +3 -3  apache-1.3/src/modules/standard/mod_autoindex.c
  
  Index: mod_autoindex.c
  ===
  RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_autoindex.c,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -r1.95 -r1.96
  --- mod_autoindex.c   1998/10/02 21:35:38 1.95
  +++ mod_autoindex.c   1998/10/04 06:13:18 1.96
  @@ -569,7 +569,7 @@
   char *icon;
   char *alt;
   char *desc;
  -size_t size;
  +off_t size;
   time_t lm;
   struct ent *next;
   int ascending;
  @@ -859,7 +859,7 @@
   
   p = (struct ent *) ap_pcalloc(r-pool, sizeof(struct ent));
   p-name = ap_pstrdup(r-pool, name);
  -p-size = 0;
  +p-size = -1;
   p-icon = NULL;
   p-alt = NULL;
   p-desc = NULL;
  @@ -879,7 +879,7 @@
if (!(p-alt = find_alt(d, rr, 1))) {
p-alt = DIR;
}
  - p-size = 0;
  + p-size = -1;
p-name = ap_pstrcat(r-pool, name, /, NULL);
}
else {
  
  
  


cvs commit: apache-site/images SWTopFame.gif

1998-10-04 Thread coar
coar98/10/04 09:37:54

  Modified:.awards.html in_the_news.html index.html
  Added:   images   SWTopFame.gif
  Log:
The brag sheet is finally ready, so let's link it in and brag!
  
  Revision  ChangesPath
  1.4   +89 -16apache-site/awards.html
  
  Index: awards.html
  ===
  RCS file: /export/home/cvs/apache-site/awards.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- awards.html   1998/06/25 15:28:58 1.3
  +++ awards.html   1998/10/04 16:37:52 1.4
  @@ -18,35 +18,108 @@
HR
TABLE BORDER=1 WIDTH=95%
 TR ALIGN=CENTER
  -   TDA HREF=http://newmedia.com/NewMedia/98/03/feature/web.html;
  -   IMG 
SRC=http://newmedia.com/NewMedia/98/03/feature/images/award.gif;
  - BORDER=0 ALT=NewMedia Hyper Award Winner! HEIGHT=74 WIDTH=80/A
  +   TDA HREF=http://serverwatch.internet.com/halloffame.html;
  +   IMG SRC=images/SWTopFame.gif BORDER=0 HEIGHT=115 WIDTH=115
  + ALT=ServerWatch Hall of Fame 1998 Winner!/A  
  /TD
  TDA HREF=http://serverwatch.internet.com/;
  IMG SRC=images/SWshowcase.gif BORDER=0 HEIGHT=83 WIDTH=190
ALT=ServerWatch Server Showcase Winner!/A
  +   /TD
  +   TDA HREF=http://newmedia.com/NewMedia/98/03/feature/web.html;
  +   IMG 
SRC=http://newmedia.com/NewMedia/98/03/feature/images/award.gif;
  + BORDER=0 ALT=NewMedia Hyper Award Winner! HEIGHT=74 WIDTH=80/A
  /TD
  -   TDCITENetwork Magazine/CITE
  -BR
  -1998 Product of the Year
  -BR
  -(A 
HREF=http://www.networkmagazine.com/magazine/archive/1998/04/9804poy.htm#Web_Server;
  - Web Server/A)
  +  /TR
  +  TR ALIGN=CENTER
  +   TD COLSPAN=3
  +H3
  + CITENetwork Magazine/CITE
  + BR
  + 1998 Product of the Year
  + BR
  + (A 
HREF=http://www.networkmagazine.com/magazine/archive/1998/04/9804poy.htm#Web_Server;
  +  Web Server/A)
  +/H3
  /TD
 /TR
 TR ALIGN=CENTER
  -   TD COLSPAN=3CITEC|Net/CITE
  -BR
  -Award for Internet Excellence
  -BR
  -(A 
HREF=http://www.cnet.com/Content/Reviews/Special/Iawards98/ss02.html;
  - Web server software/A)
  +   TD COLSPAN=3
  +H3
  + CITEC|Net/CITE
  + BR
  + Award for Internet Excellence
  + BR
  + (A 
HREF=http://www.cnet.com/Content/Reviews/Special/Iawards98/ss02.html;
  +  Web server software/A)
  + /H3
  /TD
 /TR
/TABLE
   /DIV
  +HR
  +H2A HREF=http://serverwatch.internet.com/halloffame.html;
  +CITEServerWatch/CITE 1998 Hall of Fame/A/H2
  +BLOCKQUOTE
  + CITE
  +  Apache remains the king of web servers despite intense efforts by
  +  Microsoft and Netscape to gain dominance in the market.
  +  In fact, the latest Netcraft surveys indicate that the freeware
  +  Apache is widening its lead over the rest of the field. Apache
  +  users have come to rely on the server's rock-solid reliability,
  +  outstanding performance, and rich set of features.
  + /CITE
  +/BLOCKQUOTE
  +H2A HREF=http://serverwatch.internet.com/;
  +CITEServerWatch/CITE Server Showcase/A/H2
  +BLOCKQUOTE
  + CITE
  +  ... Apache 1.3.0 has been selected as this week's [17 June 1998] Server
  +  Showcase. ... While only the best servers are even reviewed by
  +  ServerWatch, only the very best of the best are honored with the
  +  Server Showcase award.
  + /CITE
  +/BLOCKQUOTE
  +H2A HREF=http://newmedia.com/NewMedia/98/03/feature/web.html;
  +CITENewMedia Magazine/CITE 1998 Hyper Award/A/H2
  +BLOCKQUOTE
  + CITE
  +  This public domain server is continually being updated by a volunteer
  +  force of developers and is one of the fastest and most stable available
  +  for UNIX servers. To let programmers get right to the root of tough
  +  problems, it ships with source code. With sites like Yahoo running
  +  Apache, its scalability is unquestionable. The price is certainly right,
  +  and since it's been recently ported to Windows NT, the Apache fan
  +  club can only get bigger.
  + /CITE
  +/BLOCKQUOTE
  +H2A 
HREF=http://www.networkmagazine.com/magazine/archive/1998/04/9804poy.htm#Web_Server;
  +CITENetwork Magazine/CITE 1998 Product of the Year/A
  +(A HREF=http://www.networkmagazine.com/member/;
  + Membership/A required)/H2
  +BLOCKQUOTE
  + CITE
  +  ... There seemed to be a forgone conclusion that the proliferation of
  +  server choices would quickly narrow itself to one or two from the heavy
  +  hitters. ...  The free Apache Web Server has confounded nearly every
  +  pundit's projection since it was introduced in December 1995. ...
  +  The result? A robust, stable, extremely inexpensive,and constantly
  +  upgraded product that dominated the web server market a year after
  +  its introduction and which continues that domination to this day.
  + /CITE
  +/BLOCKQUOTE
  +H2A 

cvs commit: apache-1.3/src CHANGES

1998-10-04 Thread marc
marc98/10/04 12:05:15

  Modified:src  CHANGES
  Log:
  Style cleanup.
  
  Revision  ChangesPath
  1.1100+6 -5  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1099
  retrieving revision 1.1100
  diff -u -r1.1099 -r1.1100
  --- CHANGES   1998/10/04 06:13:16 1.1099
  +++ CHANGES   1998/10/04 19:05:13 1.1100
  @@ -19,9 +19,10 @@
[Dave Dykstra [EMAIL PROTECTED]] PR#3055
   
 *) Fix `require ...' directive parsing in mod_auth, mod_auth_dbm and
  - mod_auth_db by using ap_getword_white() (which uses ap_isspace()) 
instead of
  - ap_getword(..., ' ') (which parses only according to spaces but not 
tabs).
  - [James Morris [EMAIL PROTECTED], Ralf S. Engelschall] PR#3105
  + mod_auth_db by using ap_getword_white() (which uses ap_isspace()) 
  + instead of ap_getword(..., ' ') (which parses only according to spaces 
  + but not tabs).  [James Morris [EMAIL PROTECTED], 
  + Ralf S. Engelschall] PR#3105
   
 *) Fix the SERVER_NAME variable under sub-request situations (where
`UseCanonicalName off' is used) like CGI's called from SSI pages or
  @@ -43,7 +44,7 @@
it is now taken care of properly by the header file tests.
[Wilfredo Sanchez [EMAIL PROTECTED]]
   
  -  *) Fix problem with scripts and finehandle inheritance on Win32.
  +  *) Fix problem with scripts and filehandle inheritance on Win32.
[Ken Parzygnat [EMAIL PROTECTED]]  PR#2884, 2910
   
 *) Win32 name canonicalisation could end up using the server's
  @@ -70,7 +71,7 @@
   
 *) The ap_pfopen and ap_pfdopen routines were failing to protect the
errno on an error, which leads to one error being mistaken for
  - another when reading non-existant .htaccess files.
  + another when reading non-existent .htaccess files.
[Jim Jagielski]
   
 *) OS/2: The new header tests get things right, need to update