"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "blocksshd-1.3/CHANGELOG" of archive blocksshd-1.3.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 BlockSSHD v1.3 - June 27 2008
    2   - Removed IPv6 support
    3 
    4 BlockSSHD v1.2 - August 9 2007
    5   - Added new init script
    6   - Changed default blocking list location to /etc
    7   - Documentation fixes
    8 
    9 BlockSSHD v1.1 - April 4 2007
   10   - Fixed weird ^Ms in files
   11   - Added Anton's WHOIS function to blocking emails
   12   - If restore block function is off then remove log file to ensure old
   13     IPS are not accidently applied
   14   - If restore block function is on then automatically create log file
   15   - Fixed uninstall script in blocksshd.spec
   16   
   17 BlockSSHD v1.0.1 - March 4 2007
   18   - Minor fix to correct an error with the unblocking function (thanks
   19     to David Kozinn for reporting it) 
   20 
   21 BlockSSHD v1.0 - November  8  2006
   22   - Added support for subnets in whitelist (thanks to Lester Hightower for this)
   23   - Minor changes to spec files
   24   - File locations changed to prefix of /usr
   25   - Configuration file moved to /etc/blocksshd.conf
   26   
   27 BlockSSHD v0.9 - September 26 2006
   28   - Fixed init script binary location
   29   - Fixed minor documentation errors
   30   - Fixed spec file errors - including adding conf file installation 
   31   (Thanks to Samuel Granjeaud for reporting these bugs)
   32 
   33 BlockSSHD v0.8 - August 30 2006
   34   - Removed requirement for Prod::PID::File CPAN module
   35   - Removed requirement for Prod::Daemon CPAN module
   36   - Fixed Makefile error with --wildcards tar option
   37 
   38 BlockSSHD v0.7 - July 30 2006
   39   - Changed unblock function.  When unblocking is enabled then the unblock process will both remove the blocked IP address from the firewall but also remove it from the log file
   40   - Added RPM/SRPM packages
   41   - Updated distribution mechanism to support RPMs
   42   - Fixed restore blocked function to use alternate file handle
   43   
   44 BlockSSHD v0.6 - July 17 2006
   45   - Added support for pf and BSD
   46   - Fixed some minor bugs
   47 
   48 BlockSSHD v0.5 - July 12 2006
   49   - Fixed regular expression bug introduced in v0.4
   50 
   51 BlockSSHD v0.4 - June 17 2006
   52   - Adjusted regulasr expressions to support Debian sid and Dropbear (an embedded device SSH server).  With Dropbear support it may be possible to run blocksshd on routers or other Linux-based devices that support Perl and the required modules. 
   53 
   54 BlockSSHD v0.3 - Apr  6 2006
   55   - Added additional regular expressions for matching failures on Debian, SuSE and Red Hat
   56 
   57 BlockSSHD v0.2 - Apr  5 2006
   58   - Added unblock function
   59   - Fixed some issues with signals and exit handling
   60 
   61 BlockSSHD v0.1 - Mar 24 2006
   62   - First public release
   63   - Script uses File::Tail module to collect data
   64   - Script runs daemonized in background and can be started from rc script
   65 
   66