summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Collapse)AuthorAgeFilesLines
...
* (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
|
* Standard template for DB logging implemented.Michael Meckelein2004-12-081-10/+26
|
* getting closer to initial (beta) releaseRainer Gerhards2004-12-081-3/+17
|
* Added closeMySQL in die(). Also removed some printfs.Michael Meckelein2004-12-081-11/+25
|
* some very minor glitches fixed (mostly text)Rainer Gerhards2004-12-081-4/+4
|
* DB error handlingMichael Meckelein2004-12-081-30/+156
|
* property option drop-last-lf added; some doc in test.confRainer Gerhards2004-12-081-6/+30
|
* fixed a parser error (for non rfc3164 compliant messages)Rainer Gerhards2004-12-071-26/+72
|
* substring support for properties added, some fixesRainer Gerhards2004-12-031-52/+67
|
* added default templates - now config file more compatible to stock syslogdRainer Gerhards2004-11-301-22/+67
|
* Added some MySQL stuffMichael Meckelein2004-11-251-24/+65
|
* fixed the bug, template engine should now workRainer Gerhards2004-11-251-89/+32
|
* fighting with a nasty bugRainer Gerhards2004-11-241-8/+31
|
* try to fix a bug with the SQL template optionRainer Gerhards2004-11-241-8/+64
|
* quick update to recent version for debugging needsRainer Gerhards2004-11-241-4/+155
|
* everything in place now to support writing to SQLRainer Gerhards2004-11-231-37/+75
|
* now includes sql option in template to escape quote chractersRainer Gerhards2004-11-231-0/+84
|
* added some more propertiesRainer Gerhards2004-11-221-25/+74
|
* remote forwarding now also integrated in new codeRainer Gerhards2004-11-221-21/+110
|
* coming very close - all but the network sender are working again (but withRainer Gerhards2004-11-191-102/+242
| | | | templates ;))
* fixing upload error - template parser also okRainer Gerhards2004-11-191-99/+107
|
* SmallGlitchesFixedRainer Gerhards2004-11-181-8/+7
|
* Added Adiscon DB shema in MySQL insert functionMichael Meckelein2004-11-181-3/+40
|
* MsgObjNearlyCompletedRainer Gerhards2004-11-181-32/+178
|