commit: horde/docs CHANGES horde/lib Auth.php horde/lib/Auth IMAP.php SQL.php turba/templates/search head.inc row.inc

chuck@horde.org chuck@horde.org
6 Feb 2001 21:45:51 -0000


chuck       2001/02/06 13:45:51 PST

  Modified files:
    docs                 CHANGES 
    lib                  Auth.php 
    lib/Auth             IMAP.php SQL.php 
    templates/search     head.inc row.inc 
  Log:
  - Dust off the Auth:: classes - proper phpdoc comments, etc.
  
  - The Auth:: classes now expect to receive a userid and an array of
    credentials. Right now all backends assume that those credentials
    contain a password, but the way is clear to have other kinds of auth
    (IP, time-based, whatever).
  
  - take Alias out of the Turba templates for now; it's not terribly
    well-defined.
  
  Revision  Changes    Path
  1.111     +4 -0      horde/docs/CHANGES
  1.8       +73 -59    horde/lib/Auth.php
  1.6       +42 -39    horde/lib/Auth/IMAP.php
  1.5       +66 -58    horde/lib/Auth/SQL.php
  1.5       +2 -6      turba/templates/search/head.inc
  1.5       +0 -1      turba/templates/search/row.inc