Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumping version number | Rainer Gerhards | 2008-03-18 | 2 | -1/+3 |
| | |||||
* | preparing for 3.12.3v3-12-3 | Rainer Gerhards | 2008-03-18 | 2 | -5/+9 |
| | |||||
* | fixed librelp check (necessary due to ongoing librelp development) | Rainer Gerhards | 2008-03-18 | 1 | -1/+1 |
| | |||||
* | added a clarification comment, which hopefully will be useful in the future | Rainer Gerhards | 2008-03-18 | 1 | -0/+4 |
| | |||||
* | bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patch | Rainer Gerhards | 2008-03-18 | 1 | -9/+17 |
| | |||||
* | bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patch | Rainer Gerhards | 2008-03-17 | 1 | -1/+2 |
| | |||||
* | done a bit to support librelp testing | Rainer Gerhards | 2008-03-17 | 2 | -27/+21 |
| | |||||
* | worked a bit on the actual RELP interface (not yet working) | Rainer Gerhards | 2008-03-16 | 1 | -64/+36 |
| | |||||
* | oversize message handling in TCP/GSSAPI receiver | Rainer Gerhards | 2008-03-14 | 1 | -3/+15 |
| | |||||
* | bugfix: duplicate public symbol in omfwd and omgssapi could lead to | Rainer Gerhards | 2008-03-14 | 4 | -3/+5 |
| | | | | segfault. thanks to varmojfekoj for the patch. | ||||
* | bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in all | Rainer Gerhards | 2008-03-14 | 7 | -119/+101 |
| | | | | | situations. If the header was split across two packet reads, it was invalidly processed, causing loss or modification of messages. | ||||
* | bugfix: memory leak in imfile | Rainer Gerhards | 2008-03-14 | 1 | -2/+8 |
| | |||||
* | bugfix: TCP and GSSAPI framing mode variable was uninitialized, leading to | Rainer Gerhards | 2008-03-14 | 1 | -1/+1 |
| | | | | wrong framing (caused, among others, interop problems) | ||||
* | bugfix: framing mode variable was uninitialized, leading to wrong framing | Rainer Gerhards | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | added advanced flow control for congestion cases (mode depending on message | Rainer Gerhards | 2008-03-14 | 10 | -11/+128 |
| | | | | source and its capablity to be delayed without bad side effects) | ||||
* | cleanup | Rainer Gerhards | 2008-03-14 | 2 | -1/+3 |
| | |||||
* | bugfix: was programmed as a built-in module | Rainer Gerhards | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | bugfix: $ModDir should not be reset on $ResetConfig - this can cause a lot | Rainer Gerhards | 2008-03-14 | 1 | -4/+0 |
| | | | | | of confusion and there is no real good reason to do so. Also conflicts with the new -M option and environment setting. | ||||
* | cleaned up new relp code files to make them suitable for implementation | Rainer Gerhards | 2008-03-13 | 7 | -325/+330 |
| | |||||
* | cleanup | Rainer Gerhards | 2008-03-13 | 1 | -17/+0 |
| | |||||
* | added initial set of RELP support (i/omrelp) - not working yet, just stage | Rainer Gerhards | 2008-03-13 | 9 | -1/+910 |
| | | | | work | ||||
* | added some long-overdue information on important collaborators | Rainer Gerhards | 2008-03-13 | 1 | -0/+7 |
| | |||||
* | fixed problem in release buildv3-12-2 | Rainer Gerhards | 2008-03-13 | 1 | -0/+2 |
| | |||||
* | preparing 3.12.2 | Rainer Gerhards | 2008-03-13 | 2 | -10/+8 |
| | |||||
* | bugfix: imgssapi segfaulted under some conditions; this fix is actually not | Rainer Gerhards | 2008-03-13 | 7 | -59/+47 |
| | | | | | | just a fix but a change in the object model. Thanks to varmojfekoj for providing the bug report, an initial fix and lots of good discussion that lead to where we finally ended up. | ||||
* | some cleanup plus relp-lib added | Rainer Gerhards | 2008-03-13 | 1 | -1/+30 |
| | |||||
* | improved session recovery when outbound tcp connection breaks, reduces | Rainer Gerhards | 2008-03-12 | 4 | -8/+39 |
| | | | | | probability of message loss at the price of a highly unlikely potential (single) message duplication | ||||
* | changed omgssapi and omfwd to utilize new object calling interface; made a | Rainer Gerhards | 2008-03-12 | 12 | -336/+630 |
| | | | | | tcpclt class; (stage work, among others, for more intelligent recovery from TCP session recovery) | ||||
* | class exit function was missing, causing segfault | Rainer Gerhards | 2008-03-12 | 1 | -0/+11 |
| | |||||
* | bugfix: rsyslogd segfaulted when imfile read an empty line - thanks to | Rainer Gerhards | 2008-03-12 | 2 | -14/+25 |
| | | | | Johnny Tan for an excellent bug report | ||||
* | bugfix: not properly initialized data could cause several segfaults if | Rainer Gerhards | 2008-03-12 | 2 | -2/+4 |
| | | | | | there were errors in the config file - thanks to varmojfekoj for the patch | ||||
* | implemented module unload handling (required a number of interface changes) | Rainer Gerhards | 2008-03-11 | 31 | -158/+679 |
| | |||||
* | bugfix: debug.c now survives module unloads in all cases tracker: | Rainer Gerhards | 2008-03-10 | 3 | -34/+78 |
| | | | | http://bugzilla.adiscon.com/show_bug.cgi?id=2 | ||||
* | fixed forgotten library file name change | Rainer Gerhards | 2008-03-10 | 1 | -1/+1 |
| | |||||
* | some cleanup | Rainer Gerhards | 2008-03-07 | 8 | -19/+0 |
| | |||||
* | renamed library module file names to lm*, so that they match the overall | Rainer Gerhards | 2008-03-07 | 16 | -31/+43 |
| | | | | scheme (like im* and om*) | ||||
* | fixed potential infinite loop condition when module load failed on startup | Rainer Gerhards | 2008-03-07 | 6 | -14/+19 |
| | |||||
* | extracted regexp functionality to its own dynamically loadable module | Rainer Gerhards | 2008-03-07 | 13 | -51/+271 |
| | |||||
* | some cleanup | Rainer Gerhards | 2008-03-07 | 3 | -16/+4 |
| | |||||
* | applied patch from varmojfekoj fixing a deinit bug | Rainer Gerhards | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | - added RSYSLOGD_MODDIR environment variable | Rainer Gerhards | 2008-03-07 | 20 | -97/+242 |
| | | | | | - added -M rsyslogd option (allows to specify module directory location) - converted net.c into a loadable library plugin | ||||
* | some minor things in regard to portability | Rainer Gerhards | 2008-03-06 | 3 | -11/+12 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-03-06 | 2 | -1/+3 |
| | |||||
* | fixed some compiler warnings under FreeBSD | Rainer Gerhards | 2008-03-06 | 4 | -8/+8 |
| | |||||
* | applied some bugfixes to new code supplied by varmojfekoj - thanks!v3-12-1 | Rainer Gerhards | 2008-03-06 | 2 | -4/+6 |
| | |||||
* | preparing for 3.12.1 release | Rainer Gerhards | 2008-03-06 | 3 | -41/+42 |
| | |||||
* | added capability to ignore client-provided timestamp on unix sockets and | Rainer Gerhards | 2008-03-06 | 10 | -31/+108 |
| | | | | | | | | | | | made this mode the default; this was needed, as some programs (e.g. sshd) log with inconsistent timezone information, what messes up the local logs (which by default don't even contain time zone information). This seems to be consistent with what sysklogd did for the past four years. Alternate behaviour may be desirable if gateway-like processes send messages via the local log slot - in this case, it can be enabled via the $InputUnixListenSocketIgnoreMsgTimestamp and $SystemLogSocketIgnoreMsgTimestamp config directives | ||||
* | fixed typo (thanks to Michael Biebl) | Rainer Gerhards | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | worked some more on HP UX - got it to compile and receive UDP messages | Rainer Gerhards | 2008-03-06 | 3 | -4/+9 |
| | |||||
* | portability: no longer using pthread mutex auto-init macros as they seem to | Rainer Gerhards | 2008-03-06 | 2 | -11/+20 |
| | | | | be buggy on some platforms |