dgaudet     98/01/19 17:55:26

  Modified:    src/support htdigest.c htpasswd.c
  Log:
  Note these two aren't setuid safe.
  
  Revision  Changes    Path
  1.13      +6 -0      apachen/src/support/htdigest.c
  
  Index: htdigest.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/support/htdigest.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- htdigest.c        1997/10/12 06:00:47     1.12
  +++ htdigest.c        1998/01/20 01:55:25     1.13
  @@ -1,3 +1,9 @@
  
+/******************************************************************************
  + 
******************************************************************************
  + * NOTE! This program is not safe as a setuid executable!  Do not make it
  + * setuid!
  + 
******************************************************************************
  + 
*****************************************************************************/
   /*
    * htdigest.c: simple program for manipulating digest passwd file for Apache
    *
  
  
  
  1.9       +6 -0      apachen/src/support/htpasswd.c
  
  Index: htpasswd.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/support/htpasswd.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- htpasswd.c        1997/10/12 06:00:47     1.8
  +++ htpasswd.c        1998/01/20 01:55:25     1.9
  @@ -1,3 +1,9 @@
  
+/******************************************************************************
  + 
******************************************************************************
  + * NOTE! This program is not safe as a setuid executable!  Do not make it
  + * setuid!
  + 
******************************************************************************
  + 
*****************************************************************************/
   /*
    * htpasswd.c: simple program for manipulating password file for NCSA httpd
    * 
  
  
  

Reply via email to