Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | documented new dynamic file naming feature | Rainer Gerhards | 2007-07-04 | 2 | -765/+805 |
| | |||||
* | applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed a | Rainer Gerhards | 2007-07-03 | 8 | -163/+165 |
| | | | | number of char to unsigned char | ||||
* | added support for dynamic file names in selector lines. Can now be created | Rainer Gerhards | 2007-07-03 | 6 | -36/+232 |
| | | | | with templates. | ||||
* | bumped version number to do new work | Rainer Gerhards | 2007-07-03 | 2 | -2/+4 |
| | |||||
* | updated rsyslogd man page with new options (-46A)v1-14-2 | Rainer Gerhards | 2007-07-03 | 4 | -3/+34 |
| | |||||
* | fixed invalid link to changelog | Rainer Gerhards | 2007-07-03 | 1 | -1/+2 |
| | |||||
* | preparing 1.14.2 release | Rainer Gerhards | 2007-07-03 | 2 | -4/+4 |
| | |||||
* | fixed bug when obtaining port from /etc/services | Rainer Gerhards | 2007-07-03 | 2 | -4/+3 |
| | |||||
* | restored "-r 0" /etc/service lookup; improved debug output | Rainer Gerhards | 2007-07-02 | 3 | -24/+89 |
| | |||||
* | added more doc on IPv6 specifics | Rainer Gerhards | 2007-07-02 | 3 | -3/+3 |
| | |||||
* | Applied patch to make rsyslog compile under solaris. thanks to Bartosz | Rainer Gerhards | 2007-07-02 | 1 | -2/+5 |
| | | | | Kuźma for providing the patch. | ||||
* | bumping up version number | Rainer Gerhards | 2007-07-02 | 2 | -1/+3 |
| | |||||
* | doc updates for 1.14.1 releasev1-14-1 | Rainer Gerhards | 2007-06-29 | 2 | -4/+4 |
| | |||||
* | done integrating Peter's IPv6 TCP patch | Rainer Gerhards | 2007-06-29 | 2 | -2/+2 |
| | |||||
* | fixed a bug in freeAllSockets() that caused core dump during syslogd | Rainer Gerhards | 2007-06-29 | 1 | -14/+33 |
| | | | | termination; also done some cosmetic changes | ||||
* | reviewing TCP IPv6, done some changes, also some other minor text changes. | Rainer Gerhards | 2007-06-28 | 3 | -37/+59 |
| | | | | Checking in before leaving to Genesis concert ;) | ||||
* | use of port 0 as indicator for "default port" re-enabled | Rainer Gerhards | 2007-06-28 | 1 | -9/+25 |
| | |||||
* | starting to work on new version - bumped version number | Rainer Gerhards | 2007-06-28 | 2 | -1/+4 |
| | |||||
* | applied Peter Vrabec's IPv6 TCP patch - many thanks! :) | Rainer Gerhards | 2007-06-28 | 1 | -115/+187 |
| | |||||
* | extremly minor: changed copyright year in makefilesv1-14-0 | Rainer Gerhards | 2007-06-28 | 4 | -4/+4 |
| | |||||
* | doc updates for release 1.14.0 | Rainer Gerhards | 2007-06-28 | 3 | -104/+107 |
| | |||||
* | added init script fix | Rainer Gerhards | 2007-06-28 | 1 | -0/+2 |
| | |||||
* | done more IPv6 work, fixed memory leak on HUP due to new port stringbuffer | Rainer Gerhards | 2007-06-28 | 2 | -46/+97 |
| | | | | in struct filed. | ||||
* | to solve bug similar to | Rainer Gerhards | 2007-06-26 | 1 | -14/+14 |
| | | | | | http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245330 - thanks Peter Vrabec | ||||
* | there was some program text duplicated for whatever reason. It had no | Rainer Gerhards | 2007-06-26 | 1 | -298/+0 |
| | | | | effect, as it were mostly comments. I have fixed that now. | ||||
* | fixed code in iovCreate() that broke C's strict aliasing rules | Rainer Gerhards | 2007-06-26 | 2 | -8/+20 |
| | |||||
* | 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 |
| | | | | review (checking in for the weekend and so that other may see). | ||||
* | bumping version number | Rainer Gerhards | 2007-06-22 | 2 | -2/+5 |
| | |||||
* | fixed typov1-13-5 | Rainer Gerhards | 2007-06-22 | 1 | -1/+1 |
| | |||||
* | preparing for 1.13.5 release | Rainer Gerhards | 2007-06-22 | 2 | -4/+4 |
| | |||||
* | reviewing TODO items and closing those that no longer apply (or are | Rainer Gerhards | 2007-06-21 | 1 | -3/+3 |
| | | | | decided/fixed) | ||||
* | added man page for rklogd | Rainer Gerhards | 2007-06-21 | 3 | -0/+444 |
| | |||||
* | added new -t port,max-sessions option extension | Rainer Gerhards | 2007-06-21 | 1 | -5/+8 |
| | |||||
* | made the max number of tcp sessions configurable via command line switch | Rainer Gerhards | 2007-06-21 | 2 | -85/+176 |
| | |||||
* | replaced syslogdPanic() by better code; made more reliable in low-memory | Rainer Gerhards | 2007-06-21 | 2 | -97/+89 |
| | | | | condition | ||||
* | pushed version to 1.13.5 | Rainer Gerhards | 2007-06-19 | 1 | -1/+1 |
| | |||||
* | fixed a bug that caused the tag to be missing on internal message (like | Rainer Gerhards | 2007-06-19 | 1 | -5/+8 |
| | | | | startup) | ||||
* | finalizing for release 1.13.4v1-13-4 | Rainer Gerhards | 2007-06-18 | 3 | -3/+7 |
| | |||||
* | added new property "syslogseverity" | Rainer Gerhards | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | added new document on recording syslog priority to log files | Rainer Gerhards | 2007-06-18 | 3 | -56/+201 |
| | |||||
* | small text change | Rainer Gerhards | 2007-06-15 | 1 | -1/+1 |
| | |||||
* | improved signal handling in klogd | Rainer Gerhards | 2007-06-15 | 2 | -20/+49 |
| | |||||
* | brought signal handling again to a usable state; klogd now again terminates | Rainer Gerhards | 2007-06-15 | 1 | -9/+17 |
| | | | | if it is told to do so ;) | ||||
* | added new property replacer property "PRI-text" | Rainer Gerhards | 2007-06-15 | 3 | -26/+62 |
| | |||||
* | add a new and some old, so far forgotten, properties | Rainer Gerhards | 2007-06-15 | 1 | -98/+110 |
| | |||||
* | removed reference to no longer existant demo server | Rainer Gerhards | 2007-06-15 | 1 | -239/+236 |
| | |||||
* | re-wrote syslog.c from scratch. Changed interface in klogd to support thev1-13-3 | Rainer Gerhards | 2007-06-15 | 2 | -12/+12 |
| | | | | change. | ||||
* | fixed a bug that caused compilation on debian to fail | Rainer Gerhards | 2007-06-15 | 1 | -1/+4 |
| | |||||
* | prepare for new bugfixing release | Rainer Gerhards | 2007-06-15 | 1 | -42/+42 |
| |