Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | added first rough ability to authenticate the server against its certificate | Rainer Gerhards | 2008-05-16 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is very experimental and needs some more work. It probably even segfaults - but the base code is there and running. The rest is refinement. While working on this, I did these two bugfixes: - bugfix: small mem leak in omfwd on exit (strmdriver name was not freed) - bugfix: $ActionSendStreamDriver had no effect | |||||
* | | | | bugfix: missing linker options caused build to fail on some systems. | Tiziano Mueller | 2008-05-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
* | | | | bugfix: default syslog port was no longer used if none was configured. | varmojfekoj | 2008-05-21 | 1 | -0/+2 | |
|/ / / | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
* | | | bumped version number | Rainer Gerhards | 2008-05-16 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2008-05-16 | 1 | -3/+20 | |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog rfc3195d.c | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-05-16 | 1 | -0/+17 | |
| |\| | ||||||
| | * | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2008-05-15 | 1 | -0/+10 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac | |||||
| | | * | bumped version number | Rainer Gerhards | 2008-05-15 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | finalizing 2.0.5 releasev2.0.5 | Rainer Gerhards | 2008-05-15 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | updated ChangeLog (forgotten...) | Rainer Gerhards | 2008-05-07 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | bugfix: regular expressions inside property replacer did not work properly | Rainer Gerhards | 2008-03-28 | 1 | -0/+4 | |
| | | | | ||||||
| | | * | preparing for 2.0.4 releasev2-0-4 | Rainer Gerhards | 2008-03-27 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | added $HHOUR and $QHOUR system properties - can be used for half- and | Rainer Gerhards | 2008-03-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | quarter-hour logfile rotation | |||||
| | | * | bugfix: continue parsing if tag is oversize (discard oversize part) - | Rainer Gerhards | 2008-03-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | thanks to mclaughlin77@gmail.com for the patch | |||||
| | | * | bugfix: internally generated messages had "FROMHOST" property not set | Rainer Gerhards | 2008-03-22 | 1 | -0/+3 | |
| | | | | ||||||
| | | * | preparing for 2.0.3v2-0-3 | Rainer Gerhards | 2008-03-12 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | - bugfix: not properly initialized data could cause several segfaults if | Rainer Gerhards | 2008-03-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | there were errors in the config file - thanks to varmojfekoj for the patch | |||||
| | | * | - bugfix: resolved potential segfault condition on HUP (extremely unlikely | Rainer Gerhards | 2008-02-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | to happen in practice), for details see tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=38 | |||||
| | | * | improved man pages thank to Michael Biebl for the patch | Rainer Gerhards | 2008-02-13 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | bugfix: setting for $EscapeCopntrolCharactersOnReceive was not properly | Rainer Gerhards | 2008-02-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | initialized | |||||
| | | * | bumping version number | Rainer Gerhards | 2008-02-12 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | fixed invalid linkv2-0-2 | Rainer Gerhards | 2008-02-12 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | cleaned up stringbuf.c to fix an annoyance reported by Anders Blomdell | Rainer Gerhards | 2008-02-12 | 1 | -1/+4 | |
| | | | | ||||||
| | | * | bugfix (doc): misspelled config directive, invalid signal info - thanks to | Rainer Gerhards | 2008-02-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Peter Vrabec for pointing this out | |||||
| | | * | bugfix: trailing ":" of tag was lost while parsing legacy syslog messages | Rainer Gerhards | 2008-02-11 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | without timestamp - thanks to Anders Blomdell for providing a patch! | |||||
| | | * | bugfix: errno could be changed during mark processing, leading to invalid | Rainer Gerhards | 2008-02-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | error messages when processing inputs. Thank to varmojfekoj for pointing out this problem. | |||||
| | | * | bugfix: suspended actions were not always properly resumed varmojfekoj | Rainer Gerhards | 2008-02-11 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | provided the patch - many thanks! | |||||
| | | * | added x-info field to rsyslogd startup/shutdown message. Hopefully points | Rainer Gerhards | 2008-02-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | users to right location for further info (many don't even know they run rsyslog ;)) | |||||
| | | * | - fixed a bug that could cause invalid string handling via strerror_r | Rainer Gerhards | 2008-01-30 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | varmojfekoj provided the patch - many thanks! | |||||
| | | * | fixed a bug that caused a potential hang in file and fwd output module | Rainer Gerhards | 2008-01-24 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | varmojfekoj provided the patch - many thanks! | |||||
| | | * | fixed a bug with standard template definitions (not a big deal) - thanks to | Rainer Gerhards | 2008-01-14 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | varmojfekoj for spotting it | |||||
| | | * | preparing for 2.0.0v2-0-0 | Rainer Gerhards | 2008-01-02 | 1 | -0/+4 | |
| | | | | ||||||
| | | * | prepared for 1.21.2 | Rainer Gerhards | 2007-12-28 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | prepared for version 1.21.2 | Rainer Gerhards | 2007-12-28 | 1 | -1/+8 | |
| | | | | ||||||
| | | * | backported rsyslog v3 omgssapi - to provide forward compatibility from v2 | Rainer Gerhards | 2007-12-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | to v3. Will release as v1.21.2, because some field experience is needed before it becomes stable v2. | |||||
| | | * | removed socket leak in omfwd.c | Rainer Gerhards | 2007-12-26 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | moved cross-platform define for AI_NUMERICSERV to net.h | Rainer Gerhards | 2007-12-26 | 1 | -0/+3 | |
| | | | | ||||||
| | | * | preparing for 1.21.1v1-21-1 | Rainer Gerhards | 2007-12-23 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | bugfix: memory leak in cfsysline.c/doGetWord() fixed | Rainer Gerhards | 2007-12-20 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | bugfix: when compiled without network support, unix sockets were not | Rainer Gerhards | 2007-12-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | properly closed | |||||
| | | * | bugfix: fixing memory leak when message queue is full and during parsing. | Rainer Gerhards | 2007-12-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Thanks to varmojfekoj for the patch. | |||||
| | | * | bugfix: llDestroy() left the list with invalid root/last pointers | Rainer Gerhards | 2007-12-19 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | bumped version number | Rainer Gerhards | 2007-12-19 | 1 | -0/+3 | |
| | | | | ||||||
| | | * | preparing for 1.21.0 release | Rainer Gerhards | 2007-12-19 | 1 | -1/+3 | |
| | | | | ||||||
| | | * | applied Michael Biebl's patch to enhance $includeconfig to support wildcard | Rainer Gerhards | 2007-12-18 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | filenames | |||||
| | * | | bugfix: some whitespaces where incorrectly not ignored | Rainer Gerhards | 2008-05-14 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | when parsing the config file. This is now corrected. Thanks to Michael Biebl for pointing out the problem. | |||||
| | * | | fixed potential segfault due to invalid call to cfsysline | varmojfekoj | 2008-05-14 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | thanks to varmojfekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
| * | | | preparigng for 3.17.2 releasev3.17.2 | Rainer Gerhards | 2008-05-04 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | added fromhost-ip properties and some bugfixes | Rainer Gerhards | 2008-05-16 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: TCP input modules did incorrectly set fromhost property (always blank) - bugfix: imklog did not set fromhost property - added "fromhost-ip" property - added "RSYSLOG_DebugFormat" canned template - bugfix: hostname and fromhost were swapped when a persisted message (in queued mode) was read in | |||||
* | | | | bumped version number | Rainer Gerhards | 2008-05-15 | 1 | -3/+1 | |
| | | | |