summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* made ompgsql identify its version on loadRainer Gerhards2010-05-071-0/+1
|
* Merge branch 'v4-devel' into masterRainer Gerhards2010-04-231-1/+1
|\ | | | | | | | | | | Conflicts: runtime/rsyslog.h runtime/wtp.c
| * solved alignment errors on Solaris SparcRainer Gerhards2010-04-221-1/+1
| |
* | adopted imsolaris to the new v5 semanticsRainer Gerhards2010-04-211-8/+17
| | | | | | | | | | | | It now supports the new cancel-free termination mode. This is important to get a really reliable solution in all cases. This concludes the initial implementation of imsolaris for v5.
* | fixed broken mergeRainer Gerhards2010-04-201-1/+0
| |
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-201-110/+126
|\| | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am
| * finalized work on imsolarisRainer Gerhards2010-04-201-110/+126
| | | | | | | | | | | | | | | | Did a couple of clean-ups and made the module more robust. Among others, improved performance and structure, fixed the recovery handler (which did not correctly work before) and straightend out some minor issues. Doc and some platform tests are still missing, but other than that this version looks pretty good.
* | Merge branch 'v4-devel'Rainer Gerhards2010-04-194-131/+163
|\| | | | | | | | | | | | | Conflicts: runtime/msg.h runtime/rsyslog.h runtime/stream.c
| * improved quality of imsolaris codeRainer Gerhards2010-04-194-131/+163
| | | | | | | | including refctoring for a more simple solution
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-17/+5
|\| | | | | | | | | Conflicts: runtime/msg.h
| * changed imsolaris to use submitMsg() APIRainer Gerhards2010-04-191-16/+4
| | | | | | | | | | This includes a modification to the rsyslog engine so that messages without PRI inside the message can properly be handled.
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-1913-1083/+813
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html runtime/debug.c runtime/rsyslog.h tests/Makefile.am tests/diag.sh tests/nettester.c tools/syslogd.c
| * some more cleanupRainer Gerhards2010-04-193-29/+11
| |
| * minor cleanup (cosmetic)Rainer Gerhards2010-04-152-70/+52
| |
| * first version of imsolaris created, cleanup for solaris doneRainer Gerhards2010-04-157-609/+401
| | | | | | | | more cleanup required, but things now basically work
| * some cleanup of solaris imklogRainer Gerhards2010-04-123-49/+23
| |
| * Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-1211-7/+1562
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
* | \ Merge branch 'beta' into masterRainer Gerhards2010-04-0910-5/+1551
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c runtime/stream.h tests/Makefile.am tests/diag.sh tools/omfile.c
| * \ \ Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-098-2/+1548
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/rsyslog.c tests/nettester.c tools/syslogd.c
| | * | git "bugfix": added file previously forgottenRainer Gerhards2010-04-011-0/+1
| | | |
| | * | cleanup in solaris components for imklogRainer Gerhards2010-03-262-98/+8
| | | |
| | * | bugfix: local unix system log socket was deleted even when it was not configuredRainer Gerhards2010-03-261-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | Also made sure that /dev/log will not be processed by imuxsock when running under Solaris -- otherwise, the module may had accidently deleted the log socket and cause problems.
| | * | added initial files for door support & fixed imklogRainer Gerhards2010-03-265-48/+1048
| | | | | | | | | | | | | | | | imklog now basically works, but needs quite some more work to do
| | * | interim commit: imklog/solaris compiles, but does not workRainer Gerhards2010-03-263-604/+389
| | | | | | | | | | | | | | | | | | | | saving this area of work, because some further clarification is needed. Do not try to run the current imklog, it will fail.
| | * | added forgotten fileRainer Gerhards2010-03-251-0/+545
| | | |
| | * | added some starting point for a solaris imklog driverRainer Gerhards2010-03-252-0/+296
| | | | | | | | | | | | | | | | ... far from being functional at this time!
| * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-292-3/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/debug.c runtime/stream.c tests/Makefile.am tests/diskqueue.sh tests/nettester.c tools/omfile.c
| | * | enabled imudp to send complete text of large messages to debug logRainer Gerhards2010-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | ... it turns out that this is sometimes extremely useful when debugging real-world problems at user sites.
| | * | bugfix: recent patch to fix small memory leak could cause invalid free.Rainer Gerhards2010-03-161-2/+2
| | | | | | | | | | | | | | | | This could only happen during config file parsing.
* | | | bugfix: failed to compile on systems without epoll supportRainer Gerhards2010-03-021-7/+5
| | | |
* | | | added capability to turn off standard LF delimiter in TCP serverRainer Gerhards2010-03-011-0/+5
| | | | | | | | | | | | | | | | via new directive "$InputTCPServerDisableLFDelimiter on"
* | | | Merge branch 'beta' into masterRainer Gerhards2010-02-103-7/+18
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/parsertest.sh
| * | | Merge branch 'v4-beta' into betaRainer Gerhards2010-02-102-2/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c template.c tests/Makefile.am tests/parsertest.sh
| | * | improved PostgreSQL database create script, provided doc on PostgreSQL setupMarc Schiffbauer2010-02-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | bugfix: imuxsock incorrectly stated inputname "imudp"Rainer Gerhards2010-02-061-2/+2
| | | | | | | | | | | | | | | | Thanks to Ryan Lynch for reporting this.
| * | | bugfix: omruleset failed to work in many casesRainer Gerhards2010-02-081-5/+16
| | | | | | | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=179 Thanks to Ryan B. Lynch for reporting this issue.
* | | | Merge branch 'beta'Rainer Gerhards2010-02-041-0/+9
|\| | |
| * | | Merge branch 'v4-beta' into betaRainer Gerhards2010-02-041-0/+9
| |\| |
| | * | Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-02-041-0/+9
| | |\ \
| | | * | bugfix: several smaller bugs resolved after flexelint reviewvarmojfekoj2010-02-041-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-10-141-5/+4
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imrelp/imrelp.c
* | | | | | Merge branch 'beta'Rainer Gerhards2010-01-121-5/+14
|\| | | | |
| * | | | | bugfix: ompgsql did not properly check the server connection in tryResume()Rainer Gerhards2009-12-161-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | what could lead to rsyslog running in a thight loop. Also did some code cleanup of previous patch.
* | | | | | Merge branch 'beta'Rainer Gerhards2009-12-111-1/+2
|\| | | | |
| * | | | | made ompgsql behave correctly with older rsyslog core versionsRainer Gerhards2009-12-111-1/+2
| | | | | |
* | | | | | Merge branch 'beta'Rainer Gerhards2009-12-111-1/+3
|\| | | | |
| * | | | | bugfix: ompgsql had problems with transaction support, what actually ↵Rainer Gerhards2009-12-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rendered it unsuable. Thanks to forum user "horhe" for alerting me on this bug and helping to debug/fix it!
* | | | | | Merge branch 'beta'Rainer Gerhards2009-11-251-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | Merge branch 'v5-stable' into betaRainer Gerhards2009-11-251-0/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| | * | | | | bugfix: enabling GSSServer crashes rsyslog startupTomas Kubina2009-11-251-0/+2
| | | | | | |