Changelog
上传用户:liugui
上传日期:2007-01-04
资源大小:822k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. 9 December 1998, version 0.02
  2. - smb_auth now uses Samba instead of pam_smb. This simplifies the
  3.   installation of smb_auth and increases platform support.
  4. - Access control by user and group: smb_auth now tries to read
  5.   the file netlogonproxyauth. By restricting read access on
  6.   this file access to the proxy can be controlled.
  7. - Easier configuration:
  8.   - smb_auth is now fully configurable with command-line options
  9.     (i.e. in squid.conf). No more hacking in the source code.
  10.   - In most cases it is sufficient to specify just the domain name.
  11.     smb_auth searches for a working domain controller on each
  12.     authentication request (note that Squid caches valid requests).
  13. - Easier installation: Makefile added. Simply typing "make install"
  14.   will work for most people.
  15. - In a multi-domain situation, users must now enter domainuser
  16.   instead of userdomain. This conforms to NT notation. Thanks to
  17.   Jason Haar <Jason.Haar@trimble.co.NZ> for pointing this out.
  18. 31 July 1998, version 0.01