summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master-lookup'Rainer Gerhards2013-10-131-0/+2
|\ | | | | | | | | | | Conflicts: grammar/rainerscript.h runtime/rsyslog.h
| * add lookup table sekeleton to build systemRainer Gerhards2013-07-051-0/+2
| |
* | make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-031-3/+4
|/
* Remove redundat cflags and links to librariesTomas Heinrich2013-05-201-3/+3
| | | | | This prevents linking with libee, liblognorm and libgcrypt when not necessary.
* build: fix build if libgcrypt support is disabledMichael Biebl2013-04-261-1/+1
| | | | | | We don't want to hard-code `libgcrypt-config --libs` at various. Also, make sure LIBGCRYPT_CFLAGS and LIBGCRYPT_LIBS are correctly substituted.
* bugfix: build problems on SolarisJohn Lyman2013-04-251-1/+1
| | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=436
* some minor additions to 7.3.11v7.3.11Rainer Gerhards2013-04-231-0/+1
|
* logenc: support keyfiles in rscryutilRainer Gerhards2013-04-121-7/+7
|
* log encryption: check length of "key" parameterRainer Gerhards2013-04-111-1/+1
|
* log encryption: initial PoC implementationRainer Gerhards2013-04-051-3/+19
| | | | rough baseline, needs to be extended for actual use.
* imudp: support user-selectable inputnameRainer Gerhards2013-03-261-2/+1
|
* Merge branch 'master-gt'Rainer Gerhards2013-03-251-1/+1
|\
| * fix: librsgt.h was not put in distribution tarballRainer Gerhards2013-03-221-1/+1
| |
* | Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslogRainer Gerhards2013-03-221-2/+2
|\ \ | |/ |/|
| * Merge branch 'v7-stable'Rainer Gerhards2013-03-221-2/+2
| |\
| | * Merge branch 'v6-stable' into v7-stableRainer Gerhards2013-03-221-2/+2
| | |\
| | | * Merge branch 'v5-stable' into v6-stableRainer Gerhards2013-03-221-2/+2
| | | |\
| | | | * build-sys: Fix "update-systemd" targetMichael Biebl2013-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | The urls have changed.
* | | | | logsig: add support to read signature filesRainer Gerhards2013-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | ... still incomplete ...
* | | | | logsig: more interface plumbingRainer Gerhards2013-03-051-1/+1
| | | | |
* | | | | logsig: build base plumbing for signature multi-provider interfaceRainer Gerhards2013-03-051-0/+7
| | | | |
* | | | | logsigner: sign via merkle tree approach (still PoC, non production)Rainer Gerhards2013-02-211-1/+10
|/ / / /
* | | | Merge branch 'master-ratelimit'Rainer Gerhards2012-10-301-0/+2
|\ \ \ \
| * | | | new ratelimit: interface plumbing addedRainer Gerhards2012-10-091-0/+2
| |/ / / | | | | | | | | | | | | no actual implementation yet done
* | | | move cJSON to omelasticsearchRainer Gerhards2012-10-291-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | the rsyslog runtime itself now uses json-c, but omelasticsearch currently depends on cJSON. We will change this, but not yet. Let's merge as is and see that it works well ;)
* | | | Merge branch 'beta-jsonrt' into master-esRainer Gerhards2012-10-291-2/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * | | add cJSON to rsyslog runtimeRainer Gerhards2012-07-251-2/+4
| |/ /
* / / new ruleengine: some cleanupRainer Gerhards2012-09-061-2/+0
|/ /
* | refactor: removing dead apc codeRainer Gerhards2012-01-191-2/+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-191-2/+0
| | | | | | | | This was a bad idea that never was used much.
* | more cleanup...Rainer Gerhards2011-07-111-2/+0
| |
* | more cleanupRainer Gerhards2011-07-111-4/+0
| |
* | cleanup, removing now unused codeRainer Gerhards2011-07-111-10/+0
| |
* | milestone/[PARTWORK]: implemented comparison operationsRainer Gerhards2011-07-081-10/+10
| |
* | milestone/[NONWORKING]: first integration of new parser, rules are not yet ↵Rainer Gerhards2011-07-061-1/+1
| | | | | | | | handled
* | added a first implementation of a DNS name cacheRainer Gerhards2011-06-061-0/+2
| | | | | | | | | | | | | | this still has a couple of weaknesses, like no size limit, no expiration of entries, suboptimal algorithms -- but it should perform better than what we had previously. Implementation will be improved based on feedback during the next couple of releases
* | step: imtcp moved to new config interfaceRainer Gerhards2011-05-051-0/+1
| | | | | | | | as far as we know that new interface right now ;)
* | shuffled even more config code from syslgod to config handlerRainer Gerhards2011-04-261-2/+2
| |
* | milestone: templates are now in config objectRainer Gerhards2011-04-191-0/+2
| |
* | renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-2/+2
| | | | | | | | | | 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-2/+2
| |
* | mmnormalize loads & runs (basic testing done)Rainer Gerhards2010-12-011-3/+3
|/
* Merge branch 'v5-beta' into v5-develRainer Gerhards2010-11-251-0/+1
|\ | | | | | | | | | | | | | | | | 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-251-0/+1
| | | | | | | | | | At least one instance of that problem could potentially lead to abort (inside omfile).
* | omhdfs: support for HUP addedRainer Gerhards2010-10-041-2/+4
| |
* | build system: fixed some minor issuesRainer Gerhards2010-09-281-0/+2
| |
* | added some generic hashtable code by Christopher ClarkRainer Gerhards2010-09-281-0/+2
| | | | | | | | found at http://www.cl.cam.ac.uk/~cwc22/hashtable/
* | improved statistics-gathering subsystemRainer Gerhards2010-09-131-2/+4
| | | | | | | | | | | | | | | | ... 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.
* | moved systemd interface to rsyslog convenience libRainer Gerhards2010-09-081-2/+2
| | | | | | | | | | | | | | 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.
* | acquire /dev/log socket optionally from systemdLennart Poettering2010-09-071-0/+5
|/