cvs commit: apache-site/mirrors index.html mirrors.list

1998-03-19 Thread brian
brian   98/03/18 17:32:33

  Modified:mirrors  index.html mirrors.list
  Log:
  Added a mirror at DEC, fixed a broken link.
  
  Revision  ChangesPath
  1.27  +5 -1  apache-site/mirrors/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/mirrors/index.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- index.html1998/03/11 05:10:20 1.26
  +++ index.html1998/03/19 01:32:32 1.27
  @@ -227,6 +227,8 @@
   !-- [EMAIL PROTECTED] --
   A HREF=http://apache.raver.net/;us/A -
   !-- [EMAIL PROTECTED] --
  +A HREF=http://www3.service.digital.com/apache;us/A -
  +!-- [EMAIL PROTECTED] --
   A HREF=http://www.fon.bg.ac.yu/mirror/apache/;yu/A -
   !-- [EMAIL PROTECTED] --
   A HREF=http://apache.is.co.za/;za/A -
  @@ -378,7 +380,9 @@
   !--  --
   A HREF=ftp://apache.technomancer.com/mirrors/apache/dist/;us/A -
   !--  --
  -A HREF=ftp://ftp.raver.net/pub/ftp.apache.org/dist/x;us/A -
  +A HREF=ftp://ftp.raver.net/pub/ftp.apache.org/dist/;us/A -
  +!--  --
  +A HREF=ftp://www3.service.digital.com/apache/dist/;us/A -
   !--  --
   A HREF=ftp://ftp.is.co.za/internet/www/servers/apache/;za/A -
   !--  --
  
  
  
  1.40  +3 -1  apache-site/mirrors/mirrors.list
  
  Index: mirrors.list
  ===
  RCS file: /export/home/cvs/apache-site/mirrors/mirrors.list,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- mirrors.list  1998/03/11 05:10:20 1.39
  +++ mirrors.list  1998/03/19 01:32:32 1.40
  @@ -101,6 +101,7 @@
   http us  http://apache.mpl.net/  [EMAIL PROTECTED]
   http us  http://apache.plinet.com/   [EMAIL PROTECTED]
   http us  http://apache.raver.net/[EMAIL PROTECTED]
  +http us  http://www3.service.digital.com/apache  [EMAIL PROTECTED]
   http yu  http://www.fon.bg.ac.yu/mirror/apache/  [EMAIL PROTECTED]
   http za  http://apache.is.co.za/ [EMAIL PROTECTED]
   ftp  ar  ftp://ftp.infoap.com.ar/pub/apache/dist/
  @@ -174,6 +175,7 @@
   ftp  us  ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/
   ftp  us  ftp://ftp.connectnet.com/pub/www/apache/
   ftp  us  ftp://apache.technomancer.com/mirrors/apache/dist/
  -ftp  us  ftp://ftp.raver.net/pub/ftp.apache.org/dist/x
  +ftp  us  ftp://ftp.raver.net/pub/ftp.apache.org/dist/
  +ftp  us  ftp://www3.service.digital.com/apache/dist/
   ftp  za  ftp://ftp.is.co.za/internet/www/servers/apache/
   ftp  za  ftp://ftpza.co.za/mirrors/apache/
  
  
  


cvs commit: apache-site/mirrors mirrors.list index.html

1998-03-19 Thread brian
brian   98/03/18 18:53:15

  Modified:mirrors  mirrors.list index.html
  Log:
  I'll avoid making any pithy comments about pickiness, lest I make an
  error and thus cause someone to have to edit the CVS commit logs to
  correct it.
  
  Revision  ChangesPath
  1.41  +1 -1  apache-site/mirrors/mirrors.list
  
  Index: mirrors.list
  ===
  RCS file: /export/home/cvs/apache-site/mirrors/mirrors.list,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- mirrors.list  1998/03/19 01:32:32 1.40
  +++ mirrors.list  1998/03/19 02:53:13 1.41
  @@ -101,7 +101,7 @@
   http us  http://apache.mpl.net/  [EMAIL PROTECTED]
   http us  http://apache.plinet.com/   [EMAIL PROTECTED]
   http us  http://apache.raver.net/[EMAIL PROTECTED]
  -http us  http://www3.service.digital.com/apache  [EMAIL PROTECTED]
  +http us  http://www3.service.digital.com/apache/ [EMAIL PROTECTED]
   http yu  http://www.fon.bg.ac.yu/mirror/apache/  [EMAIL PROTECTED]
   http za  http://apache.is.co.za/ [EMAIL PROTECTED]
   ftp  ar  ftp://ftp.infoap.com.ar/pub/apache/dist/
  
  
  
  1.28  +1 -1  apache-site/mirrors/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/mirrors/index.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- index.html1998/03/19 01:32:32 1.27
  +++ index.html1998/03/19 02:53:14 1.28
  @@ -227,7 +227,7 @@
   !-- [EMAIL PROTECTED] --
   A HREF=http://apache.raver.net/;us/A -
   !-- [EMAIL PROTECTED] --
  -A HREF=http://www3.service.digital.com/apache;us/A -
  +A HREF=http://www3.service.digital.com/apache/;us/A -
   !-- [EMAIL PROTECTED] --
   A HREF=http://www.fon.bg.ac.yu/mirror/apache/;yu/A -
   !-- [EMAIL PROTECTED] --
  
  
  


cvs commit: apache-1.3/src/support ab.c htpasswd.c htdigest.c suexec.c

1998-03-19 Thread Ralf S. Engelschall
rse 98/03/19 01:56:45

  Modified:src/support ab.c htpasswd.c htdigest.c suexec.c
  Log:
  Also static stuff for the support files to make
  `gcc -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations'
  also happy for those sources.
  
  Revision  ChangesPath
  1.2   +11 -12apache-1.3/src/support/ab.c
  
  Index: ab.c
  ===
  RCS file: /export/home/cvs/apache-1.3/src/support/ab.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ab.c  1998/03/17 12:46:41 1.1
  +++ ab.c  1998/03/19 09:56:41 1.2
  @@ -183,7 +183,7 @@
   /* write out request to a connection - assumes we can write 
  (small) request out in one go into our new socket buffer  */
   
  -void write_request(struct connection *c)
  +static void write_request(struct connection *c)
   {
   gettimeofday(c-connect, 0);
   write(c-fd, request, reqlen);
  @@ -196,7 +196,7 @@
   
   /* make an fd non blocking */
   
  -void nonblock(int fd)
  +static void nonblock(int fd)
   {
   int i = 1;
   ioctl(fd, FIONBIO, i);
  @@ -206,7 +206,7 @@
   
   /* returns the time in ms between two timevals */
   
  -int timedif(struct timeval a, struct timeval b)
  +static int timedif(struct timeval a, struct timeval b)
   {
   register int us, s;
   
  @@ -221,7 +221,7 @@
   
   /* calculate and output results and exit */
   
  -void output_results()
  +static void output_results(void)
   {
   int timetaken;
   
  @@ -285,7 +285,7 @@
   
   /* start asnchronous non-blocking connection */
   
  -void start_connect(struct connection *c)
  +static void start_connect(struct connection *c)
   {
   c-read = 0;
   c-bread = 0;
  @@ -325,7 +325,7 @@
   
   /* close down connection and save stats */
   
  -void close_connection(struct connection *c)
  +static void close_connection(struct connection *c)
   {
   if (c-read == 0  c-keepalive) {
   /* server has legitiamately shut down an idle keep alive request */
  @@ -365,7 +365,7 @@
   
   /* read data from connection */
   
  -void read_connection(struct connection *c)
  +static void read_connection(struct connection *c)
   {
   int r;
   
  @@ -490,7 +490,7 @@
   
   /* run the tests */
   
  -int test()
  +static void test(void)
   {
   struct timeval timeout, now;
   fd_set sel_read, sel_except, sel_write;
  @@ -580,13 +580,12 @@
   if (done = requests)
   output_results();
   }
  -return 0;
   }
   
   /* --- */
   
   /* display copyright information */
  -void copyright(void) 
  +static void copyright(void) 
   {
   printf(This is ApacheBench, Version %s\n, VERSION);
   printf(Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, 
http://www.zeustech.net/\n;);
  @@ -595,7 +594,7 @@
   }
   
   /* display usage information */
  -void usage(char *progname)
  +static void usage(char *progname)
   {
   fprintf(stderr, Usage: %s [options] [http://]hostname[:port]/path\n;, 
progname);
   fprintf(stderr, Options are:\n);
  @@ -612,7 +611,7 @@
   
   /* split URL into parts */
   
  -int parse_url(char *url)
  +static int parse_url(char *url)
   {
   char *cp;
   char *h;
  
  
  
  1.14  +9 -9  apache-1.3/src/support/htpasswd.c
  
  Index: htpasswd.c
  ===
  RCS file: /export/home/cvs/apache-1.3/src/support/htpasswd.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- htpasswd.c1998/03/18 00:58:34 1.13
  +++ htpasswd.c1998/03/19 09:56:42 1.14
  @@ -30,7 +30,7 @@
   
   char *tn;
   
  -char *strd(char *s)
  +static char *strd(char *s)
   {
   char *d;
   
  @@ -39,7 +39,7 @@
   return (d);
   }
   
  -void getword(char *word, char *line, char stop)
  +static void getword(char *word, char *line, char stop)
   {
   int x = 0, y;
   
  @@ -54,7 +54,7 @@
   while ((line[y++] = line[x++]));
   }
   
  -int getline(char *s, int n, FILE *f)
  +static int getline(char *s, int n, FILE *f)
   {
   register int i = 0;
   
  @@ -72,7 +72,7 @@
   }
   }
   
  -void putline(FILE *f, char *l)
  +static void putline(FILE *f, char *l)
   {
   int x;
   
  @@ -86,7 +86,7 @@
   static unsigned char itoa64[] =  /* 0 ... 63 = ascii - 64 */
   ./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz;
   
  -void to64(register char *s, register long v, register int n)
  +static void to64(register char *s, register long v, register int n)
   {
   while (--n = 0) {
*s++ = itoa64[v  0x3f];
  @@ -99,7 +99,7 @@
* issue the prompt and read the results with echo.  (Ugh).
*/
   
  -char *getpass(const char *prompt)
  +static char *getpass(const char *prompt)
   {
   
   static char password[81];
  @@ -116,7 +116,7 @@
   
   #endif
   
  -void add_password(char *user, 

cvs commit: apache-1.3/src/support dbmmanage.1 suexec.8 htdigest.1 rotatelogs.8 logresolve.8 htpasswd.1

1998-03-19 Thread Ralf S. Engelschall
rse 98/03/19 02:05:51

  Modified:.STATUS
   src  CHANGES
   src/support htpasswd.1
  Added:   src/support dbmmanage.1 suexec.8 htdigest.1 rotatelogs.8
logresolve.8
  Log:
  Here they come, fresh out of my fingers: Manual pages for
  support programs which still don't have one.
  
  Revision  ChangesPath
  1.197 +1 -0  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.196
  retrieving revision 1.197
  diff -u -r1.196 -r1.197
  --- STATUS1998/03/17 15:47:30 1.196
  +++ STATUS1998/03/19 10:05:37 1.197
  @@ -96,6 +96,7 @@
   * Ralf's new ApacheBench support program (src/support/ab.c)
   * Ken's change HIDE default to yes, always include hide.h
   * Ralf's major Configure cleanup
  +* Ralf's additional manual pages for the support programs
   
   Available Patches:
   
  
  
  
  1.722 +6 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.721
  retrieving revision 1.722
  diff -u -r1.721 -r1.722
  --- CHANGES   1998/03/17 15:42:22 1.721
  +++ CHANGES   1998/03/19 10:05:40 1.722
  @@ -1,5 +1,11 @@
   Changes with Apache 1.3b6
   
  +  *) Add five new and fresh manpages for the support programs: dbmmanage.1,
  + suexec.8, htdigest.1, rotatelogs.8 and logresolve.8.  Now all up-to-date
  + and per default compiled support programs have manual pages - just to
  + document our stuff a little bit more and to be able to do really
  + Unix-like installations ;-) [Ralf S. Engelschall]
  +
 *) Major cleanups to the Configure script to make it and its generated
Makefiles again readable and maintainable: add SRCDIR option, removed
INCLUDES_DEPTH[0-2] kludge, cleanup of TARGET option, cleanup of
  
  
  
  1.5   +2 -1  apache-1.3/src/support/htpasswd.1
  
  Index: htpasswd.1
  ===
  RCS file: /export/home/cvs/apache-1.3/src/support/htpasswd.1,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- htpasswd.11998/03/16 16:04:22 1.4
  +++ htpasswd.11998/03/19 10:05:45 1.5
  @@ -90,4 +90,5 @@
   \fIusername\fP does not exist is this file, an entry is added. If it
   does exist, the password is changed.
   .SH SEE ALSO
  -httpd(8)
  +.BR httpd(8)
  +.
  
  
  
  1.1  apache-1.3/src/support/dbmmanage.1
  
  Index: dbmmanage.1
  ===
  .TH dbmmanage 1 March 1998
  .\ Copyright (c) 1998 The Apache Group. All rights reserved.
  .\
  .\ Redistribution and use in source and binary forms, with or without
  .\ modification, are permitted provided that the following conditions
  .\ are met:
  .\
  .\ 1. Redistributions of source code must retain the above copyright
  .\notice, this list of conditions and the following disclaimer. 
  .\
  .\ 2. Redistributions in binary form must reproduce the above copyright
  .\notice, this list of conditions and the following disclaimer in
  .\the documentation and/or other materials provided with the
  .\distribution.
  .\
  .\ 3. All advertising materials mentioning features or use of this
  .\software must display the following acknowledgment:
  .\This product includes software developed by the Apache Group
  .\for use in the Apache HTTP server project (http://www.apache.org/).
  .\
  .\ 4. The names Apache Server and Apache Group must not be used to
  .\endorse or promote products derived from this software without
  .\prior written permission.
  .\
  .\ 5. Redistributions of any form whatsoever must retain the following
  .\acknowledgment:
  .\This product includes software developed by the Apache Group
  .\for use in the Apache HTTP server project (http://www.apache.org/).
  .\
  .\ THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
  .\ EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  .\ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  .\ PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE APACHE GROUP OR
  .\ ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  .\ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  .\ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  .\ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  .\ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  .\ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  .\ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  .\ OF THE POSSIBILITY OF SUCH DAMAGE.
  .\