summaryrefslogtreecommitdiffstats
path: root/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: remove code for no-longer needed legacy conf functionalityRainer Gerhards2012-02-011-6/+3
|
* Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-16/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.h configure.ac doc/manual.html plugins/immark/immark.c plugins/impstats/impstats.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c runtime/cfsysline.c runtime/cfsysline.h runtime/conf.c runtime/ctok.c runtime/ctok.h runtime/ctok_token.c runtime/ctok_token.h runtime/dnscache.h runtime/expr.c runtime/expr.h runtime/rule.c runtime/rule.h runtime/ruleset.h runtime/sysvar.c runtime/vm.h runtime/vmop.c runtime/vmop.h runtime/vmprg.c runtime/vmprg.h runtime/vmstk.c runtime/vmstk.h tools/omusrmsg.c
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-16/+14
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c
| | * relicense parts under ASL 2.0Rainer Gerhards2012-01-111-16/+14
| | | | | | | | | | | | after carful check for copyright holder
* | | Merge branch 'v5-devel'Rainer Gerhards2011-10-211-4/+14
|\| | | | | | | | | | | | | | Conflicts: ChangeLog
| * | bugfix: missing whitespace after property-based filter was not detectedRainer Gerhards2011-10-211-4/+14
| | |
* | | milestone: added support for CEE-properties in property-based filtersRainer Gerhards2010-12-011-3/+4
|/ /
* / enhanced test environment (including testbench)Rainer Gerhards2009-10-221-2/+3
|/ | | | | | | | support for enhancing probability of memory addressing failure by using non-NULL default value for malloced memory (optional, only if requested by configure option). This helps to track down some otherwise undetected issues within the testbench and is expected to be very useful in the future.
* going forward in moving string-handling functions to new interface...Rainer Gerhards2009-06-171-9/+9
|
* done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-8/+8
|
* moved files to the runtimeRainer Gerhards2008-04-161-1/+1
| | | | | | there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.
* some cleanupRainer Gerhards2008-04-111-32/+23
|
* properties are now case-insensitive everywhere (script, filters, templates)Rainer Gerhards2008-04-031-2/+3
|
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-7/+7
| | | | rsyslog (now) and also much easier to type
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-11/+11
|
* - added doc on how expressions will workRainer Gerhards2008-02-191-15/+12
| | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-24/+26
| | | | | | finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS...
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-1/+17
|
* added Bartosz Kuzma patches for better compatibility with NetBSD - manyRainer Gerhards2007-12-031-2/+10
| | | | thanks for them!
* - changed part of the CStr interface so that better error tracking isRainer Gerhards2007-09-051-8/+9
| | | | | | | provided and the calling sequence is more intuitive (there were invalid calls based on a too-weired interface) - (hopefully) fixed some remaining bugs rooted in wrong use of the CStr class. These could lead to program abort.
* fixed a memory leak in config file parsing thanks to varmojfekoj for theRainer Gerhards2007-07-231-11/+11
| | | | patch
* code cleanup (removed compiler warningsRainer Gerhards2007-07-181-1/+1
|
* fixed a bug that could case host wildcards to become corruptedRainer Gerhards2007-07-181-1/+1
|
* fully integrated patch from mildew@gmail.comRainer Gerhards2007-07-161-2/+5
|
* applied patch by mildew@gmail.com to support IPv6 in $AllowedSendersRainer Gerhards2007-07-161-33/+97
|
* moving towards autotools build system - config.h include forgotten & nowRainer Gerhards2007-07-111-0/+2
| | | | fixed
* cleaned up some issues with $FileCreateModeRainer Gerhards2007-07-041-0/+8
|
* applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed aRainer Gerhards2007-07-031-14/+14
| | | | number of char to unsigned char
* added allowedSender support for TCPRainer Gerhards2005-09-271-0/+14
|
* nearing completion of allowedSenders functionalityRainer Gerhards2005-09-271-1/+179
|
* added capability to filter on any property in selector linesRainer Gerhards2005-09-191-6/+13
|
* added parsing of property-filter (but not complete property selector lineRainer Gerhards2005-09-191-4/+129
| | | | yet)
* on the way to adding property-based filters - right before changingRainer Gerhards2005-09-151-0/+154
cfline()