Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | milestone: calling sequence changed so that wti is passed to many functions | Rainer Gerhards | 2013-10-26 | 1 | -2/+2 |
| | |||||
* | make rsyslog version output include the number of bits used for RainerScript | Rainer Gerhards | 2013-10-26 | 1 | -0/+5 |
| | |||||
* | Merge branch 'master-lookup' | Rainer Gerhards | 2013-10-13 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: grammar/rainerscript.h runtime/rsyslog.h | ||||
| * | reload lookup tables on HUP | Rainer Gerhards | 2013-07-16 | 1 | -0/+1 |
| | | |||||
* | | omfwd: new action parameter "maxErrorMessages" added | Rainer Gerhards | 2013-09-30 | 1 | -6/+26 |
| | | |||||
* | | nit: remove already done TODO comment | Rainer Gerhards | 2013-09-30 | 1 | -3/+0 |
| | | |||||
* | | omfile: add "direcreatemode" and "filecreatemode" module parameters | Rainer Gerhards | 2013-09-26 | 1 | -2/+12 |
| | | |||||
* | | Merge branch 'v7-stable-mmrfc5424addhmac' | Rainer Gerhards | 2013-09-26 | 2 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/msg.c runtime/rsyslog.h | ||||
| * | | consistently use new message protocol type #define's | Rainer Gerhards | 2013-09-23 | 2 | -2/+2 |
| | | | |||||
* | | | bugfix: omfwd parameter streamdrivermmode was not properly handled | Rainer Gerhards | 2013-09-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | it was always overwritten by whatever value was set via the legacy directive $ActionSendStreamDriverMode | ||||
* | | | experimental: make impstats return delta values where possible | Rainer Gerhards | 2013-09-07 | 1 | -5/+5 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-02 | 1 | -4/+4 |
|\| | | |||||
| * | | Better error messages from rsgtutil | Ahto Truu | 2013-09-02 | 1 | -4/+4 |
| | | | |||||
* | | | Merge branch 'c9' | Rainer Gerhards | 2013-09-02 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.c | ||||
| * | | | apply default TZ if none is present in legacy timestamp | Rainer Gerhards | 2013-09-02 | 1 | -1/+2 |
| | | | | |||||
| * | | | milestone: defaultTZ can be set in msg obj (via imtcp) | Rainer Gerhards | 2013-08-30 | 1 | -0/+1 |
| |/ / | | | | | | | | | | ... but parser does not yet use it. | ||||
* | | | Merge branch 'v7-stable' | Andre Lorbach | 2013-08-06 | 1 | -1/+5 |
|\| | | | | | | | | | | | | | | Conflicts: plugins/omprog/omprog.c | ||||
| * | | Using OMSRsetEntry to set the default action template in ompipe for now. | Andre Lorbach | 2013-08-06 | 1 | -1/+5 |
| | | | | | | | | | | | | If no default template is set, a segfault occured on startup. | ||||
* | | | cosmetic cleanup, remove left-over debug test aids | Rainer Gerhards | 2013-07-19 | 1 | -2/+0 |
| | | | |||||
* | | | main_queue() config object added | Rainer Gerhards | 2013-07-19 | 1 | -0/+2 |
| | | | | | | | | | | | | doc still missing | ||||
* | | | cleanup | Rainer Gerhards | 2013-07-15 | 1 | -3/+0 |
| | | | |||||
* | | | milestone: tcp stream compression support for transaction boundaries | Rainer Gerhards | 2013-07-15 | 1 | -8/+27 |
| | | | |||||
* | | | Merge branch 'c8' | Rainer Gerhards | 2013-07-11 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Conflicts: ChangeLog doc/imudp.html plugins/imudp/imudp.c | ||||
| * | | imudp: add ability to specify SO_RCVBUF size (rcvbufSize parameter) | Rainer Gerhards | 2013-07-11 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-15 | 1 | -0/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | systemd: use service type notify | Cristian RodrÃguez | 2013-06-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a time window, between rsyslog reporting syntax errors and the daemon returning with failure, this may cause systemctl restart rsyslog to not report any error inmediately but later in the logs which is confusing to users. The appropiate steps to correct this annoyance is to notify systemd with a simple sd_notify(0, "READY=1"); just before entering the main loop. Tested in openSUSE 12.3/13.1 x86_64 | ||||
* | | | Merge branch 'master-tcp-compress-stream' | Rainer Gerhards | 2013-06-12 | 1 | -13/+141 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into master-tcp-compress-stream | Rainer Gerhards | 2013-05-07 | 3 | -11/+11 |
| |\ \ \ | |||||
| * | | | | tcp strm compression: add config parameters | Rainer Gerhards | 2013-04-18 | 1 | -10/+52 |
| | | | | | |||||
| * | | | | tcp strm compression: first PoC | Rainer Gerhards | 2013-04-18 | 1 | -7/+93 |
| | | | | | | | | | | | | | | | | | | | | NOT to be used for production, lots of things are missing | ||||
* | | | | | Merge branch 'nextmaster' | Rainer Gerhards | 2013-06-06 | 3 | -6/+17 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | | | basic queue file encryption | Rainer Gerhards | 2013-05-13 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | enable shuffling of crypto parameters down through queue definition | Rainer Gerhards | 2013-05-10 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | extend crypto provider interface so that it can support queue subsystem | Rainer Gerhards | 2013-05-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add configurable local client IP | Axel Rau | 2013-05-06 | 2 | -1/+13 |
| | |/ / | |/| | | |||||
* | | | | Remove redundat cflags and links to libraries | Tomas Heinrich | 2013-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This prevents linking with libee, liblognorm and libgcrypt when not necessary. | ||||
* | | | | Drop unneeded macro definition | Tomas Heinrich | 2013-05-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | The macro itself was a malformed version of "_GNU_SOURCE" and thus had no effect. It is not needed as this macro is already defined via AC_GNU_SOURCE. | ||||
* | | | | build: add cached copies of generated man pages to dist tarball | Rainer Gerhards | 2013-05-14 | 1 | -0/+2 |
|/ / / | | | | | | | | | | This solves problems with some build environments. | ||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-05-03 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | bugfix: segfault due to invalid dynafile cache handling | Rainer Gerhards | 2013-05-03 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accidently, the old-style cache size parameter was used when the dynafile cache was created in a RainerScript action. If the old-style size was lower than the one actually set, this lead to misadressing when the size was overrun, and that could lead to all kinds of "interesting things", often in segfaults. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440 Conflicts: ChangeLog | ||||
* | | | bugfix: some man pages were not properly installed | Marius Tomaschewski | 2013-04-30 | 1 | -4/+6 |
| | | | | | | | | | | | | either rscryutil or rsgtutil man was installed, but not both | ||||
* | | | build: fix build if libgcrypt support is disabled | Michael Biebl | 2013-04-26 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | We don't want to hard-code `libgcrypt-config --libs` at various. Also, make sure LIBGCRYPT_CFLAGS and LIBGCRYPT_LIBS are correctly substituted. | ||||
* | | | build: rscryutil.rst was missing in tarball | Rainer Gerhards | 2013-04-25 | 1 | -0/+1 |
| | | | |||||
* | | | bugfix: off-by-one error in handling local FQDN name (regression) | Rainer Gerhards | 2013-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | A remporary buffer was allocated one byte too small. Did only affect startup, not actual operations. Came up during routine tests, and can have no effect once the engine runs. Bug was introduced in 7.3.11. | ||||
* | | | cleanup | Rainer Gerhards | 2013-04-24 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Merge branch 'master-crypto' | Rainer Gerhards | 2013-04-17 | 5 | -6/+804 |
|\ \ | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | bugfix: $PreserveFQDN is not properly working | Louis Bouchard | 2013-04-17 | 1 | -0/+7 |
| | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=426 | ||||
| * | | add basic doc for encryption capability | Rainer Gerhards | 2013-04-15 | 1 | -0/+7 |
| | | | |||||
| * | | logenc: add capability to use key generation program to rscryutil | Rainer Gerhards | 2013-04-12 | 1 | -1/+8 |
| | | | |||||
| * | | logenc: full support for keyfiles | Rainer Gerhards | 2013-04-12 | 2 | -39/+152 |
| | | | | | | | | | | | | including their generation via rscrytool |