tcpquota (1.6.15-1) unstable; urgency=low

  * Moved to use 'libdbi-perl' instead of libmsql-perl, which means that
    one can use mySQL (or perhaps even PostgreSQL) instead of mSQL which
    is pretty slow...
    .
    This means different depends, different post{inst,rm} and some changes
    in the config file.
      New options:
        ENGINE         => Which database engine should we use?
        CHECK_LOCAL    => Should we ever check connections FROM us?
        VERIFY         => How often should we check that the link is really up?
      Changed options:
        SERVER         => Now includes the port to the SQL server to.
    .
    Ask more questions in the postinst and tcpquotaconfig, so that the
    system is more workable 'out-of-the-box'...
  * Some bugfixes in the library.
    Somehow, somewhere the who and w output changed. If we are running
    in a screen or X, we don't get the hostname if local any more, just
    '(:0:S.2)' for example...
    .
    Check the last three minutes worth of masquerading connects instead of
    the last PERIOD sekonds..
  * Fixed some bugs and added some options in the main daemon.
    Support for a permanent link, no need to check any online and the like.
    We can still use TCPQuota for logging connections... Yeah, right... :)
    .
    Support for checking ProFTPd connections... ProFTPd announces it's presence
    a little different than wu-ftpd... This time I think I made it more
    universal... Nock on wood... :)
    .
    Fixed (?) the problem with the disconnection from the SQL server.. Have
    something to do with signals.
    .
    If the 'Net link was down, 'openhost' just sat there, doin' nothing. Fixed.
  * In 'openhost', don't close the firewall or notify the user incase he/she
    is on the 'free' list...
  * Support both libc5 AND 6, just incase ([uw]tmp files differ, so does
    the 'include' files...)
  * More (better ?) online help.
  * Use debhelper.

 -- Turbo Fredriksson <turbo@debian.org>  Thu, 27 Aug 1998 03:20:47 -0700

tcpquota (1.6.14-1) unstable; urgency=low

  * NEW IN OPENFW:
  * Added an option to force closing a specified host, and to open/close
    a specified group of hosts, specifying just one of the hosts.
  * Added the option to list the firewall entries.
  .
  * NEW IN OPENHOST:
  * Better and (hopefully) more descriptive error messages.
  * Tell the user if the daemon (or other script etc) have closed the
    firewall for him/her, and exit cleanly.
  .
  * NEW IN TCPQUOTAD:
  * Added support for more than one local network.
  * Make _ABSOLUTELY_ sure that we find the correct user, checking against
    our local domains.
  * New signal handlers, USR[12] which turn on resp turn off debugging.
  * Try to send a SMB message if we have to close the firewall to the
    user in question.
  * Fixed the bug that sometimes killed the daemon after killing a
    non-allowed users processes.
  .
  * NEW IN TCPQUOTA.PL:
  * Fixed the checking a connect against the local net (make sure it is
    _NOT_ one of our own local networks).
  * Made the libc5 and libc6 work independently, from the same code.
    (We just recently switched to libc6 on our Internet server).
  * Security fixed a open();
  * If we can not find the IP number the user is coming from from the
    UTMP file (which we often can not on a libc5 machine), try to find it
    through a DNS lookup instead.
  * Speeded up the database fetching quite a loot, by specifying the
    exact entry. Added some new params to be able to do this, since they
    where local variables.
  * Officially added support for libc6 UTMP file.
  .
  * OTHER:
  * Started hacking on a 'chkisdnlog', which give some status on the ISDN
    usage.
  * Improved the manuals a little... I do this when I have time over, but
    I'm administring 30 machines, and teaching fulltime, so... :)
  .
  * BUG FIXES:
  * Fixed some bugs in the 'openfw' script, concerning the parsing and
    execution of the corresponding code.

 -- Turbo Fredriksson <turbo@ccw.se>  Mon, 18 May 1998 23:50:28 +0200

tcpquota (1.6.13-2) frozen unstable; urgency=low

  * Forgot to change the call to one of the columns in the
    masq table in the mSQL database
  * Fixed the lintian bug, wrong-name-for-upstream-changelog
  * Two new SIG handlers, USR1 and USR2 which turn on and off
    debugging
  * Better man page for the daemon, more info
  * Some speedup of the opening/closing of the firewall
  * More verbosity
  * Make sure the 'openhost' script quits cleanly if someone/
    something have closed the firewall for the opened host
  .
  * Added some empty SIG handlers to the daemon to see if
    I can't find out _WHY_ it sometimes dies after killing
    a  non-allowed users processes
  * Added the feature to fore a close of a host
  * Added the feature to extract a specific user's log entries
  * Added the feature to open/close a specific group other
    than the host/group your are comming from
  * Added the feature to list the firewall entries and double
    check that they exists in the database (also works on groups)

 -- Turbo Fredriksson <turbo@debian.org>  Thr, 16 Apr 1998 21:39:54 +0200

tcpquota (1.6.12-4) frozen unstable; urgency=low

  * Fixed some lintian warnings
  * Fixed bug #21034 'unfulfilled dependency'

 -- Turbo Fredriksson <turbo@debian.org>  Sun, 15 Mar 1998 10:56:37 +0100

