cvs commit: ports/www Makefile ports/www/mod_accesscookie Makefile distinfo pkg-descr

Clement Laforet clement at FreeBSD.org
Fri Apr 16 08:57:01 PDT 2004


clement     2004/04/16 08:57:00 PDT

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/mod_accesscookie Makefile distinfo pkg-descr 
  Log:
  Add mod_accessCookie 0.4.
  
  This module restricts access in the same way as an 'allow from'
  does (it is derived form this module :), by checking for the exinstence of
  a cookie. If a cookie is present it compares it to cookies found in a
  mySQL database. If it can find a equivalent cookie there, access is
  granted, else access is denied.
  
  Revision  Changes    Path
  1.852     +1 -0      ports/www/Makefile
  1.1       +35 -0     ports/www/mod_accesscookie/Makefile (new)
  1.1       +2 -0      ports/www/mod_accesscookie/distinfo (new)
  1.1       +5 -0      ports/www/mod_accesscookie/pkg-descr (new)


More information about the cvs-all mailing list