summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-devel'Rainer Gerhards2010-11-259-161/+243
|\ | | | | | | | | Conflicts: runtime/rsyslog.h
| * Merge branch 'v5-beta' into v5-develRainer Gerhards2010-11-259-129/+212
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html plugins/imfile/imfile.c runtime/rsyslog.h
| | * bugfix: replacements for atomic operations for non-int sized types had problems.Rainer Gerhards2010-11-255-124/+192
| | | | | | | | | | | | | | | At least one instance of that problem could potentially lead to abort (inside omfile).
| | * bugfix: atomic increment for msg object may not work correct on all platforms.Chris Metcalf2010-11-251-1/+1
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-11-241-0/+17
| | |\ | | | | | | | | | | | | | | | | Conflicts: configure.ac
| | | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2010-11-241-0/+17
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| | | | * bugfix(important): problem in TLS handling could cause rsyslog to loopv3.22.3Rainer Gerhards2010-11-241-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... in a tight loop, effectively disabling functionality and bearing the risk of unresponsiveness of the whole system. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=194
| | * | | bugfix: compile failed with --enable-unlimited-selectvarmojfekoj2010-11-052-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | Merge branch 'v5-devel'Rainer Gerhards2010-10-222-2/+9
|\| | | |
| * | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2010-10-222-2/+9
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-10-192-2/+9
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac runtime/cfsysline.c tools/ompipe.c
| | | * | fixing some compile problems on FreeBSDRainer Gerhards2010-10-193-5/+12
| | | | |
* | | | | Merge branch 'v5-devel'Rainer Gerhards2010-10-152-11/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | Merge branch 'v5-beta' into v5-develRainer Gerhards2010-10-151-8/+8
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am plugins/imfile/imfile.c runtime/stream.c tests/tcpflood.c
| | * | | Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-152-8/+12
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| | | * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-10-151-8/+8
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/stream.c
| | | | * | imfile: bugfixes in regard to large files (> 2GB)Rainer Gerhards2010-10-151-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: a couple of problems that imfile had on some platforms, namely Ubuntu (not their fault, but occured there) - bugfix: imfile utilizes 32 bit to track offset. Most importantly, this problem can not experienced on Fedora 64 bit OS (which has 64 bit long's!)
| * | | | | imfile: bug fixesRainer Gerhards2010-10-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | either one or two bugs fixed ;) Definitely a problem where no state file is written when working with relative pathes. Also, some problems with offsets should be fixed for very large files. However, I could not yet experimentally show the issue so it probably needs more verification.
| * | | | | removed need for math libraryRainer Gerhards2010-10-111-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by doing math a little bit more optimal in hash table code. Also reduced memory requirement for imuxsock hash tables (expected number of connections was set too high -- table can be extended dynamically).
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2010-10-0518-6/+1838
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c runtime/rsyslog.h
| * | | | | omhdfs: support for HUP addedRainer Gerhards2010-10-045-4/+8
| | | | | |
| * | | | | omhdfs: more improvementsRainer Gerhards2010-10-013-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finally this looks almost production ready for files where no directory path needs to be created
| * | | | | omhdfs: files now kept inside a hashtable for use by multiple actionsRainer Gerhards2010-10-012-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | Note:compiles, but not yet tested
| * | | | | omhdfs: cleanup and lots of improvementRainer Gerhards2010-10-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now things look much better, also done some prep in order to support a file cache (we need this for multiple selectors writing to the same file).
| * | | | | build system: fixed some minor issuesRainer Gerhards2010-09-282-0/+2
| | | | | |
| * | | | | imuxsock: added per-socket hash tables/rate limiters & severity filterRainer Gerhards2010-09-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rate limiting now applies only to messages with a given severity or above. By default, emergency messages are NOT rate-limited.
| * | | | | imuxsock: changed to per-pid ratelimitingRainer Gerhards2010-09-281-0/+11
| | | | | |
| * | | | | added some generic hashtable code by Christopher ClarkRainer Gerhards2010-09-2810-0/+1283
| | | | | | | | | | | | | | | | | | | | | | | | found at http://www.cl.cam.ac.uk/~cwc22/hashtable/
| * | | | | patching SCM_CREDENTIALS pid into TAG of imuxsock read messagesRainer Gerhards2010-09-261-0/+1
| | | | | |
| * | | | | minor: added version number to some error messagesRainer Gerhards2010-09-171-3/+3
| | | | | |
| * | | | | fixed compile problems on Solarisv5.7.0Rainer Gerhards2010-09-161-2/+2
| | | | | |
| * | | | | improved statistics-gathering subsystemRainer Gerhards2010-09-137-2/+486
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... well, actually this is a first real implementation of this subsystem. I have added a counter registry, a way to access the countres (as readable string) and a way to define and maintem them. Also, module impstats has been updated to utilize the new system. Finally, I added some counters. I hope that this sets the baseline for useful future enhancements.
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2010-09-083-2/+703
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | | | | Merge branch 'systemd' into v5-develRainer Gerhards2010-09-083-2/+703
| |\ \ \ \ \
| | * | | | | moved systemd interface to rsyslog convenience libRainer Gerhards2010-09-083-28/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly a refresh of sd-daemon.[ch] from its source plus some make file changes. We now have systemd interfaces inside rsyslog, so that all plugins interested can call the interfaces. Seems not to be totally necessary right now, but will help in the long term.
| | * | | | | added forgotten filesRainer Gerhards2010-09-072-0/+705
| | | | | | |
| | * | | | | acquire /dev/log socket optionally from systemdLennart Poettering2010-09-071-0/+5
| | | | | | |
* | | | | | | Merge branch 'master' into tmpRainer Gerhards2010-08-111-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omudpspoof/omudpspoof.c runtime/rsyslog.h also updated omuxsock and imptcp to new interfaces
| * | | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-08-111-0/+4
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| | * | | | Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-111-0/+4
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am
| | | * | | | added imptcpRainer Gerhards2010-08-101-0/+4
| | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | imptcp is a simplified, Linux-specific and potentielly fast syslog plain tcp input plugin (NOT supporting TLS!)
| | * | | | solving an error ID collision with v5 buildRainer Gerhards2010-08-061-1/+1
| | | | | |
| * | | | | Merge branch 'v4-devel'Rainer Gerhards2010-08-061-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am
| | * | | | added omuxsock, which permits to write message to local Unix socketsRainer Gerhards2010-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding
* | | | | | Merge branch 'master' into newconfRainer Gerhards2010-08-051-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/manual.html
| * | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-08-051-1/+1
| |\| | | | | | |_|/ / | |/| | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-08-051-1/+1
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2010-08-051-1/+1
| | | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/conf.c
| | | | * program name filter ! in the configuration cannot be resetKiss Gabor (Bitman)2010-08-051-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | final (?) milestone: looks like action scoping works nowRainer Gerhards2010-07-271-1/+34
| | | | | | | | | | | | | | | | | | | | but doc and testing is missing!