index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
some non-intrusive preparations for dual-threading
Rainer Gerhards
2005-10-24
1
-0
/
+4
*
made sure no call to exit or die is done once rsyslogd is running
Rainer Gerhards
2005-10-24
1
-0
/
+5
*
fixed potential race condition with domark(); improved debug output
Rainer Gerhards
2005-10-20
1
-0
/
+4
*
preparation for next release (housekeeping)
Rainer Gerhards
2005-10-19
1
-0
/
+2
*
rsyslogd still shares some code with the sysklogd project. Some patches for
Rainer Gerhards
2005-10-19
1
-7
/
+9
*
made "!progname" fully BSD-compliant; added property "programname"
Rainer Gerhards
2005-10-19
1
-3
/
+2
*
fixing a bug with the "startswith" comparison mode; more work on BSD-style
Rainer Gerhards
2005-10-19
1
-0
/
+2
*
added support for BSD-style host blocks
Rainer Gerhards
2005-10-19
1
-0
/
+3
*
begin implementing BSD-style program blocks
Rainer Gerhards
2005-10-18
1
-0
/
+5
*
added capability to specify listen port for rfc3195d
Rainer Gerhards
2005-10-14
1
-0
/
+1
*
some restructuring, mostly preparation for an eventual move to a
Rainer Gerhards
2005-10-13
1
-0
/
+4
*
added first (simple) version of rfc3195 receiver; some bug fixes and
Rainer Gerhards
2005-10-12
1
-1
/
+7
*
begin implementing RFC 3195 support
Rainer Gerhards
2005-10-06
1
-0
/
+2
*
updated docs to reflect new stable release 1.0.2
Rainer Gerhards
2005-10-05
1
-0
/
+4
*
perparing for next release (housekeeping stuff)
Rainer Gerhards
2005-09-27
1
-0
/
+2
*
minor doc change
v1-10-2
Rainer Gerhards
2005-09-27
1
-1
/
+1
*
added allowedSender support for TCP
Rainer Gerhards
2005-09-27
1
-2
/
+11
*
completed allowedSender support for UDP (TCP to come next)
Rainer Gerhards
2005-09-27
1
-0
/
+4
*
begin support for allowed senders
Rainer Gerhards
2005-09-26
1
-0
/
+3
*
added the "startwith" property-filter comparison operation
Rainer Gerhards
2005-09-26
1
-1
/
+3
*
added isequal comparison operation; ability to negat comparison operations
Rainer Gerhards
2005-09-26
1
-0
/
+9
*
small fix in escapefunction, finishing touches for 1.10.1
v1-10-1
Rainer Gerhards
2005-09-23
1
-1
/
+3
*
security hardening of the new "call script" action
Rainer Gerhards
2005-09-22
1
-0
/
+3
*
merged bkalkbrenner's execute shell patch - thanks!
Rainer Gerhards
2005-09-21
1
-0
/
+4
*
final doc updates for 1.10.0
v1-10-0
Rainer Gerhards
2005-09-20
1
-1
/
+1
*
fixed SO_BSDCOMPAT problem under SUSE
Rainer Gerhards
2005-09-19
1
-0
/
+2
*
added capability to filter on any property in selector lines
Rainer Gerhards
2005-09-19
1
-0
/
+2
*
on the way to adding property-based filters - right before changing
Rainer Gerhards
2005-09-15
1
-0
/
+2
*
fixed probem with my regex merge; added compile time option output to -v
Rainer Gerhards
2005-09-13
1
-0
/
+1
*
added FROMHOST property to template system - thanks Cristian Testa
Rainer Gerhards
2005-09-13
1
-0
/
+5
*
added DISCARD action to selector lines
Rainer Gerhards
2005-09-09
1
-0
/
+3
*
begin adding counted string class - does NOT compile yet!
Rainer Gerhards
2005-09-07
1
-0
/
+4
*
fixed a minor bug in usage()
Branchpoint_Stable_1-0
Rainer Gerhards
2005-09-07
1
-0
/
+2
*
preparing for 1.0 final
Rainer Gerhards
2005-09-07
1
-0
/
+1
*
added slackware rc script from Chris Elvidge
Rainer Gerhards
2005-09-07
1
-0
/
+2
*
cron script info added to install doc
Rainer Gerhards
2005-09-06
1
-0
/
+1
*
changed release date in NEWS file
Rainer Gerhards
2005-09-05
1
-2
/
+2
*
improved rsyslogd startup and shutdown messages
Rainer Gerhards
2005-08-17
1
-0
/
+11
*
fixed bug in makefiles - MySQL support could not be enabled
Rainer Gerhards
2005-08-15
1
-0
/
+2
*
made an error message appear if database action used in non-db build
Rainer Gerhards
2005-08-12
1
-0
/
+3
*
working on optimizing the build environment - still sub-optimal
Rainer Gerhards
2005-08-10
1
-1
/
+6
*
ironing out final nits for 0.9.6
Rainer Gerhards
2005-08-09
1
-2
/
+6
*
still hiding make file syntax differences...
Rainer Gerhards
2005-08-09
1
-1
/
+2
*
allowed to specify the udp listening port on command line
Rainer Gerhards
2005-08-05
1
-1
/
+12
*
close to 0.9.5 - multiple instances are supported now
Rainer Gerhards
2005-08-01
1
-1
/
+5
*
-o option added (omit local log socket)
Rainer Gerhards
2005-08-01
1
-0
/
+4
*
changed news file to reflect recent bug fixes
Rainer Gerhards
2005-07-29
1
-1
/
+15
*
fixed a wrong default message format
Rainer Gerhards
2005-07-20
1
-0
/
+5
*
useful tcp sender finished (at least it looks so, testing might reveal a
Rainer Gerhards
2005-07-20
1
-0
/
+5
*
(hopefully) -to be tested- fixed the db semicolon bug. Also build a
Rainer Gerhards
2005-07-20
1
-1
/
+9
[next]