Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'beta' | Rainer Gerhards | 2008-04-15 | 42 | -227/+632 |
|\ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/ommail.html queue.c | ||||
| * | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-15 | 40 | -233/+631 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html | ||||
| | * | changed some files to grant LGPLv3 extended persmissions on top of GPLv3 | Rainer Gerhards | 2008-04-15 | 35 | -228/+501 |
| | | | | | | | | | | | | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library" | ||||
| | * | added gssapi overview/howto thanks to Peter Vrabec | Peter Vrabec | 2008-04-11 | 4 | -6/+124 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| | * | applied patch from Tiziano Müller to remove some compiler warnings | Rainer Gerhards | 2008-04-11 | 4 | -2/+9 |
| | | | |||||
| * | | bumped version number | Rainer Gerhards | 2008-04-11 | 2 | -1/+3 |
| | | | |||||
| * | | preparing for 3.15.1v3.15.1 | Rainer Gerhards | 2008-04-11 | 2 | -2/+4 |
| | | | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-11 | 4 | -23/+38 |
| |\| | | | | | | | | | | | | | | | | Conflicts: configure.ac | ||||
| | * | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2008-04-11 | 1 | -1/+0 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/Makefile.am doc/manual.html | ||||
| | | * | project status is now a web-exclusive | Rainer Gerhards | 2008-04-10 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... and no longer part of the tarball. This solves a couple of update issues when new versions inside the other branches are released. It is still kept in git, so that we have a record of it. To make sure which version the documentation is, the version info has been moved to the main manual page. | ||||
| * | | | added ommail.html - I forgot to add this file... | Rainer Gerhards | 2008-04-10 | 1 | -0/+128 |
| | | | | |||||
* | | | | enhanced legacy syslog parser to handle slightly malformed messages | Rainer Gerhards | 2008-04-11 | 2 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | Those with a space in front of the timestamp - at least HP procurve is known to do that and I won't outrule that others also do it. The change looks quite unintrusive and so we added it to the parser. | ||||
* | | | | some cleanup | Rainer Gerhards | 2008-04-11 | 12 | -93/+81 |
| | | | | |||||
* | | | | removed dependency on MAXHOSTNAMELEN as much as it made sense. | Rainer Gerhards | 2008-04-10 | 9 | -25/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNU/Hurd does not define it (because it has no limit), and we have taken care for cases where it is undefined now. However, some very few places remain where IMHO it currently is not worth fixing the code. If it is not defined, we have used a generous value of 1K, which is above IETF RFC's on hostname length at all. The memory consumption is no issue, as there are only a handful of this buffers allocated *per run* -- that's also the main reason why we consider it not worth to be fixed any further. | ||||
* | | | | Merge branch 'v3-stable' into MAXHOSTNAMELEN | Rainer Gerhards | 2008-04-10 | 3 | -22/+38 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | Conflicts: configure.ac | ||||
| * | | | bugfix: omsnmp had a too-small sized buffer for hostname+port. | Rainer Gerhards | 2008-04-10 | 4 | -23/+39 |
| | | | | | | | | | | | | | | | | | | | | This could not lead to a segfault, as snprintf() was used, but could cause some trouble with extensively long hostnames. | ||||
* | | | | Merge branch 'beta' | Rainer Gerhards | 2008-04-09 | 4 | -22/+21 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-09 | 4 | -22/+21 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: modules.c | ||||
| | * | | finalized 3.14.2 releasev3.14.2 | Rainer Gerhards | 2008-04-09 | 2 | -5/+7 |
| | | | | |||||
| | * | | improved detection of modules being loaded more than once | Rainer Gerhards | 2008-04-09 | 1 | -15/+12 |
| | | | | | | | | | | | | | | | | thanks to varmojfekoj for the patch | ||||
| | * | | typo fix (but an *interesting* typo) ;) | Rainer Gerhards | 2008-04-08 | 1 | -2/+2 |
| | | | | |||||
* | | | | updated status after 3.14.2 release | Rainer Gerhards | 2008-04-09 | 1 | -6/+6 |
| | | | | |||||
* | | | | typo fix | Rainer Gerhards | 2008-04-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | bumped version number | Rainer Gerhards | 2008-04-08 | 2 | -1/+3 |
| | | | | |||||
* | | | | preparing for 3.17.0 releasev3.17.0 | Rainer Gerhards | 2008-04-08 | 2 | -2/+8 |
| | | | | |||||
* | | | | Merge branch 'beta' | Rainer Gerhards | 2008-04-08 | 7 | -163/+99 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: syslogd.c | ||||
| * | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-08 | 7 | -163/+99 |
| |\| | | |||||
| | * | | bugfix: some legacy options not correctly interpreted - thanks to | Rainer Gerhards | 2008-04-08 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | varmojfekoj for the patch | ||||
| | * | | rklogd is no longer part of rsyslog, so we don't need the man | Rainer Gerhards | 2008-04-08 | 1 | -440/+0 |
| | | | | |||||
| | * | | clean up the mess we created in CVS | Rainer Gerhards | 2008-04-08 | 1 | -0/+440 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an attempt to clean up the CVS import. In CVS, we applied the patches manually to each branch. Of course, this now results in lots and lots of conflicts when we try to do a git merge. I have now merged, but copied the v3-stable files back unaltered. The idea is that once this is committed we will be able to merge new changes to the v2-stable branch into v3-stable without any further problems. Conflicts: ChangeLog cfsysline.c configure.ac doc/Makefile.am doc/features.html doc/history.html doc/manual.html doc/professional_support.html doc/property_replacer.html doc/rsyslog_conf.html doc/status.html gss-misc.h linkedlist.c module-template.h modules.c msg.c omfile.c omfwd.c pidfile.c plugins/omgssapi/Makefile.am plugins/omgssapi/omgssapi.c rfc3195d.8 rklogd.8 rsyslog.conf.5 rsyslog.h rsyslogd.8 stringbuf.c syslogd.c syslogd.h tcpsyslog.c tcpsyslog.h | ||||
| | | * | removed files that no (longer) belong under souce control | Rainer Gerhards | 2008-04-08 | 2 | -183/+0 |
| | | | | |||||
| | | * | bugfix: regular expressions inside property replacer did not work properly | Rainer Gerhards | 2008-03-28 | 3 | -5/+9 |
| | | | | |||||
| | | * | a bit less humor as tribute to the corporate world ;) | Rainer Gerhards | 2008-03-28 | 1 | -11/+1 |
| | | | | |||||
| | | * | preparing for 2.0.4 releasev2-0-4 | Rainer Gerhards | 2008-03-27 | 2 | -9/+11 |
| | | | | |||||
| | | * | bugfix: QHOUR and HHOUR properties were wrongly calculated | Rainer Gerhards | 2008-03-26 | 1 | -2/+2 |
| | | | | |||||
| | | * | added professional support options | Rainer Gerhards | 2008-03-25 | 3 | -1/+59 |
| | | | | |||||
| | | * | added $HHOUR and $QHOUR system properties - can be used for half- and | Rainer Gerhards | 2008-03-25 | 3 | -1/+31 |
| | | | | | | | | | | | | | | | | quarter-hour logfile rotation | ||||
| | | * | bugfix: continue parsing if tag is oversize (discard oversize part) - | Rainer Gerhards | 2008-03-25 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | thanks to mclaughlin77@gmail.com for the patch | ||||
| | | * | bugfix: internally generated messages had "FROMHOST" property not set | Rainer Gerhards | 2008-03-22 | 2 | -0/+4 |
| | | | | |||||
| | | * | bumping version number | Rainer Gerhards | 2008-03-22 | 1 | -1/+1 |
| | | | | |||||
| | | * | preparing for 2.0.3v2-0-3 | Rainer Gerhards | 2008-03-12 | 2 | -9/+10 |
| | | | | |||||
| | | * | - bugfix: not properly initialized data could cause several segfaults if | Rainer Gerhards | 2008-03-12 | 4 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | 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 | 5 | -8/+6 |
| | | | | |||||
| | | * | updated some trackers; changed tracking system | Rainer Gerhards | 2008-02-12 | 2 | -62/+11 |
| | | | | |||||
| | | * | bugfix: setting for $EscapeCopntrolCharactersOnReceive was not properly | Rainer Gerhards | 2008-02-12 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | initialized | ||||
| | | * | clarified dependency of control character property replacer options to | Rainer Gerhards | 2008-02-12 | 2 | -6/+26 |
| | | | | | | | | | | | | | | | | $EscapeControlCharactersOnReceive | ||||
| | | * | bumping version number | Rainer Gerhards | 2008-02-12 | 2 | -1/+3 |
| | | | | |||||
| | | * | fixed invalid linkv2-0-2 | Rainer Gerhards | 2008-02-12 | 2 | -1/+2 |
| | | | | |||||
| | | * | preparing for 2.0.2 | Rainer Gerhards | 2008-02-12 | 1 | -6/+6 |
| | | | |