summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Collapse)AuthorAgeFilesLines
* remove 2 forgotten debug-printfs causing performance problems in the tcpv1-0-4Rainer Gerhards2006-02-011-2/+0
| | | | receiver
* fixed bugs in TCP sender, init() and message parsing. Some could causeRainer Gerhards2005-11-071-4/+5
| | | | rsyslogd to dump core.
* fixed two bugs: tcp sender could cause dump core; termination could causeRainer Gerhards2005-10-251-2/+3
| | | | dump core
* applied some patches available from the sysklogd project to code sharedRainer Gerhards2005-10-191-3/+3
| | | | from there
* additional hardening for file gt 2gb; fixed a bug in unix domain socketRainer Gerhards2005-10-101-7/+9
| | | | processing
* fixed an issue with mysql error handlingRainer Gerhards2005-10-051-3/+8
|
* fixing MySQL escaping issueRainer Gerhards2005-09-231-18/+49
|
* fixed a minor bug in usage()Branchpoint_Stable_1-0Rainer Gerhards2005-09-071-2/+2
|
* improved rsyslogd startup and shutdown messagesRainer Gerhards2005-08-171-12/+24
|
* made an error message appear if database action used in non-db buildRainer Gerhards2005-08-121-1/+9
|
* restructured makefile, because debian make has different syntax...Rainer Gerhards2005-08-091-0/+2
|
* allowed to specify the udp listening port on command lineRainer Gerhards2005-08-051-15/+27
|
* mysql connect error messages enhanced (now go to the log themselves)Rainer Gerhards2005-08-041-3/+7
|
* close to 0.9.5 - multiple instances are supported nowRainer Gerhards2005-08-011-2/+5
|
* support for multiple instances enhanced - still some minor issuesRainer Gerhards2005-08-011-3/+6
|
* -o option added (omit local log socket)Rainer Gerhards2005-08-011-3/+12
|
* fixed the issue where rsyslogd dumped core when an invalid template nameRainer Gerhards2005-07-291-5/+32
| | | | was given
* fixed 'the semicolon bug' in the write database action. Also fixed a bugRainer Gerhards2005-07-291-11/+28
| | | | | | that caused rsyslogd to dump core when the template for database was not found. There still is an issue with the other actions and invalid template names.
* some minor cleanup (mostly doc) in preparation for 0.9.4Rainer Gerhards2005-07-251-9/+18
|
* changed the syslog sender so that it works well with stunnelRainer Gerhards2005-07-221-10/+52
|
* rsyslogd improved startup message, doc updates to reflect changesRainer Gerhards2005-07-201-17/+8
|
* fixed a wrong default message formatRainer Gerhards2005-07-201-2/+10
|
* useful tcp sender finished (at least it looks so, testing might reveal aRainer Gerhards2005-07-201-2/+27
| | | | different view ;))
* (hopefully) -to be tested- fixed the db semicolon bug. Also build aRainer Gerhards2005-07-201-33/+104
| | | | somewhat better TCP sender.
* fixed a small bug that caused compilation to fail on debianv0-9-3Rainer Gerhards2005-07-191-1/+1
|
* fixing a bug in timestamp parsingRainer Gerhards2005-07-181-48/+80
|
* very rough first draft of syslog/tcp senderRainer Gerhards2005-07-061-11/+129
|
* added support to specify destination port in selector line (udp only)Rainer Gerhards2005-07-061-20/+53
|
* fixed some bugs found in final testing...Rainer Gerhards2005-07-051-5/+4
|
* forgot to remove a debugging aid - now doneRainer Gerhards2005-07-051-1/+1
|
* hopefully this is 0.9.2, with tcp listener and full man pages...Rainer Gerhards2005-07-051-66/+146
|
* first (nearly) functional version with tcpRainer Gerhards2005-07-041-11/+58
|
* on the way to syslog/tcp receiver...Rainer Gerhards2005-07-041-27/+258
|
* max message size set to 32k to support IHERainer Gerhards2005-07-041-1/+3
|
* remove some annoying printf format warningsRainer Gerhards2005-06-281-2/+2
|
* some printf format changes for off_t plus makefile updates...Rainer Gerhards2005-06-281-2/+2
|
* fixed some issues on FreeBSDRainer Gerhards2005-06-281-59/+3
|
* this looks like 0.9.0 - even man pages are done ;)Rainer Gerhards2005-06-221-0/+7
|
* coming closer to 0.9.0 - this checkin test only!Rainer Gerhards2005-06-221-33/+247
|
* changed the files structure to always be a linked list this is inRainer Gerhards2005-06-211-534/+88
| | | | prepartion for further upgrades of the code
* a forgotten debug message removedRainer Gerhards2005-04-211-1/+0
|
* removed some #ifdef's BSD because we can do the same on RedHat, too...Rainer Gerhards2005-04-211-5/+1
|
* FreeBSD portRainer Gerhards2005-04-211-5/+62
|
* debug output updatesRainer Gerhards2005-04-191-7/+6
|
* rsyslogd man page added, default config file name changed to rsyslog.confRainer Gerhards2005-03-181-1/+1
|
* improving man files & installRainer Gerhards2005-03-171-1/+1
|
* fixed a bug: on internally-generated messages, the HOSTNAME was not setRainer Gerhards2005-03-081-0/+5
|
* coming closer to 0.8.1 releaseRainer Gerhards2005-02-251-12/+2
|
* memory leak fixedRainer Gerhards2005-02-221-14/+55
|
* hopefully ready for initial beta...Rainer Gerhards2004-12-081-1/+1
|