barnyard-cvslist Mailing List for Barnyard
Status: Beta
Brought to you by:
andrewbaker
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(52) |
Oct
(29) |
Nov
(6) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(2) |
Feb
(2) |
Mar
(4) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(11) |
2003 |
Jan
(6) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
(6) |
Mar
(16) |
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2005 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
From: Jeff N. <jn...@us...> - 2005-12-04 09:13:17
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: jn...@sc... 2005/12/04 01:13:10 Modified files: src/output-plugins: Tag: JNATHAN op_alert_xml.c Log message: Spotted by Jason Brvenik: o Correct an off by one in the URL and authentication concatenation code which snprintf'd one byte too few. o Correct an error in input parsing which completely broke the ability to post to a remote site. o Correct problems in the XML escaping code by correctly incrementing the idx pointer. |
From: Jeff N. <jn...@us...> - 2005-11-06 04:25:30
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: jn...@sc... 2005/11/05 20:25:25 Modified files: src/output-plugins: Tag: JNATHAN op_alert_xml.c Log message: Dispatch any alerts left in the queue when the stop function is called. Spotted by Jason Brvenik |
From: Jeff N. <jn...@us...> - 2005-04-30 20:39:22
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: jn...@sc... 2005/04/30 13:39:13 Modified files: . : Tag: JNATHAN configure.in src/output-plugins: Tag: JNATHAN op_alert_xml.c Log message: use curl-config when --enable-xml is passed to configure for CFLAGS and LDFLAGS tab indent elements in output |
From: Jeff N. <jn...@us...> - 2005-01-07 22:58:12
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: jn...@sc... 2005/01/07 14:58:05 Modified files: . : Tag: JNATHAN configure.in Added files: . : Tag: JNATHAN acinclude.m4 Log message: Package a renamed copy of AC_CONFIG_LIBOBJ_DIR and name it AC_BY_LIBOBJ_DIR. This should allow old versions of autoconf to generate the configure script. Happy? |
From: Jeff N. <jn...@us...> - 2004-12-21 20:14:11
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: jn...@sc... 2004/12/21 12:13:54 Modified files: etc : Tag: JNATHAN barnyard.conf src/output-plugins: Tag: JNATHAN op_alert_xml.c Log message: correctly log alert messages within XML create a default element configuration when unspecified log configured elements at startup |
From: Jeff N. <jn...@us...> - 2004-12-21 00:19:40
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: jn...@sc... 2004/12/20 16:19:33 Modified files: src/output-plugins: Tag: JNATHAN op_alert_xml.c Log message: produce proper XML when logging to a file so that the XML document header is written only once and the top level element is closed only once. |
From: Jeff N. <jn...@us...> - 2004-12-20 22:25:25
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: jn...@sc... 2004/12/20 14:25:17 Added files: src : Tag: JNATHAN strlcat.c strlcpy.c Log message: Laundry list of changes: added op_alert_xml plugin included config.h everywhere, wrapped inside a CPP ifdef test renamed event.h to byevent.h renamed strlcatu.c and strlcpyu.c to strlcat.c and strlcpy.c, and replaced AC_CHECK_FUNCS with AC_REPLACE_FUNCS for testing whether strl(cat|cpy) exist removed strlcatu.h and strlcpyu.h changed STD_BUF to 512 from 256 to accommodate longer lines in barnyard.conf got rid of the old acconfig.h and moved everything into configure.in using the AH_TOP macro removed acconfig.h |
From: Jeff N. <jn...@us...> - 2004-12-20 22:24:28
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: jn...@sc... 2004/12/20 14:24:22 Removed files: . : Tag: JNATHAN acconfig.h Log message: Laundry list of changes: added op_alert_xml plugin included config.h everywhere, wrapped inside a CPP ifdef test renamed event.h to byevent.h renamed strlcatu.c and strlcpyu.c to strlcat.c and strlcpy.c, and replaced AC_CHECK_FUNCS with AC_REPLACE_FUNCS for testing whether strl(cat|cpy) exist removed strlcatu.h and strlcpyu.h changed STD_BUF to 512 from 256 to accommodate longer lines in barnyard.conf got rid of the old acconfig.h and moved everything into configure.in using the AH_TOP macro removed acconfig.h |
From: Jeff N. <jn...@us...> - 2004-12-20 22:21:11
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: jn...@sc... 2004/12/20 14:21:04 Modified files: . : Tag: JNATHAN autoclean.sh configure.in etc : Tag: JNATHAN barnyard.conf src : Tag: JNATHAN ConfigFile.c Makefile.am barnyard.c barnyard.h classification.c debug.c sid.c sid.h spool.c util.c util.h src/input-plugins: Tag: JNATHAN dp_alert.c dp_alert.h dp_log.c dp_log.h dp_plugbase.c dp_stream_stat.c src/output-plugins: Tag: JNATHAN Makefile.am op_acid_db.c op_alert_csv.c op_alert_syslog.c op_decode.c op_decode.h op_fast.c op_log_pcap.c op_logdump.c op_plugbase.c op_sguil.c Added files: src : Tag: JNATHAN byevent.h src/output-plugins: Tag: JNATHAN op_alert_xml.c op_alert_xml.h Removed files: src : Tag: JNATHAN event.h strlcatu.c strlcatu.h strlcpyu.c strlcpyu.h Log message: Laundry list of changes: added op_alert_xml plugin included config.h everywhere, wrapped inside a CPP ifdef test renamed event.h to byevent.h renamed strlcatu.c and strlcpyu.c to strlcat.c and strlcpy.c, and replaced AC_CHECK_FUNCS with AC_REPLACE_FUNCS for testing whether strl(cat|cpy) exist removed strlcatu.h and strlcpyu.h changed STD_BUF to 512 from 256 to accommodate longer lines in barnyard.conf got rid of the old acconfig.h and moved everything into configure.in using the AH_TOP macro |
From: Andrew R. B. <and...@us...> - 2004-05-01 16:43:35
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/05/01 09:43:29 Modified files: . : configure.in etc : barnyard.conf src : barnyard.h Log message: * Add SGUIL sample output line from Bamm * Call it 0.2.0 |
From: Andrew R. B. <and...@us...> - 2004-04-03 20:09:52
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/04/03 11:57:33 Modified files: . : configure.in src : barnyard.h src/input-plugins: dp_log.c dp_log.h src/output-plugins: op_acid_db.c op_decode.c op_decode.h op_logdump.c op_sguil.c Log message: * fix issues with non-ethernet linktypes. In particular, we now correctly decode packets from snort inline |
From: Andrew R. B. <and...@us...> - 2004-03-30 04:38:44
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/29 20:27:13 Modified files: src : ProgVars.c barnyard.h Log message: * more tweaks to dry run output |
From: Andrew R. B. <and...@us...> - 2004-03-29 03:26:10
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/28 19:14:49 Modified files: src : ProgVars.c barnyard.h Log message: * tweak the dry run output |
From: Andrew R. B. <and...@us...> - 2004-03-29 00:25:40
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/28 16:14:19 Modified files: src : barnyard.h src/output-plugins: Makefile.am op_plugbase.c Added files: src/output-plugins: op_alert_console.c op_alert_console.h Log message: * add alert_console output plugin * fix #ifdef problem with building postgres support |
From: Andrew R. B. <and...@us...> - 2004-03-28 00:04:12
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/27 15:53:02 Modified files: . : Makefile.am Log message: * add autojunk.sh and autoclean.sh to the distribution package |
From: Andrew R. B. <and...@us...> - 2004-03-27 16:54:05
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/27 08:42:59 Modified files: src : barnyard.c barnyard.h Log message: * fix problem with wrong installed signal handler |
From: Andrew R. B. <and...@us...> - 2004-03-26 01:18:30
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/25 17:07:41 Modified files: . : configure.in src : ProgVars.c barnyard.h src/output-plugins: op_acid_db.c Log message: * properly escape strings in the op_acid_db output plugin * call it release candidate 1 |
From: Andrew R. B. <and...@us...> - 2004-03-25 05:15:22
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/24 21:04:41 Modified files: src : ConfigFile.c barnyard.h Log message: * fix line continuation |
From: Andrew R. B. <and...@us...> - 2004-03-16 04:27:39
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/15 20:18:20 Modified files: src : barnyard.c barnyard.h src/input-plugins: dp_plugbase.c dp_plugbase.h src/output-plugins: op_acid_db.c op_acid_db.h op_alert_csv.c op_alert_csv.h op_alert_syslog.c op_alert_syslog.h op_alert_syslog2.c op_decode.c op_fast.c op_fast.h op_log_pcap.c op_log_pcap.h op_logdump.c op_logdump.h op_plugbase.c op_plugbase.h op_sguil.c op_sguil.h Log message: * update output plug-ins to support logging their configuration * -R now dumps configured output plug-ins too |
From: Andrew R. B. <and...@us...> - 2004-03-14 05:16:47
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/13 21:07:57 Modified files: . : configure.in src : barnyard.h src/output-plugins: op_acid_db.c Log message: * postgres support should work now (>= 7.1) |
From: Andrew R. B. <and...@us...> - 2004-03-13 20:17:58
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/13 12:09:09 Modified files: . : configure.in etc : barnyard.conf src : barnyard.c barnyard.h src/input-plugins: dp_plugbase.c dp_plugbase.h src/output-plugins: op_alert_syslog2.c Log message: * fix configuration reloading on SIGHUP * fix op_alert_syslog2 to respect the localtime option |
From: Andrew R. B. <and...@us...> - 2004-03-11 23:38:59
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/11 15:19:53 Modified files: src : CommandLineArgs.c ProgVars.c barnyard.h src/output-plugins: op_acid_db.c op_alert_csv.c op_alert_syslog.c op_alert_syslog2.c op_fast.c op_log_pcap.c op_logdump.c op_plugbase.c op_sguil.c Log message: * fixup some message logging * fix variable declaration location |
From: Andrew R. B. <and...@us...> - 2004-03-07 00:55:45
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/06 16:40:33 Modified files: . : configure.in src : ProgVars.c barnyard.h Log message: * beta2 |
From: Andrew R. B. <and...@us...> - 2004-03-07 00:50:32
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/06 16:35:19 Modified files: src : Makefile.am barnyard.c barnyard.h spool.c spool.h src/output-plugins: op_acid_db.c op_alert_syslog2.c op_fast.c op_log_pcap.c op_logdump.c Added files: src : ProgVars.c ProgVars.h Log message: * finish reworking config processing |
From: Andrew R. B. <and...@us...> - 2004-03-06 22:45:24
|
CVSROOT: /cvsroot/barnyard Module name: barnyard Changes by: and...@sc... 2004/03/06 14:30:16 Modified files: src : Makefile.am barnyard.c barnyard.h spool.c spool.h util.c util.h src/output-plugins: op_acid_db.c op_alert_csv.c op_alert_syslog.c op_sguil.c Added files: src : CommandLineArgs.c CommandLineArgs.h ConfigFile.c ConfigFile.h Removed files: src : configparse.c configparse.h Log message: * reworking configuration processing (NOTE: only one-shot mode is working) |