Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed a bug in RFC3339 timestamp generation; added support for 3339 | Rainer Gerhards | 2005-11-23 | 2 | -6/+6 | |
| | | | | timestamps in internally-generated messages | |||||
* | housekeeping/preparing for next release | Rainer Gerhards | 2005-11-23 | 3 | -2/+4 | |
| | ||||||
* | removed turkish install pdf from the package doc due to size issue andv1-12-1 | Rainer Gerhards | 2005-11-23 | 1 | -1/+1 | |
| | | | | | | relatively low usage (turkey only). The document is still available online, just not being distributed. Itself was large than the rest of the distribution... | |||||
* | doc updates for 1.12.1 release | Rainer Gerhards | 2005-11-23 | 4 | -816/+816 | |
| | ||||||
* | streamlined internal log messages (removed the now-duplicate tag text) | Rainer Gerhards | 2005-11-16 | 2 | -8/+10 | |
| | ||||||
* | added tag to internally-generated messages | Rainer Gerhards | 2005-11-16 | 1 | -1/+2 | |
| | ||||||
* | added additional code to handle messages with missing hostname. Now | Rainer Gerhards | 2005-11-14 | 1 | -4/+35 | |
| | | | | | checking for invalid characters in hostname and, if present, assuming TAG. | |||||
* | enhanced the message parser so that it (very often) properly identifies | Rainer Gerhards | 2005-11-10 | 2 | -1/+42 | |
| | | | | | missing hostnames and then returns correct hostname (sender then) and TAG | |||||
* | reflected new status of syslog-protocol feature | Rainer Gerhards | 2005-11-09 | 2 | -84/+82 | |
| | ||||||
* | fixed a bug causing core dump when no TAG was in message | Rainer Gerhards | 2005-11-04 | 2 | -2/+6 | |
| | ||||||
* | fixed a bug where a NULL-pointer was passed to printf in logmsg(); fixed a | Rainer Gerhards | 2005-10-28 | 5 | -6/+10 | |
| | | | | bug in make install, where rfc3195d was not installed. | |||||
* | made multithreading work under BSD | Rainer Gerhards | 2005-10-26 | 3 | -10/+61 | |
| | ||||||
* | preparing for 1.12.0 releasev1-12-0 | Rainer Gerhards | 2005-10-26 | 3 | -6/+9 | |
| | ||||||
* | Doc updates to refelect 1.12.0 release | Rainer Gerhards | 2005-10-26 | 2 | -85/+84 | |
| | ||||||
* | being doc updates | Rainer Gerhards | 2005-10-25 | 1 | -0/+5 | |
| | ||||||
* | BSD cleanup | Rainer Gerhards | 2005-10-25 | 1 | -2/+2 | |
| | ||||||
* | removed a testing aid that accidently stayed in the code | Rainer Gerhards | 2005-10-25 | 1 | -2/+2 | |
| | ||||||
* | dual-threading code looks now fairly complete and stable | Rainer Gerhards | 2005-10-25 | 3 | -665/+714 | |
| | ||||||
* | fixed some issues with TCP sender | Rainer Gerhards | 2005-10-25 | 3 | -10/+48 | |
| | ||||||
* | fixed bug in tcp sender that could cause rsyslogd to dump core | Rainer Gerhards | 2005-10-25 | 3 | -9/+24 | |
| | ||||||
* | patch for BSD-Makefile PTHREADS feature | Rainer Gerhards | 2005-10-25 | 1 | -0/+1 | |
| | ||||||
* | some minor cosmetic things (preparing for bsd tests) | Rainer Gerhards | 2005-10-25 | 1 | -8/+8 | |
| | ||||||
* | coming closer to a real dual-threading implementation. Now with queue. | Rainer Gerhards | 2005-10-25 | 1 | -37/+163 | |
| | ||||||
* | first steps with pthread, crashes at program end | Rainer Gerhards | 2005-10-24 | 3 | -35/+122 | |
| | ||||||
* | doing some tests with cross-platform pthreads (mutex object as tester) | Rainer Gerhards | 2005-10-24 | 1 | -0/+7 | |
| | ||||||
* | some test implementation for mutexes. now testing on different target | Rainer Gerhards | 2005-10-24 | 1 | -4/+39 | |
| | | | | platforms | |||||
* | some non-intrusive preparations for dual-threading | Rainer Gerhards | 2005-10-24 | 4 | -92/+154 | |
| | ||||||
* | made sure no call to exit or die is done once rsyslogd is running | Rainer Gerhards | 2005-10-24 | 3 | -41/+47 | |
| | ||||||
* | fixed potential race condition with domark(); improved debug output | Rainer Gerhards | 2005-10-20 | 2 | -27/+59 | |
| | ||||||
* | preparation for next release (housekeeping) | Rainer Gerhards | 2005-10-19 | 3 | -3/+5 | |
| | ||||||
* | preparing for building 1.11.1v1-11-1 | Rainer Gerhards | 2005-10-19 | 1 | -2/+2 | |
| | ||||||
* | doc updates for 1.11.1 | Rainer Gerhards | 2005-10-19 | 3 | -4/+25 | |
| | ||||||
* | rsyslogd still shares some code with the sysklogd project. Some patches for | Rainer Gerhards | 2005-10-19 | 2 | -16/+58 | |
| | | | | this shared code have been brought over from the sysklogd CVS. | |||||
* | made "!progname" fully BSD-compliant; added property "programname" | Rainer Gerhards | 2005-10-19 | 6 | -34/+111 | |
| | ||||||
* | fixing a bug with the "startswith" comparison mode; more work on BSD-style | Rainer Gerhards | 2005-10-19 | 4 | -12/+69 | |
| | | | | host blocks | |||||
* | added support for BSD-style host blocks | Rainer Gerhards | 2005-10-19 | 3 | -55/+184 | |
| | ||||||
* | mostly finished BSD-style progname block | Rainer Gerhards | 2005-10-18 | 1 | -0/+14 | |
| | ||||||
* | begin implementing BSD-style program blocks | Rainer Gerhards | 2005-10-18 | 5 | -50/+218 | |
| | ||||||
* | added capability to specify listen port for rfc3195d | Rainer Gerhards | 2005-10-14 | 3 | -4/+27 | |
| | ||||||
* | some restructuring, mostly preparation for an eventual move to a | Rainer Gerhards | 2005-10-13 | 4 | -138/+173 | |
| | | | | dual-threading model | |||||
* | fixed some make issues when compiling without rfc 3195 supportv1-11-0 | Rainer Gerhards | 2005-10-12 | 3 | -6/+24 | |
| | ||||||
* | final touches for 1.11.0 | Rainer Gerhards | 2005-10-12 | 3 | -2/+20 | |
| | ||||||
* | updated doc to reflect 1.11.0 | Rainer Gerhards | 2005-10-12 | 4 | -12/+15 | |
| | ||||||
* | added man page for rfc3195d | Rainer Gerhards | 2005-10-12 | 3 | -1/+82 | |
| | ||||||
* | added first (simple) version of rfc3195 receiver; some bug fixes and | Rainer Gerhards | 2005-10-12 | 4 | -187/+293 | |
| | | | | supporting changes to rsyslogd | |||||
* | begin implementing RFC 3195 support | Rainer Gerhards | 2005-10-06 | 7 | -13/+183 | |
| | ||||||
* | updated docs to reflect new stable release 1.0.2 | Rainer Gerhards | 2005-10-05 | 2 | -2/+6 | |
| | ||||||
* | perparing for next release (housekeeping stuff) | Rainer Gerhards | 2005-09-27 | 4 | -4/+6 | |
| | ||||||
* | minor doc changev1-10-2 | Rainer Gerhards | 2005-09-27 | 1 | -1/+1 | |
| | ||||||
* | updated sample config; better error reporting on allowedSenders | Rainer Gerhards | 2005-09-27 | 3 | -4/+69 | |
| |