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
*
moved message object into its own set of files
Rainer Gerhards
2007-07-19
7
-1102
/
+1269
*
applied patch from Bartosz Kuźma to fix portability bug in configure.ac
Rainer Gerhards
2007-07-19
1
-2
/
+2
*
begin designing module interface
Rainer Gerhards
2007-07-19
1
-0
/
+51
*
more cleanup; restored compatibility to non-gcc compilers
Rainer Gerhards
2007-07-18
3
-1
/
+10
*
code cleanup (removed compiler warnings
Rainer Gerhards
2007-07-18
11
-187
/
+191
*
fixed minimal memory leak on HUP (caused by templates) thanks to
Rainer Gerhards
2007-07-18
4
-1
/
+59
*
applied cleanup patch by Peter Vrabec
Rainer Gerhards
2007-07-18
4
-7
/
+13
*
fixed bug that caused $AllowedSenders to handle IPv6 scopes incorrectly;
Rainer Gerhards
2007-07-18
1
-2
/
+3
*
fixed a bug that could case host wildcards to become corrupted
Rainer Gerhards
2007-07-18
1
-1
/
+1
*
fixed a bug which caused install to install program under wrong name
Rainer Gerhards
2007-07-18
2
-5
/
+7
*
bumped version number
Rainer Gerhards
2007-07-18
1
-2
/
+2
*
preparing for release
v1-17-0
Rainer Gerhards
2007-07-17
1
-3
/
+3
*
bumped version number to 1.17.0
Rainer Gerhards
2007-07-17
2
-3
/
+3
*
cleaned up code. removed conditional construct where "fromHost" could not
Rainer Gerhards
2007-07-17
1
-8
/
+2
*
improved AllowedSender code and portability - thanks to mildew@gmail.com
Rainer Gerhards
2007-07-17
2
-1
/
+17
*
added capability to auto-generate directories
Rainer Gerhards
2007-07-17
1
-1
/
+1
*
added new config params
Rainer Gerhards
2007-07-17
1
-0
/
+45
*
added $FailOnChownFailure config parameter
Rainer Gerhards
2007-07-17
5
-15
/
+38
*
added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroup
Rainer Gerhards
2007-07-17
5
-19
/
+152
*
added $CreateDirs, $DebugPrintTemplateList, $ResetConfigVariables
Rainer Gerhards
2007-07-17
3
-11
/
+40
*
added $DirCreateMode config directive
Rainer Gerhards
2007-07-17
3
-2
/
+18
*
basic support for creating directories with dynaFiles added
Rainer Gerhards
2007-07-17
3
-159
/
+218
*
added support (checks) for inline
Rainer Gerhards
2007-07-17
1
-0
/
+1
*
cleaned up code in AddAllowedSender()
Rainer Gerhards
2007-07-17
3
-111
/
+115
*
added new config params
Rainer Gerhards
2007-07-17
1
-0
/
+25
*
dded $ControlCharacterEscapePrefix config parameter
Rainer Gerhards
2007-07-17
2
-1
/
+29
*
added $EscapeControlCharactersOnReceive config parameter
Rainer Gerhards
2007-07-17
2
-33
/
+32
*
applied patch by redhat, Peter Vrabec
Rainer Gerhards
2007-07-16
1
-1
/
+1
*
added new option $DropMsgsWithMaliciousDnsPTRRecords
Rainer Gerhards
2007-07-16
2
-2
/
+20
*
added $DropMsgsWithMaliciousDnsPTRRecords option
Rainer Gerhards
2007-07-16
1
-0
/
+9
*
added $AllowedSender patch by mildew@gmail.com
Rainer Gerhards
2007-07-16
4
-15
/
+19
*
mentioned mildew@gmail.com's patch
Rainer Gerhards
2007-07-16
1
-0
/
+5
*
fully integrated patch from mildew@gmail.com
Rainer Gerhards
2007-07-16
5
-152
/
+189
*
added patch by mildew@gmail.com to support IPv6 in $AllowedSender
Rainer Gerhards
2007-07-16
2
-1
/
+29
*
applied patch by mildew@gmail.com to support IPv6 in $AllowedSenders
Rainer Gerhards
2007-07-16
4
-128
/
+460
*
cosmetic: unsigned char changed to uchar
Rainer Gerhards
2007-07-16
2
-46
/
+46
*
added contributor page to doc set
Rainer Gerhards
2007-07-16
3
-2
/
+34
*
integrated patch by Michel Samia to provide regex support for the filter
Rainer Gerhards
2007-07-16
5
-1
/
+33
*
updated doc to refelect new regex capability in filters
Rainer Gerhards
2007-07-16
1
-1
/
+1
*
reflected new semantics of -e option
Rainer Gerhards
2007-07-16
1
-6
/
+3
*
renamed $RepeatedLineReduction to $RepeatedMsgReduction
Rainer Gerhards
2007-07-16
2
-8
/
+8
*
bumped version number
Rainer Gerhards
2007-07-15
1
-2
/
+2
*
added $RepeatedLineReduction config param
Rainer Gerhards
2007-07-15
2
-1
/
+12
*
implemented $RepeatedLineReduction option
Rainer Gerhards
2007-07-15
2
-3
/
+8
*
added parsing code for $RepeatedLineReduction and
Rainer Gerhards
2007-07-15
2
-4
/
+76
*
preparing for 1.16.0 release
v1-16-0
Rainer Gerhards
2007-07-13
1
-3
/
+3
*
fixed typos
Rainer Gerhards
2007-07-13
1
-4
/
+1
*
I just needed to add a small fact about today's date - seems to be a good
Rainer Gerhards
2007-07-13
1
-1
/
+1
*
preparing for release 1.16.0
Rainer Gerhards
2007-07-13
1
-1
/
+4
*
updated doc to reflect new build system
Rainer Gerhards
2007-07-13
2
-184
/
+159
[next]