summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* milestone: parsing audit message almost correctRainer Gerhards2012-02-241-9/+133
|
* mmaudit: added skeleton (copy of mmjsonparse)Rainer Gerhards2012-02-234-0/+286
|
* mmjsonparse: changed cookie back to @cee: after discussion with BalabitRainer Gerhards2012-02-221-1/+1
|
* added mmjsonparse to support recognizing and parsing JSON enhanced syslog ↵Rainer Gerhards2012-02-215-3/+282
| | | | messages
* bugfix: property $!all-json made rsyslog abort if no normalized data is ↵Rainer Gerhards2012-02-212-4/+13
| | | | available
* dns cache: working on invalid resolution bug, againRainer Gerhards2012-02-094-5/+8
| | | | the proposed solution did not work out well...
* dns cache: experimental fix for name resulution problemRainer Gerhards2012-02-081-1/+1
|
* Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslogRainer Gerhards2012-02-082-31/+28
|\
| * dns chache: added some more error instrumentationRainer Gerhards2012-02-062-31/+28
| |
* | omsnmp: support for new config system added & some refactoringRainer Gerhards2012-02-082-100/+146
|/
* Merge branch 'v6-stable'Rainer Gerhards2012-02-031-16/+14
|\
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-02-031-16/+14
| |\
| | * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-02-031-16/+14
| | |\
| | | * ommysql: put under ASL 2.0Rainer Gerhards2012-02-031-16/+14
| | | | | | | | | | | | | | | | after getting OK via email from contributor Ariel P. (2012-02-02 22:06 CET)
* | | | upgraded omlibdbi to support the new v6 config formatRainer Gerhards2012-02-023-24/+119
| | | |
* | | | ommysql: updated docRainer Gerhards2012-02-021-16/+30
| | | |
* | | | bugfix: abort during startup when rsyslog.conf v6+ format was used in a ↵Rainer Gerhards2012-02-025-6/+13
| | | | | | | | | | | | | | | | certain way
* | | | ommysql: added support for v6 config formatRainer Gerhards2012-02-023-0/+118
| | | |
* | | | nit: release date for 6.3.7v6.3.7Rainer Gerhards2012-02-021-1/+1
| | | |
* | | | cleanup: remove code for no-longer needed legacy conf functionalityRainer Gerhards2012-02-013-8/+5
| | | |
* | | | conf file: bufgix: legacy parsing of some filters did not work correctlyRainer Gerhards2012-02-014-6/+6
| | | |
* | | | omsnmp: fixing compile problemRainer Gerhards2012-02-012-4/+3
| | | |
* | | | omgssapi: fix compile errorsRainer Gerhards2012-02-011-9/+2
| | | |
* | | | Merge branch 'v6-stable'Rainer Gerhards2012-02-011-4/+4
|\| | |
| * | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-02-010-0/+0
| |\| |
| | * | undoing last commit: wrong branchRainer Gerhards2012-01-301-1/+1
| | | |
| | * | indicated special versionRainer Gerhards2012-01-301-1/+1
| | | |
| * | | omgssapi: made recompile againRainer Gerhards2012-02-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | but this version seems to have a problem, a fix as part of a rewrite is underway. Just wanted to keep things in the same state as before the interface change.
* | | | preparing for 6.3.7Rainer Gerhards2012-01-313-44/+35
| | | |
* | | | bugfix: rsyslog aborted during startup if there is an error in loading an actionRainer Gerhards2012-01-274-24/+20
| | | | | | | | | | | | | | | | and legacy configuration mode is used
* | | | Merge branch 'v6-stable'Rainer Gerhards2012-01-276-47/+62
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imklog/imklog.c plugins/imklog/imklog.h runtime/conf.c runtime/rsyslog.h
| * | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-278-48/+69
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/omprog/omprog.c runtime/rsyslog.h
| | * | added merged v4 bugfix info to changelogRainer Gerhards2012-01-271-0/+4
| | | |
| | * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-277-47/+59
| | |\|
| | | * bugfix: omprog made rsyslog abort on startup if not binary to execute was ↵Rainer Gerhards2012-01-273-0/+9
| | | | | | | | | | | | | | | | configured
| | | * relicense unlimited_select.h under ASL 2.0Rainer Gerhards2012-01-261-15/+14
| | | | | | | | | | | | | | | | | | | | after receiving permission from Red Hat legal (given in email from Tomas Heinrich)
| | | * increased max config file line size to 64kRainer Gerhards2012-01-242-1/+7
| | | | | | | | | | | | | | | | | | | | We now also emit an error message if even 64k is not enough (not doing so previously may rightfully be considered as a bug)
| | | * licensing changeRainer Gerhards2012-01-212-31/+29
| | | |
| * | | mentioning license change in ChangeLogRainer Gerhards2012-01-211-0/+1
| | | |
* | | | omprog: added support for v6 config systemRainer Gerhards2012-01-272-1/+67
| | | |
* | | | cleanup: remove omdbalertingRainer Gerhards2012-01-274-174/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | someone claimed to write a module with this functionality, if a template were provided. And indeed, it was provided but never anything happend (at least nothing was contributed back...). Removing this silly template now. If someone really intends to take up on it, get a copy from older git versions.
* | | | ompipe: cosmetic, rename varRainer Gerhards2012-01-271-12/+12
| | | |
* | | | ompipe: support for v6 config system addedRainer Gerhards2012-01-272-9/+63
| | | |
* | | | Merge branch 'v5-devel'Rainer Gerhards2012-01-273-10/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | | | preparing for 5.9.6v5.9.5Rainer Gerhards2012-01-272-8/+4
| | | | |
| * | | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-273-3/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| | * | | | bugfix: action stats did invalidly contain already-discarded messagesRainer Gerhards2012-01-272-4/+5
| | | | | |
| | * | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-01-244-3/+9
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | Conflicts: configure.ac
| | | * | | mentioning license change in ChangeLogRainer Gerhards2012-01-211-0/+1
| | | | | |
| | | * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-212-0/+3
| | | |\ \ \ | | | | | |/ | | | | |/|