| Commit message (Expand) | Author | Age | Files | Lines |
* | begun to better modularize syslogd.c - this is an ongoing project; moved | Rainer Gerhards | 2007-07-13 | 1 | -294/+58 |
* | dded the -x option to disable hostname dns reslution thanks to varmojfekoj | Rainer Gerhards | 2007-07-13 | 1 | -11/+18 |
* | added new properties "syslogfacility-text" and "syslogseverity-text" thanks | Rainer Gerhards | 2007-07-12 | 1 | -1/+74 |
* | fixed a bug that caused rsyslogd to segfault when TCP listening was | Rainer Gerhards | 2007-07-11 | 1 | -2/+1 |
* | removed SYSV preprocessor macro; replaced with autotools equivalent | Rainer Gerhards | 2007-07-11 | 1 | -32/+10 |
* | taking advantage of new build system - in the process of removing SYSV | Rainer Gerhards | 2007-07-10 | 1 | -6/+3 |
* | upgrading to autotools build system - thank Peter Vrabec for patches and | Rainer Gerhards | 2007-07-10 | 1 | -8/+8 |
* | removed a testing aid | Rainer Gerhards | 2007-07-10 | 1 | -2/+1 |
* | re-enabled the "last message repeated n times" feature | Rainer Gerhards | 2007-07-10 | 1 | -135/+251 |
* | added system properties: $NOW, $YEAR, $MONTH, $DAY, $HOUR, $MINUTE | Rainer Gerhards | 2007-07-10 | 1 | -2/+81 |
* | removed duplicate (conditional) code | Rainer Gerhards | 2007-07-09 | 1 | -4/+0 |
* | fixed a bug that caused compilation without SYSLOG_INET to fail | Rainer Gerhards | 2007-07-09 | 1 | -14/+27 |
* | optimized memory layout in struct filed when compiled with MySQL support | Rainer Gerhards | 2007-07-06 | 1 | -38/+39 |
* | changed is...() functions with (int) cast for clean BSD compile | Rainer Gerhards | 2007-07-06 | 1 | -23/+23 |
* | improved template processing for dynaFiles; templates are now only looked | Rainer Gerhards | 2007-07-05 | 1 | -11/+14 |
* | fixed a bug that caused a dynaFile selector to stall when there was an open | Rainer Gerhards | 2007-07-05 | 1 | -17/+35 |
* | implemented a cache for selectors with dynamic file names | Rainer Gerhards | 2007-07-05 | 1 | -46/+248 |
* | cleaned up some issues with $FileCreateMode | Rainer Gerhards | 2007-07-04 | 1 | -9/+24 |
* | checks for extra (unexpected) characters in system config file lines have | Rainer Gerhards | 2007-07-04 | 1 | -2/+16 |
* | added $umask and $FileCreateMode config file directives | Rainer Gerhards | 2007-07-04 | 1 | -29/+113 |
* | applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed a | Rainer Gerhards | 2007-07-03 | 1 | -73/+73 |
* | added support for dynamic file names in selector lines. Can now be created | Rainer Gerhards | 2007-07-03 | 1 | -29/+201 |
* | fixed bug when obtaining port from /etc/services | Rainer Gerhards | 2007-07-03 | 1 | -3/+2 |
* | restored "-r 0" /etc/service lookup; improved debug output | Rainer Gerhards | 2007-07-02 | 1 | -23/+80 |
* | Applied patch to make rsyslog compile under solaris. thanks to Bartosz | Rainer Gerhards | 2007-07-02 | 1 | -2/+5 |
* | fixed a bug in freeAllSockets() that caused core dump during syslogd | Rainer Gerhards | 2007-06-29 | 1 | -14/+33 |
* | reviewing TCP IPv6, done some changes, also some other minor text changes. | Rainer Gerhards | 2007-06-28 | 1 | -36/+57 |
* | use of port 0 as indicator for "default port" re-enabled | Rainer Gerhards | 2007-06-28 | 1 | -9/+25 |
* | applied Peter Vrabec's IPv6 TCP patch - many thanks! :) | Rainer Gerhards | 2007-06-28 | 1 | -115/+187 |
* | done more IPv6 work, fixed memory leak on HUP due to new port stringbuffer | Rainer Gerhards | 2007-06-28 | 1 | -44/+93 |
* | there was some program text duplicated for whatever reason. It had no | Rainer Gerhards | 2007-06-26 | 1 | -298/+0 |
* | fixed code in iovCreate() that broke C's strict aliasing rules | Rainer Gerhards | 2007-06-26 | 1 | -8/+17 |
* | fixed some char/unsigned char warnings | Rainer Gerhards | 2007-06-25 | 1 | -8/+9 |
* | integrating Peter Vrabec's IPv6 code for UDP. Gone some way, but needs more | Rainer Gerhards | 2007-06-22 | 1 | -196/+664 |
* | reviewing TODO items and closing those that no longer apply (or are | Rainer Gerhards | 2007-06-21 | 1 | -3/+3 |
* | made the max number of tcp sessions configurable via command line switch | Rainer Gerhards | 2007-06-21 | 1 | -85/+174 |
* | replaced syslogdPanic() by better code; made more reliable in low-memory | Rainer Gerhards | 2007-06-21 | 1 | -97/+80 |
* | fixed a bug that caused the tag to be missing on internal message (like | Rainer Gerhards | 2007-06-19 | 1 | -5/+8 |
* | added new property "syslogseverity" | Rainer Gerhards | 2007-06-18 | 1 | -1/+1 |
* | added new property replacer property "PRI-text" | Rainer Gerhards | 2007-06-15 | 1 | -24/+50 |
* | fixed a bug that caused compilation on debian to fail | Rainer Gerhards | 2007-06-15 | 1 | -1/+4 |
* | re-wrote syslog.c from scratch to solve a license compatibility issue, | Rainer Gerhards | 2007-06-14 | 1 | -1/+2 |
* | fixed a compiler warning about strict aliasing | Rainer Gerhards | 2007-06-11 | 1 | -2/+2 |
* | changed the way the MySQL API is used | Rainer Gerhards | 2007-01-30 | 1 | -39/+53 |
* | added -e option to turn off message suppression | Rainer Gerhards | 2007-01-30 | 1 | -2/+11 |
* | fixed too-low listen backlog parameter | Rainer Gerhards | 2007-01-29 | 1 | -6/+14 |
* | changed -transport-tls framing based on recent IETF WG decision | Rainer Gerhards | 2006-12-19 | 1 | -5/+21 |
* | added compression & -transport-tls framing to tcp sender | Rainer Gerhards | 2006-12-07 | 1 | -68/+190 |
* | compression support on the receiver side completed | Rainer Gerhards | 2006-12-07 | 1 | -15/+123 |
* | receiver for compressed syslog over tcp almost ready | Rainer Gerhards | 2006-12-04 | 1 | -39/+132 |