2004-02-19  Andrew R. Baker <andrewb@snort.org>
    * etc/barnyard.conf:
    * src/barnyard.c:
    * src/configparse.c:
    * src/input-plugins/dp_plugbase.c:
        data processors are always loaded now
    
    * src/output-plugins/op_plugbase.c:
        avoid NULL pointer dereference

    * src/barnyard.c:
    * src/barnyard.h:
    * src/configparse.c:
    * src/spool.c:
    * src/spool.h:
    * src/util.c:
    * src/util.h:
    * src/input-plugins/dp_alert.c:
    * src/input-plugins/dp_alert.h:
    * src/input-plugins/dp_log.c:
    * src/input-plugins/dp_log.h:
    * src/input-plugins/dp_plugbase.c:
    * src/input-plugins/dp_plugbase.h:
    * src/input-plugins/dp_stream_stat.c:
    * src/input-plugins/dp_stream_stat.h:
    * src/output-plugins/op_log_pcap.c:
        Incorporate new spooler contributed by Sourcefire, Inc.

2004-02-16  Andrew R. Baker <andrewb@snort.org>
    * src/output-plugins/op_decode.c:
        fix some minor issues with the packet decoder

    * src/output-plugins/op_alert_html.c:
    * src/output-plugins/op_alert_html.h:
        removed html output plugin until it actually works

2003-05-02  Andrew R. Baker <andrewb@snort.org>
    * src/mstring.c:
    * src/mstring.h:
        remove everything except mSplit 
        
    * src/configparse.c:
    * src/sid.c:
    * src/output-plugins/op_log_pcap.c:
    * src/output-plugins/op_acid_db.c:
    * src/classification.c:
        fix include problems due to mstring.h changes

2002-12-21  Andrew R. Baker <andrewb@snort.org>
    * src/output-plugins/op_acid_db.c:
        Squelch missing class definition when class ID == 0 (for Phil Wood)

2002-12-14  Andrew R. Baker <andrewb@snort.org>
    * src/util.c:
        Improved PID file creation routines

2002-12-05  Andrew R. Baker <andrewb@snort.org>
    * src/barnyard.c:
    * src/classification.c:
    * src/classification.h:
    * src/sid.c:
    * src/sid.h:
        free sid map and classifications before restart 
            (problem noticed by Michael Scheidell)

2002-11-30  Andrew R. Baker <andrewb@snort.org>
    * src/spool.c:
        Waldo file fixes
    * src/sid.c:
    * src/sid.h:
        reference system fixes (from Michael Scheidell)

2002-11-01  Andrew R. Baker <andrewb@sourcefire.com>
    * src/util.c:
    * src/util.h:
    * src/output-plugins/op_fast.c:
    * src/output-plugins/op_logdump.c:
        fix some timestamp printing issues

2002-06-28  Andrew R. Baker <andrewb@sourcefire.com>
    * src/output_plugins/op_acid_db.c:
        MySQL reconnect code (requested by Steve Halligan and Jeff Nathan)
    * src/output_plugins/op_alert_csv.c:
        added hostname and interface output options (requested by Steven
        Donegan)

2002-06-27  Andrew R. Baker <andrewb@sourcefire.com>
    * src/output_plugins/op_log_pcap.c:
        update to use the memory alignment fix

    * configure.in:
        fix the minor mods (Jeff Nathan)

2002-06-23  Andrew R. Baker <andrewb@sourcefire.com>
    * src/input_plugins/dp_log.c:
    * src/output_plugins/op_logdump.c:
    * src/output_plugins/op_acid_db.c:
        Sparc memory alignment issue fix

    * configure.in:
        minor mods from Jeff Nathan

2002-05-27  Andrew R. Baker <andrewb@sourcefire.com>
    * src/barnyard.c:
    * src/barnyard.h:
    * src/configparse.c:
    * src/spool.c:
    * src/util.c:
    * src/output_plugins/op_acid_db.c:
    * src/output_plugins/op_decode.c:
    * src/output_plugins/op_fast.c:
    * src/output_plugins/op_log_pcap.c:
    * src/output_plugins/op_logdump.c:
        logging cleanup
    
    * src/output_plugins/op_acid_db.c:
        fix major memory leak
        comment out tagged packet check since it does not work

    * src/input_plugins/dp_log.c:
        fix memory leak while fast forwarding through a unified log file

2002-05-25  Andrew R. Baker <andrewb@sourcefire.com>
    * Makefile.am:
    * configure.in:
    * src/Makefile.am:
    * src/input-plugins/Makefile.am:
    * src/output-plugins/Makefile.am:
        portability fixes

    * src/input-plugins/dp_log.c:
        debugging cleanup

    * src/output-plugins/op_acid_db.c:
    * src/output-plugins/op_alert_csv.c:
        bug fixes

    * src/output-plugins/op_plugbase.c:
    * src/output-plugins/op_alert_html.c:
    * src/output-plugins/op_alert_html.h:
        remove alert_html output plugin until it is ready

    * src/barnyard.c:
    * src/barnyard.h:
        pid file support
    
    * docs/TODO:
    * etc/classification.config:
    * etc/gen-msg.map:
    * etc/sid-msg.map:
    

2002-03-26  Andrew R. Baker <andrewb@sourcefire.com>
    * update alert code to handle host order IP addresses from unified output
        Snort 1.8.X users will need to apply a patch to use Barnyard

2002-03-25  Andrew R. Baker <andrewb@sourcefire.com>
    * op_acid_db: fixed off by 1 bug when printing out db flavour
    * op_acid_db: fixed segfault problem if no ClassType is found for an event
    * update autoconf stuff to recognize my Mac

2001-11-23  Corrected signal handling.  Exit on SIGINT, SIGTERM, and SIGQUIT.
            Reload config on SIGHUP.

