summaryrefslogtreecommitdiffstats
path: root/runtime/conf.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: remove code for no-longer needed legacy conf functionalityRainer Gerhards2012-02-011-1/+1
|
* conf file: bufgix: legacy parsing of some filters did not work correctlyRainer Gerhards2012-02-011-1/+1
|
* bugfix: rsyslog aborted during startup if there is an error in loading an actionRainer Gerhards2012-01-271-5/+1
| | | | and legacy configuration mode is used
* Merge branch 'v6-stable'Rainer Gerhards2012-01-271-1/+1
|\ | | | | | | | | | | | | | | Conflicts: plugins/imklog/imklog.c plugins/imklog/imklog.h runtime/conf.c runtime/rsyslog.h
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-271-1/+4
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/omprog/omprog.c runtime/rsyslog.h
| | * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-271-1/+4
| | |\
| | | * increased max config file line size to 64kRainer Gerhards2012-01-241-1/+4
| | | | | | | | | | | | | | | | | | | | We now also emit an error message if even 64k is not enough (not doing so previously may rightfully be considered as a bug)
* | | | refactor: removing v6.1 scoping codeRainer Gerhards2012-01-191-121/+1
| | | |
* | | | Merge branch 'v6-stable'Rainer Gerhards2012-01-191-4/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/conf.c runtime/modules.c runtime/modules.h
| * | | removing the newScope/resumeScope macro interfacesRainer Gerhards2012-01-191-4/+2
| | | | | | | | | | | | | | | | to make using pre-v6-plugins even easier
* | | | Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-6/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/immark/immark.c plugins/imptcp/imptcp.c plugins/imrelp/imrelp.c plugins/imtcp/imtcp.c plugins/imtemplate/imtemplate.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c plugins/omtemplate/omtemplate.c runtime/glbl.c runtime/parser.c tools/omfile.c tools/syslogd.c
| * | | undoing v6.1 config scoping interface, part IRainer Gerhards2012-01-181-6/+1
| | | | | | | | | | | | | | | | The most common files are now changed, more needs to be done.
| * | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-181-20/+16
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imptcp/imptcp.c
* | | | Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-20/+16
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-20/+16
| |\ \ \ | | | |/ | | |/|
| | * | license changeRainer Gerhards2012-01-141-20/+16
| | | | | | | | | | | | | | | | after careful consideration of affected code
| | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2010-12-161-1/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | * | improved some code based on clang static analyzer resultsRainer Gerhards2010-12-161-1/+1
| | | | |
* | | | | Merge branch 'beta'Rainer Gerhards2012-01-091-0/+5
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/v6compatibility.html
| * | | | removing $Begin, $End, $StrictScoping directivesRainer Gerhards2012-01-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v6.4 will provide the same functionality in a far better way. So we do not want to clutter the code. -------------------------
| * | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-10-211-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
* | | | | Merge branch 'v5-devel'Rainer Gerhards2011-10-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * \ \ \ \ Merge branch 'v5-stable' into v5-develRainer Gerhards2011-10-211-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| | * | | | bugfix: missing whitespace after property-based filter was not detectedRainer Gerhards2011-10-211-1/+1
| | | | | |
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2011-09-261-0/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/conf.c tools/omfile.c tools/omusrmsg.c
| * | | | | added capability to emit config error location info for warningsRainer Gerhards2011-08-091-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise, omusrmsg's warning about new config format was not accompanied by problem location.
* | | | | | milestone: generic action parameters parsed via new config systemRainer Gerhards2011-08-011-1/+2
| | | | | |
* | | | | | milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | ... and action queue defs use this new interface (but not yet the main queues)
* | | | | | milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-201-40/+0
| | | | | |
* | | | | | milestone: added module config namesRainer Gerhards2011-07-201-81/+0
| | | | | |
* | | | | | Merge branch 'master-newconf'Rainer Gerhards2011-07-121-365/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tools/omfile.c
| * | | | | | more cleanup, working on emergency config systemRainer Gerhards2011-07-111-2/+5
| | | | | | |
| * | | | | | more cleanupRainer Gerhards2011-07-111-8/+0
| | | | | | |
| * | | | | | cleanup, removing now unused codeRainer Gerhards2011-07-111-83/+0
| | | | | | |
| * | | | | | cleaup & emergency config system reactivatedRainer Gerhards2011-07-091-257/+0
| | | | | | |
| * | | | | | milestone/[PARTWORK]: integrted script filter, but var access is missingRainer Gerhards2011-07-071-3/+7
| | | | | | |
| * | | | | | milestone:/[PARTWORK]: config is processed using new parser, except...Rainer Gerhards2011-07-061-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ... for "if" filters (more work to come, probably lots of more work... ;))
* | | | | | | Merge branch 'v5-devel'Rainer Gerhards2011-07-111-12/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| * / / / / cosmetic: reformatted some codeRainer Gerhards2011-06-301-12/+5
| |/ / / / | | | | | | | | | | | | | | | so that more fits on a single screen --> useful for analysis
* | | | | step: put plumbing in place for new input module config systemRainer Gerhards2011-05-031-16/+18
| | | | |
* | | | | step: config-specific module list used during config processingRainer Gerhards2011-04-271-4/+4
| | | | |
* | | | | step: added config-specific module listRainer Gerhards2011-04-271-1/+1
| | | | |
* | | | | step: $ModLoad handler no longe requries conf objRainer Gerhards2011-04-271-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | re-doing the interface, global var "loadConf" now holds that data. Makes things simpler with legacy handler, as well as new functionality.
* | | | | step: config handler setting from syslogd.c moved to rsconf.cRainer Gerhards2011-04-211-3/+3
| | | | |
* | | | | some more work was required on the ruleset modificationRainer Gerhards2011-04-191-1/+1
| | | | |
* | | | | milestone: ruleset now supports rsconf_tRainer Gerhards2011-04-191-8/+7
| | | | |
* | | | | milestone: conf obj interface now utilzes rsconf_tRainer Gerhards2011-04-191-22/+22
| | | | |
* | | | | milestone: templates are now in config objectRainer Gerhards2011-04-191-1/+1
| | | | |
* | | | | renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-0/+1453
| | | | | | | | | | | | | | | | | | | | | | | | | too many dependencies, things get cluttered (and merging probably gets problematic). Now new config will be "conf2".
* | | | | renamed conf.c to legacyconf.c to make room for new config systemRainer Gerhards2011-04-191-1453/+0
| |/ / / |/| | |