Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imuxsock: do not log EAGAIN in nonblocking recvfrom | Marius Tomaschewski | 2012-11-13 | 1 | -1/+1 |
| | |||||
* | doc: v3 compatibility doc lists invalid config directive | Rainer Gerhards | 2012-10-22 | 1 | -1/+1 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=365 | ||||
* | fix epoll-enabled code to use correct data member for pointers | Rainer Gerhards | 2012-10-19 | 2 | -4/+4 |
| | |||||
* | preparing for 5.10.1v5.10.1 | Rainer Gerhards | 2012-10-17 | 3 | -4/+4 |
| | |||||
* | imklog: use memmove instead of memcpy (solaris) | Marius Tomaschewski | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | imklog: use memmove to remove kernel timestamp | Marius Tomaschewski | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | imklog: skip leading spaces in kernel timestamp | Marius Tomaschewski | 2012-10-17 | 1 | -1/+3 |
| | |||||
* | bugfix: imuxsock truncated head of received message | Rainer Gerhards | 2012-10-16 | 2 | -8/+6 |
| | | | | | | | | | | | | | This happened only under some circumstances. Thanks to Marius Tomaschwesky, Florian Piekert and Milan Bartos for their help in solving this issue. Note that Milan sent a patch, which solved the problem under some conditions (can be found somewhat earlier in git history). However, it did not handle the original root cause, and so did not fix the problem always. The main reason was that the date parser modifies the provided lenghts. That part of the API was not properly used by the caller (who decremented the length once more). | ||||
* | fix problem with cutting first 16 characters from message with bAnnotate on ↵ | Milan Bartos | 2012-10-10 | 1 | -1/+5 |
| | | | | modified: plugins/imuxsock/imuxsock.c | ||||
* | remove cust1 dummy plugin from build system | Rainer Gerhards | 2012-10-04 | 4 | -27/+1 |
| | | | | | | | Thanks to Michael Biebl for identifying this as the culprit for several build-related issues. The plugin is a placeholder, and was not used for quite some while. It is definitely not worth the effort to keep it along. If needed, can be quickly created. | ||||
* | minor: disable debug support in complex1.sh test | Rainer Gerhards | 2012-10-02 | 1 | -2/+2 |
| | |||||
* | cleanup | Rainer Gerhards | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | bugfix: fixed wrong bufferlength for snprintf in tcpflood.c | Andre Lorbach | 2012-09-28 | 3 | -3/+5 |
| | | | | | The problem occured when using the -f (dynafiles) option, and caused some tests to fail. | ||||
* | enable DNS resolution in imrelp | Apollon Oikonomopoulos | 2012-09-26 | 2 | -0/+9 |
| | |||||
* | Debug logging slightly improved | Rainer Gerhards | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | bugfix: invalid property name in property-filter could cause abort | Rainer Gerhards | 2012-09-13 | 2 | -56/+67 |
| | | | | | | ...if action chaining (& operator) was used http://bugzilla.adiscon.com/show_bug.cgi?id=355 Thanks to pilou@gmx.com for the bug report | ||||
* | remove unused variables (if SCM_CREDENTIALS is not available) | Cristian Ionescu-Idbohrn | 2012-09-12 | 2 | -1/+9 |
| | |||||
* | imuxsock: remove incorrect socket option call | Cristian Ionescu-Idbohrn | 2012-09-12 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | SCM_CREDENTIALS is not a socket option; its value is usually 0x2 which on most archs corresponds to socket option SO_REUSEADDR, but on mips-arch there is no socket option with value 0x2 and SO_REUSEADDR = 0x4, so the call will fail with ENOPROTOOPT 'Protocol not available'; skip it. There does not seem any other special setsockopt call is needed anyway, besides the above. In addition Jonny Törnbom commented: SCM_CREDENTIALS is a control message type, not a socket option, so using setsockopt(...SCM_CREDENTIALS...) is potentially dangerous and wrong and should be deleted from the code. (SCM_CREDENTIALS is used in conjuction with SO_PASSCRED which is the socket option to use.) | ||||
* | fix compile problem on FreeBSD | Brad Davis | 2012-09-11 | 1 | -3/+1 |
| | |||||
* | Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stable | Rainer Gerhards | 2012-08-25 | 3 | -30/+48 |
|\ | | | | | | | | | Conflicts: template.c | ||||
| * | change template.[ch] to ASL 2.0, removing a GPLv3-only patch | Rainer Gerhards | 2012-08-25 | 3 | -30/+48 |
| | | | | | | | | | | see template.c file header for details Note that this functionality was almost never used in practice | ||||
* | | preparing for 5.10.0 releasev5.10.0 | Rainer Gerhards | 2012-08-22 | 4 | -4/+11 |
| | | |||||
* | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2012-08-22 | 1 | -2/+6 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | preparing for 5.8.13 releasev5.8.13 | Rainer Gerhards | 2012-08-22 | 3 | -3/+3 |
| | | |||||
| * | nit: forward-compatible default ruleset name as used in next version | Rainer Gerhards | 2012-08-22 | 1 | -1/+1 |
| | | |||||
* | | small bugfix: stream timeout API use was incorrect | Rainer Gerhards | 2012-08-22 | 1 | -2/+2 |
| | | | | | | | | Thanks to Andre Lorbach for mentioning this. | ||||
* | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2012-08-22 | 6 | -18/+119 |
|\| | | | | | | | | | Conflicts: runtime/ruleset.c | ||||
| * | bugfix: multiple main queues with same queue file name were not detected | Rainer Gerhards | 2012-08-22 | 3 | -3/+48 |
| | | | | | | | | | | | | This lead to queue file corruption. While the root cause is a config error, it is a bug that this important and hard to find config error was not detected by rsyslog. | ||||
| * | nitfix: remove quirck in new debug message code | Rainer Gerhards | 2012-08-01 | 1 | -4/+2 |
| | | |||||
| * | more elaborate debug logging for object deserializer | Rainer Gerhards | 2012-08-01 | 1 | -0/+39 |
| | | |||||
| * | undo last queue patch - caused a regression | Rainer Gerhards | 2012-08-01 | 2 | -5/+1 |
| | | | | | | | | some more elaborate patch is needed and will be provided | ||||
| * | bugfix: potential abort if output plugin logged message during shutdown | Rainer Gerhards | 2012-08-01 | 2 | -7/+28 |
| | | | | | | | | | | | | | | note that none of the rsyslog-provided plugins does this Thanks to bodik and Rohit Prasad for alerting us on this bug and analyzing it. fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=347 | ||||
| * | bugfix: DA queue fixed handling of bad queue files. | Andre Lorbach | 2012-07-31 | 2 | -1/+5 |
| | | |||||
| * | bugfix: strm class could abort under some circumstances | Rainer Gerhards | 2012-07-24 | 1 | -6/+4 |
| | | | | | | | | | | ... it could pass a NULL pointer to unlink. Depending on OS implementation, this could (or could not...) lead to a segfault. | ||||
| * | bugfix: DA queue could cause abort | Rainer Gerhards | 2012-07-24 | 2 | -3/+6 |
| | | | | | | | | | | ...due to invalid mutex synchronisation in DA worker. In case of idle queue, mutex was incorrectly locked. | ||||
* | | changed TRUE/FALSE to RSTRUE/RSFALSE | Rainer Gerhards | 2012-08-22 | 14 | -46/+45 |
| | | | | | | | | This is done to prevent name claches with libraries. | ||||
* | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2012-06-15 | 4 | -13/+10 |
|\| | |||||
| * | bugfix: randomized IP option header in omudpspoof caused problems | Rainer Gerhards | 2012-06-15 | 2 | -13/+5 |
| | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=327 Thanks to Rick Brown for helping to test out the patch. | ||||
| * | adding pkgconfigdir definition to Makefile.am to help build properly | Abby Edwards | 2012-06-13 | 1 | -0/+2 |
| | | |||||
| * | bugfix "$PreserveFQDN on" was not honored in some modules | Rainer Gerhards | 2012-06-12 | 2 | -0/+3 |
| | | | | | | | | | | Thanks to bodik for reporting this bug. --------------------------------------------- | ||||
* | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2012-06-11 | 3 | -5/+15 |
|\| | | | | | | | | | Conflicts: ChangeLog | ||||
| * | bugfix: "last message repeated n times" message was missing hostname | Rainer Gerhards | 2012-06-11 | 3 | -5/+13 |
| | | | | | | | | Thanks to Zdenek Salvet for finding this bug and to Bodik for reporting | ||||
* | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2012-06-06 | 7 | -34/+62 |
|\| | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/modules.c | ||||
| * | preparing for 5.8.12v5.8.12 | Rainer Gerhards | 2012-06-06 | 3 | -3/+3 |
| | | |||||
| * | bugfix: property PROCID was empty instead of proper nilvalue if not present | Rainer Gerhards | 2012-06-06 | 2 | -1/+5 |
| | | | | | | | | | | | | If it is not present, it must have the nilvalue "-" as of RFC5424 closes: http://bugzilla.adiscon.com/show_bug.cgi?id=332 Thanks to John N for reporting this issue. | ||||
| * | bugfix: potential hang due to mutex deadlock | Rainer Gerhards | 2012-06-06 | 4 | -33/+18 |
| | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=316 Thanks to Andreas Piesk for reporting&analyzing this bug as well as providing patches and other help in resolving it. | ||||
| * | fixing memleak in recent group resolve patch | Rainer Gerhards | 2012-06-06 | 2 | -3/+9 |
| | | | | | | | | also added some error checking | ||||
| * | call getgrnam_r repeatedly to get all group members. | Alec Warner | 2012-06-06 | 1 | -3/+12 |
| | | |||||
| * | add small delay (50ms) after sending shutdown message | Rainer Gerhards | 2012-06-04 | 2 | -0/+9 |
| | | | | | | | | | | | | There seem to be cases where the shutdown message is otherwise not processed, not even on an idle system. Thanks to Marcin for bringing this problem up. | ||||
* | | doc: mentioning imported bugfix in ChangeLog | Rainer Gerhards | 2012-06-01 | 1 | -0/+7 |
| | |