Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Module OMSNMP intially added, not completed yet. | Andre Lorbach | 2008-01-22 | 1 | -1/+41 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | preparing for 3.10.2 | Rainer Gerhards | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | added --enable-mudflap ./configure option | Rainer Gerhards | 2008-01-08 | 1 | -0/+21 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | removed some no-longer-needed code (thanks Michael Biebl for the help) | Rainer Gerhards | 2008-01-05 | 1 | -7/+0 |
| | |||||
* | changed version number to one in the testing version number range | Rainer Gerhards | 2008-01-03 | 1 | -1/+1 |
| | |||||
* | created omtesting, a debug and development aid output module. This is stage | Rainer Gerhards | 2007-12-31 | 1 | -1/+11 |
| | | | | | work for the new queueing engine - we need a way to delay rule execution and that's what the module currently does ;) | ||||
* | omgssapi created | Rainer Gerhards | 2007-12-28 | 1 | -1/+2 |
| | |||||
* | prepared for imudp | Rainer Gerhards | 2007-12-21 | 1 | -2/+1 |
| | |||||
* | begun work on imtcp | Rainer Gerhards | 2007-12-21 | 1 | -1/+1 |
| | |||||
* | begun moving unix socket code to its own module | Rainer Gerhards | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | applied enhanced gss-api functionality provided by varmojfekoj | Rainer Gerhards | 2007-12-19 | 1 | -1/+0 |
| | |||||
* | code cleanups thanks to Michael Biebl | Rainer Gerhards | 2007-12-18 | 1 | -0/+2 |
| | | | | ---------------------------------------------------------------------- | ||||
* | code cleanups thanks to Michael Biebl | Rainer Gerhards | 2007-12-18 | 1 | -2/+2 |
| | |||||
* | begun imklog, replacing klogd.c (finally we get rid of it...) | Rainer Gerhards | 2007-12-17 | 1 | -1/+2 |
| | |||||
* | moved core threading helpers out of syslogd.c | Rainer Gerhards | 2007-12-14 | 1 | -0/+4 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | begin work on on immark, the first input module. In the long term this will | Rainer Gerhards | 2007-12-14 | 1 | -1/+1 |
| | | | | lead to a complete rewrite of the input system | ||||
* | bumped version number | Rainer Gerhards | 2007-12-12 | 1 | -1/+1 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-12-07 | 1 | -1/+1 |
| | |||||
* | applied patch from Michael Biebl to finally fix the -ldl cross-platform | Rainer Gerhards | 2007-12-07 | 1 | -2/+9 |
| | | | | issue | ||||
* | corrected typo: -lrt -ldl were exchanged ;) | Rainer Gerhards | 2007-12-05 | 1 | -2/+2 |
| | |||||
* | applied patch from Michael Biebl to fix compilation problem on NetBSD (it | Rainer Gerhards | 2007-12-05 | 1 | -2/+4 |
| | | | | is missing the -ldl lib, even though it provides dlopen()) | ||||
* | applied patch from Michael Biebl for an even cleaner autotools config in | Rainer Gerhards | 2007-12-04 | 1 | -3/+2 |
| | | | | regard to -ldl. | ||||
* | applied patch from Bartosz Kuzma to restore compilation under Linux | Rainer Gerhards | 2007-12-04 | 1 | -2/+3 |
| | |||||
* | added Bartosz Kuzma patches for better compatibility with NetBSD - many | Rainer Gerhards | 2007-12-03 | 1 | -8/+9 |
| | | | | thanks for them! | ||||
* | adding sur5r's postgres module - many thanks for providing it! There are a | Rainer Gerhards | 2007-12-03 | 1 | -4/+37 |
| | | | | | number of patches necessary to core modules, because we need a new formatting function (date-pgsql). | ||||
* | added compile-time switches for -pthread | Rainer Gerhards | 2007-11-30 | 1 | -2/+4 |
| | |||||
* | added new modExit() entry point to loadable module interface | Rainer Gerhards | 2007-11-21 | 1 | -1/+1 |
| | |||||
* | applied gssapi patch from varmojfekoj - gss-api is now supported | Rainer Gerhards | 2007-11-19 | 1 | -0/+22 |
| | |||||
* | prepared for the next release | Michael Meckelein | 2007-10-19 | 1 | -1/+1 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-10-15 | 1 | -1/+1 |
| | |||||
* | integrated patch by varmojfekoj to tweak build system even further | Rainer Gerhards | 2007-10-11 | 1 | -4/+10 |
| | |||||
* | - changed the build system to use a single source tarball again (but | Rainer Gerhards | 2007-10-11 | 1 | -7/+47 |
| | | | | | | | | | | | | | | | | different makefiles for the main project and ommysql) - applied fixes from Michael Biebl: 1.) fix failing compilation of ommysql plugin (s/ommysql-config.h/config.h/) 2.) fix mysql configure check (although the default is no, we did check for the mysql devel files) 3.) Create a separate Makefile.am for the doc files. This cleans up the toplevel Makefile.am considerably and makes it much more readable and maintainable. 3b) Assign the html doc files to html_DATA. This means, they are installed to $(hmtdir), which by autoconf standards is $(prefix)/share/doc/$packagename/. 4.) Reformat the SOURCES line to make it better readable and maintainable. | ||||
* | bumped version number | Rainer Gerhards | 2007-10-08 | 1 | -1/+1 |
| | |||||
* | applied patch provided by varmojfekoj to support building ommysql in its | Rainer Gerhards | 2007-09-26 | 1 | -39/+8 |
| | | | | own way (now also resides in a plugin subdirectory) | ||||
* | bumping version number | Rainer Gerhards | 2007-09-25 | 1 | -2/+2 |
| | |||||
* | changed ttyname() to ttyname_r() - not a real fix, as this part of the code | Rainer Gerhards | 2007-09-25 | 1 | -1/+1 |
| | | | | was single threaded, but better to be prepared for the future. | ||||
* | - simplified code in shouldProcessThisMessage() for debug output | Rainer Gerhards | 2007-09-24 | 1 | -1/+1 |
| | | | | - changed strerror() calls to thread-safe strerror_r() variant | ||||
* | added code to handle situations where senders send us messages ending with | Rainer Gerhards | 2007-09-14 | 1 | -2/+2 |
| | | | | | | a NUL character. It is now simply removed. This also caused trailing LF reduction to fail, when it was followed by such a NUL. This is now also handled. | ||||
* | minor typos | Rainer Gerhards | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-09-10 | 1 | -2/+2 |
| | |||||
* | bumping version number | Rainer Gerhards | 2007-09-05 | 1 | -2/+2 |
| | |||||
* | prepared for next release | Michael Meckelein | 2007-08-31 | 1 | -2/+2 |
| | |||||
* | prepared for next release | Michael Meckelein | 2007-08-28 | 1 | -2/+2 |
| | |||||
* | prepared for next release | Michael Meckelein | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | prepared changelog and configure.ac for the next update | Michael Meckelein | 2007-08-16 | 1 | -2/+2 |
| | |||||
* | - integrated patch from varmojfekoj to make the mysql module a loadable one | Rainer Gerhards | 2007-08-14 | 1 | -1/+2 |
| | | | | many thanks for the patch, MUCH appreciated | ||||
* | bumping version numbers | Rainer Gerhards | 2007-08-13 | 1 | -2/+2 |
| |