Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master-lookup' | Rainer Gerhards | 2013-10-13 | 1 | -0/+2 |
|\ | | | | | | | | | | | Conflicts: grammar/rainerscript.h runtime/rsyslog.h | ||||
| * | add lookup table sekeleton to build system | Rainer Gerhards | 2013-07-05 | 1 | -0/+2 |
| | | |||||
* | | make rsyslog use the new json-c pkgconfig file if available | hwoarang | 2013-09-03 | 1 | -3/+4 |
|/ | |||||
* | Remove redundat cflags and links to libraries | Tomas Heinrich | 2013-05-20 | 1 | -3/+3 |
| | | | | | This prevents linking with libee, liblognorm and libgcrypt when not necessary. | ||||
* | build: fix build if libgcrypt support is disabled | Michael Biebl | 2013-04-26 | 1 | -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 Solaris | John Lyman | 2013-04-25 | 1 | -1/+1 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=436 | ||||
* | some minor additions to 7.3.11v7.3.11 | Rainer Gerhards | 2013-04-23 | 1 | -0/+1 |
| | |||||
* | logenc: support keyfiles in rscryutil | Rainer Gerhards | 2013-04-12 | 1 | -7/+7 |
| | |||||
* | log encryption: check length of "key" parameter | Rainer Gerhards | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | log encryption: initial PoC implementation | Rainer Gerhards | 2013-04-05 | 1 | -3/+19 |
| | | | | rough baseline, needs to be extended for actual use. | ||||
* | imudp: support user-selectable inputname | Rainer Gerhards | 2013-03-26 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master-gt' | Rainer Gerhards | 2013-03-25 | 1 | -1/+1 |
|\ | |||||
| * | fix: librsgt.h was not put in distribution tarball | Rainer Gerhards | 2013-03-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslog | Rainer Gerhards | 2013-03-22 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'v7-stable' | Rainer Gerhards | 2013-03-22 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2013-03-22 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2013-03-22 | 1 | -2/+2 |
| | | |\ | |||||
| | | | * | build-sys: Fix "update-systemd" target | Michael Biebl | 2013-03-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | The urls have changed. | ||||
* | | | | | logsig: add support to read signature files | Rainer Gerhards | 2013-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | ... still incomplete ... | ||||
* | | | | | logsig: more interface plumbing | Rainer Gerhards | 2013-03-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | logsig: build base plumbing for signature multi-provider interface | Rainer Gerhards | 2013-03-05 | 1 | -0/+7 |
| | | | | | |||||
* | | | | | logsigner: sign via merkle tree approach (still PoC, non production) | Rainer Gerhards | 2013-02-21 | 1 | -1/+10 |
|/ / / / | |||||
* | | | | Merge branch 'master-ratelimit' | Rainer Gerhards | 2012-10-30 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | new ratelimit: interface plumbing added | Rainer Gerhards | 2012-10-09 | 1 | -0/+2 |
| |/ / / | | | | | | | | | | | | | no actual implementation yet done | ||||
* | | | | move cJSON to omelasticsearch | Rainer Gerhards | 2012-10-29 | 1 | -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-es | Rainer Gerhards | 2012-10-29 | 1 | -2/+4 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h | ||||
| * | | | add cJSON to rsyslog runtime | Rainer Gerhards | 2012-07-25 | 1 | -2/+4 |
| |/ / | |||||
* / / | new ruleengine: some cleanup | Rainer Gerhards | 2012-09-06 | 1 | -2/+0 |
|/ / | |||||
* | | refactor: removing dead apc code | Rainer Gerhards | 2012-01-19 | 1 | -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 access | Rainer Gerhards | 2012-01-19 | 1 | -2/+0 |
| | | | | | | | | This was a bad idea that never was used much. | ||||
* | | more cleanup... | Rainer Gerhards | 2011-07-11 | 1 | -2/+0 |
| | | |||||
* | | more cleanup | Rainer Gerhards | 2011-07-11 | 1 | -4/+0 |
| | | |||||
* | | cleanup, removing now unused code | Rainer Gerhards | 2011-07-11 | 1 | -10/+0 |
| | | |||||
* | | milestone/[PARTWORK]: implemented comparison operations | Rainer Gerhards | 2011-07-08 | 1 | -10/+10 |
| | | |||||
* | | milestone/[NONWORKING]: first integration of new parser, rules are not yet ↵ | Rainer Gerhards | 2011-07-06 | 1 | -1/+1 |
| | | | | | | | | handled | ||||
* | | added a first implementation of a DNS name cache | Rainer Gerhards | 2011-06-06 | 1 | -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 interface | Rainer Gerhards | 2011-05-05 | 1 | -0/+1 |
| | | | | | | | | as far as we know that new interface right now ;) | ||||
* | | shuffled even more config code from syslgod to config handler | Rainer Gerhards | 2011-04-26 | 1 | -2/+2 |
| | | |||||
* | | milestone: templates are now in config object | Rainer Gerhards | 2011-04-19 | 1 | -0/+2 |
| | | |||||
* | | renaming conf.* wasn't a good idea -- undoing | Rainer Gerhards | 2011-04-19 | 1 | -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 system | Rainer Gerhards | 2011-04-19 | 1 | -2/+2 |
| | | |||||
* | | mmnormalize loads & runs (basic testing done) | Rainer Gerhards | 2010-12-01 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'v5-beta' into v5-devel | Rainer Gerhards | 2010-11-25 | 1 | -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 Gerhards | 2010-11-25 | 1 | -0/+1 |
| | | | | | | | | | | At least one instance of that problem could potentially lead to abort (inside omfile). | ||||
* | | omhdfs: support for HUP added | Rainer Gerhards | 2010-10-04 | 1 | -2/+4 |
| | | |||||
* | | build system: fixed some minor issues | Rainer Gerhards | 2010-09-28 | 1 | -0/+2 |
| | | |||||
* | | added some generic hashtable code by Christopher Clark | Rainer Gerhards | 2010-09-28 | 1 | -0/+2 |
| | | | | | | | | found at http://www.cl.cam.ac.uk/~cwc22/hashtable/ | ||||
* | | improved statistics-gathering subsystem | Rainer Gerhards | 2010-09-13 | 1 | -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 lib | Rainer Gerhards | 2010-09-08 | 1 | -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 systemd | Lennart Poettering | 2010-09-07 | 1 | -0/+5 |
|/ |