home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / radi116c.zip / radius116c / src / readme.src
Text File  |  1999-01-05  |  689b  |  18 lines

  1.  ***  Readme.SRC   ***
  2.  
  3. The source code requires IBM Visual Age C++ to compile.  It's not
  4. all pretty; TREE.C has not been prototyped but should be quite
  5. reliable; it's derived from the BIND NAMED package.
  6.  
  7.   Getting the TREE.C routines to work from C++ along with callback
  8. routines is not very clean.  C++ begs for use of templates and / or
  9. collection classes.  However, one goal of this package is as small
  10. a footprint as possible to perform well on older hardware.
  11.  
  12. Change history
  13.  
  14.  1.16a 1st public release
  15.  1.16b Correct multiple login session detect problem
  16.        Correct warning threshold logging logic when user has more
  17.        than one login and has reached max.
  18.