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
Commit message (
Expand
)
Author
Age
Files
Lines
*
some non-intrusive preparations for dual-threading
Rainer Gerhards
2005-10-24
4
-92
/
+154
*
made sure no call to exit or die is done once rsyslogd is running
Rainer Gerhards
2005-10-24
3
-41
/
+47
*
fixed potential race condition with domark(); improved debug output
Rainer Gerhards
2005-10-20
2
-27
/
+59
*
preparation for next release (housekeeping)
Rainer Gerhards
2005-10-19
3
-3
/
+5
*
preparing for building 1.11.1
v1-11-1
Rainer Gerhards
2005-10-19
1
-2
/
+2
*
doc updates for 1.11.1
Rainer Gerhards
2005-10-19
3
-4
/
+25
*
rsyslogd still shares some code with the sysklogd project. Some patches for
Rainer Gerhards
2005-10-19
2
-16
/
+58
*
made "!progname" fully BSD-compliant; added property "programname"
Rainer Gerhards
2005-10-19
6
-34
/
+111
*
fixing a bug with the "startswith" comparison mode; more work on BSD-style
Rainer Gerhards
2005-10-19
4
-12
/
+69
*
added support for BSD-style host blocks
Rainer Gerhards
2005-10-19
3
-55
/
+184
*
mostly finished BSD-style progname block
Rainer Gerhards
2005-10-18
1
-0
/
+14
*
begin implementing BSD-style program blocks
Rainer Gerhards
2005-10-18
5
-50
/
+218
*
added capability to specify listen port for rfc3195d
Rainer Gerhards
2005-10-14
3
-4
/
+27
*
some restructuring, mostly preparation for an eventual move to a
Rainer Gerhards
2005-10-13
4
-138
/
+173
*
fixed some make issues when compiling without rfc 3195 support
v1-11-0
Rainer Gerhards
2005-10-12
3
-6
/
+24
*
final touches for 1.11.0
Rainer Gerhards
2005-10-12
3
-2
/
+20
*
updated doc to reflect 1.11.0
Rainer Gerhards
2005-10-12
4
-12
/
+15
*
added man page for rfc3195d
Rainer Gerhards
2005-10-12
3
-1
/
+82
*
added first (simple) version of rfc3195 receiver; some bug fixes and
Rainer Gerhards
2005-10-12
4
-187
/
+293
*
begin implementing RFC 3195 support
Rainer Gerhards
2005-10-06
7
-13
/
+183
*
updated docs to reflect new stable release 1.0.2
Rainer Gerhards
2005-10-05
2
-2
/
+6
*
perparing for next release (housekeeping stuff)
Rainer Gerhards
2005-09-27
4
-4
/
+6
*
minor doc change
v1-10-2
Rainer Gerhards
2005-09-27
1
-1
/
+1
*
updated sample config; better error reporting on allowedSenders
Rainer Gerhards
2005-09-27
3
-4
/
+69
*
updated config file doc to match new features
Rainer Gerhards
2005-09-27
3
-63
/
+162
*
updated man page to refelect new command line option
Rainer Gerhards
2005-09-27
2
-2
/
+7
*
updated features doc to reflect new features
Rainer Gerhards
2005-09-27
1
-5
/
+9
*
added allowedSender support for TCP
Rainer Gerhards
2005-09-27
5
-24
/
+71
*
fixed 'logerror' issue in DBErrorHandler which caused an endless loop
Michael Meckelein
2005-09-27
1
-1
/
+3
*
completed allowedSender support for UDP (TCP to come next)
Rainer Gerhards
2005-09-27
2
-38
/
+110
*
nearing completion of allowedSenders functionality
Rainer Gerhards
2005-09-27
4
-52
/
+279
*
(working but partial) evening snap for udp_allowed_senders
Rainer Gerhards
2005-09-26
1
-12
/
+62
*
begin support for allowed senders
Rainer Gerhards
2005-09-26
2
-28
/
+110
*
added the "startwith" property-filter comparison operation
Rainer Gerhards
2005-09-26
5
-11
/
+50
*
added isequal comparison operation; ability to negat comparison operations
Rainer Gerhards
2005-09-26
7
-48
/
+172
*
doc updates
Rainer Gerhards
2005-09-23
2
-12
/
+16
*
small fix in escapefunction, finishing touches for 1.10.1
v1-10-1
Rainer Gerhards
2005-09-23
3
-686
/
+12
*
updated doc for new MySQL escaping
Rainer Gerhards
2005-09-23
1
-6
/
+52
*
fixed a problem with MySQL field escapes
Rainer Gerhards
2005-09-23
3
-21
/
+68
*
security hardening of the new "call script" action
Rainer Gerhards
2005-09-22
3
-5
/
+61
*
Fixed minor bug in MySQL functions.
Michael Meckelein
2005-09-22
1
-2
/
+2
*
merged bkalkbrenner's execute shell patch - thanks!
Rainer Gerhards
2005-09-21
4
-11
/
+49
*
final doc updates for 1.10.0
v1-10-0
Rainer Gerhards
2005-09-20
2
-4
/
+4
*
added bug to bugs document
Rainer Gerhards
2005-09-20
1
-1
/
+4
*
updated Makefile for FreeBSD
Rainer Gerhards
2005-09-20
1
-1
/
+12
*
updated doc to match 1.10 feature set
Rainer Gerhards
2005-09-20
3
-5
/
+78
*
fixed SO_BSDCOMPAT problem under SUSE
Rainer Gerhards
2005-09-19
2
-10
/
+64
*
added capability to filter on any property in selector lines
Rainer Gerhards
2005-09-19
7
-28
/
+214
*
added parsing of property-filter (but not complete property selector line
Rainer Gerhards
2005-09-19
7
-69
/
+435
*
on the way to adding property-based filters - right before changing
Rainer Gerhards
2005-09-15
9
-52
/
+383
[next]