Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2012-06-06 | 1 | -3/+15 |
|\ | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/modules.c | ||||
| * | fixing memleak in recent group resolve patch | Rainer Gerhards | 2012-06-06 | 1 | -3/+6 |
| | | | | | | | | also added some error checking | ||||
| * | call getgrnam_r repeatedly to get all group members. | Alec Warner | 2012-06-06 | 1 | -3/+12 |
| | | |||||
* | | permit size modifiers (k,m,g,...) in integer config parameters | Rainer Gerhards | 2012-04-07 | 1 | -31/+38 |
|/ | | | | Thanks to Jo Rhett for the suggestion. | ||||
* | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2012-01-16 | 1 | -16/+14 |
|\ | | | | | | | | | | | | | | | Conflicts: runtime/debug.h runtime/obj.c runtime/parser.h runtime/wti.h | ||||
| * | license changes | Rainer Gerhards | 2012-01-16 | 1 | -16/+14 |
| | | |||||
| * | added $LocalHostName config directive & some bugfixing | Rainer Gerhards | 2010-12-16 | 1 | -3/+0 |
| | | | | | | | | | | | | - added $LocalHostName config directive - bugfix: local hostname was pulled too-early, so that some config directives (namely FQDN settings) did not have any effect | ||||
| * | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2010-12-16 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Conflicts: runtime/parser.c | ||||
* | | | backporting patch for clean make distcheck | Rainer Gerhards | 2011-03-16 | 1 | -0/+3 |
| | | | |||||
* | | | bugfix: batch processing flagged invalid message as "bad" under some ↵ | Rainer Gerhards | 2010-12-16 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | circumstances also fixed some cosmetic nits | ||||
* | | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2010-12-16 | 1 | -2/+2 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/parser.c runtime/queue.c runtime/wtp.c template.c threads.c tools/syslogd.c | ||||
| * | some cleanup based on clang static analyzer results | Rainer Gerhards | 2010-12-16 | 1 | -2/+2 |
| | | |||||
| * | fixing some compile problems on FreeBSD | Rainer Gerhards | 2010-10-19 | 1 | -3/+3 |
| | | |||||
* | | bugfix: the T/P/E config size specifiers did not work properly under call ↵ | Rainer Gerhards | 2010-04-07 | 1 | -3/+5 |
|/ | | | | 32-bit platforms | ||||
* | Merge branch 'master' into omfile | Rainer Gerhards | 2009-06-16 | 1 | -6/+6 |
|\ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.h tcps_sess.c tcpsrv.c tools/syslogd.c | ||||
| * | done various optimizations to the stringbuf and its users | Rainer Gerhards | 2009-06-16 | 1 | -6/+6 |
| | | |||||
* | | completed multi-ruleset core support | Rainer Gerhards | 2009-06-12 | 1 | -3/+3 |
|/ | | | | ... as well as added multi-ruleset support for imtcp | ||||
* | clean compile on solaris | Rainer Gerhards | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-09-02 | 1 | -5/+5 |
| | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
* | added (internal) error codes to error messages | Rainer Gerhards | 2008-06-27 | 1 | -10/+10 |
| | | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20 | ||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-05-16 | 1 | -0/+2 |
| | | | | | | | Conflicts: ChangeLog rfc3195d.c | ||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-05-02 | 1 | -1/+3 |
| | | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c | ||||
* | added missing copyright statements | Rainer Gerhards | 2008-04-24 | 1 | -0/+2 |
| | | | | (thanks to Michael Biebl for noticing) | ||||
* | completed better modularity of runtime | Rainer Gerhards | 2008-04-17 | 1 | -1/+0 |
| | | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things. | ||||
* | modularization work | Rainer Gerhards | 2008-04-17 | 1 | -0/+991 |
cleanup + created an abstract class for global data items and moved glblGetWorkDir to it |