summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | license docs were not properly redistributedRainer Gerhards2012-01-212-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | thanks to Tomas Heinrich for alerting me.
* | | | | | Merge branch 'v5-devel' & fix bug in BSD imklog driverRainer Gerhards2012-01-2310-2105/+185
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imklog/ksym.c plugins/imklog/linux.c
| * | | | | imklog: forgot to remove one file; now doneRainer Gerhards2012-01-231-35/+0
| | | | | |
| * | | | | refactored imklog linux driver, now combined with BSD driverRainer Gerhards2012-01-239-2063/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Linux driver no longer supports outdated kernel symbol resolution, which was disabled by default for very long. Also overall cleanup, resulting in much smaller code. Linux and BSD are now covered by a single small driver.
* | | | | | cosmetic: remove compiler warningsRainer Gerhards2012-01-194-5/+4
| | | | | |
* | | | | | refactor: removing dead apc codeRainer Gerhards2012-01-196-466/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | another concept that did not prove valuable enough to be kept active. For the last couple of releases, the dead code was kept inside the project as we thought we could probably reuse it. Doesn't look so...
* | | | | | refactor: remove very old sync.[ch] system for "abstracting" mutex accessRainer Gerhards2012-01-196-114/+8
| | | | | | | | | | | | | | | | | | | | | | | | This was a bad idea that never was used much.
* | | | | | omshell: light cleanupRainer Gerhards2012-01-191-11/+7
| | | | | |
* | | | | | cleanup: different text escape types made more portableRainer Gerhards2012-01-192-15/+5
| | | | | |