summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v3-stable' into betaRainer Gerhards2008-04-081-2/+3
|\
| * bugfix: some legacy options not correctly interpreted - thanks toRainer Gerhards2008-04-081-1/+1
| * - bugfixes in legacy options processing, credits to varmojfekojRainer Gerhards2008-04-081-1/+2
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-071-4/+1
|\|
| * cleanup; var object was not dereferenced on terminationRainer Gerhards2008-04-071-4/+1
| * fixed segfault when using expression based-filtersRainer Gerhards2008-04-071-2/+2
| * bugfix: segfault with expression-based filters - so far untestedRainer Gerhards2008-04-041-3/+4
| * bugfix: some messages were emited without hostnameRainer Gerhards2008-04-041-41/+40
| * removed the 32 character size limit (from RFC3164) on the tag. This had badRainer Gerhards2008-04-041-13/+9
| * bugfix: memory leaks in script engineRainer Gerhards2008-04-031-3/+12
* | bugfix: segfault with expression-based filters - so far untestedRainer Gerhards2008-04-041-3/+4
* | bugfix: some messages were emited without hostnameRainer Gerhards2008-04-041-41/+40
* | removed the 32 character size limit (from RFC3164) on the tag. This had badRainer Gerhards2008-04-041-13/+9
* | bugfix: memory leaks in script engineRainer Gerhards2008-04-031-3/+12
* | added more meaningful error messages to rsyslogd (when some errors happensRainer Gerhards2008-04-021-2/+40
|/
* some cleanupRainer Gerhards2008-03-281-36/+1
* provided more generic URLRainer Gerhards2008-03-281-1/+1
* added build-in templatesRainer Gerhards2008-03-281-4/+4
* - added support for high-precision timestamps when receiving legacy syslogRainer Gerhards2008-03-281-5/+11
* - changed default file output format to include high-precision timestampsRainer Gerhards2008-03-281-3/+6
* - changed default for "last message repeated n times", which is now off byRainer Gerhards2008-03-271-42/+105
* small cleanupRainer Gerhards2008-03-251-1/+1
* bugfix: continue parsing if tag is oversize (discard oversize part) -Rainer Gerhards2008-03-251-0/+5
* bugfix: internally generated messages had "FROMHOST" property not setRainer Gerhards2008-03-221-0/+1
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-43/+0
* changed queue's discard severities default value to 8 (do not discard) toRainer Gerhards2008-03-221-1/+1
* bugfix: fixed some minor memory leaksRainer Gerhards2008-03-201-3/+23
* added flow control options to other input sourcesRainer Gerhards2008-03-191-4/+13
* added advanced flow control for congestion cases (mode depending on messageRainer Gerhards2008-03-141-2/+2
* bugfix: $ModDir should not be reset on $ResetConfig - this can cause a lotRainer Gerhards2008-03-141-4/+0
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-121-2/+0
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-33/+100
* some cleanupRainer Gerhards2008-03-071-1/+0
* renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-1/+1
* extracted regexp functionality to its own dynamically loadable moduleRainer Gerhards2008-03-071-0/+1
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-13/+27
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-061-5/+7
* cleanupRainer Gerhards2008-03-061-2/+0
* shuffled some more code from syslogd.c to the right placesRainer Gerhards2008-03-051-121/+9
* moved date/time handling functions to their own object (2nd pass)Rainer Gerhards2008-03-051-3/+3
* moved date/time handling functions to their own objectRainer Gerhards2008-03-051-547/+11
* some cleanupRainer Gerhards2008-03-051-26/+4
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-99/+39
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-17/+19
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-26/+46
* - added class tcpsRainer Gerhards2008-03-021-0/+4
* converted conf.c to an abstract classRainer Gerhards2008-02-291-15/+16
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-7/+8
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-1/+4
* worked on queue stabilityRainer Gerhards2008-02-261-1/+2