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
/
syslogd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
major task: made sure no selector_t is created for selector lines that can
Rainer Gerhards
2007-07-24
1
-37
/
+66
*
applied patch from varmojfekoj to solve small mem leak
Rainer Gerhards
2007-07-24
1
-0
/
+20
*
moved discard functionality to an output module
Rainer Gerhards
2007-07-24
1
-52
/
+46
*
changed action calling sequence to module interface/structure
Rainer Gerhards
2007-07-24
1
-3
/
+9
*
changed select action config reader to use module interface
Rainer Gerhards
2007-07-24
1
-29
/
+16
*
fixed wrong credits - last patch was by mildew -- sorry for that ;)
Rainer Gerhards
2007-07-24
1
-31
/
+37
*
moved selector action config parsing for shell action to omshell
Rainer Gerhards
2007-07-24
1
-13
/
+1
*
moved selector action parsing for MySQL to ommysql
Rainer Gerhards
2007-07-24
1
-87
/
+3
*
moved selector action parsing for F_FORW to omfwd
Rainer Gerhards
2007-07-24
1
-170
/
+1
*
fixed a small memory leak when HUPing syslogd. The allowed sender list now
Rainer Gerhards
2007-07-24
1
-0
/
+33
*
continued working on modularization; begun to create interface for
Rainer Gerhards
2007-07-23
1
-252
/
+59
*
fixed a memory leak in config file parsing thanks to varmojfekoj for the
Rainer Gerhards
2007-07-23
1
-2
/
+8
*
added warning for other coders
Rainer Gerhards
2007-07-23
1
-1
/
+4
*
rsyslogd now checks on startup if it is capable to performa any work at
Rainer Gerhards
2007-07-23
1
-1
/
+30
*
made syntax of -r chrystal-clear in doc (at least I hope so...)
Rainer Gerhards
2007-07-23
1
-1
/
+1
*
added DropTrailingLFOnReception config directive
Rainer Gerhards
2007-07-23
1
-0
/
+13
*
fixed a very nasty bug in structure creation of struct filed (caused
Rainer Gerhards
2007-07-23
1
-20
/
+13
*
simplified action calling using new interface Warning: this version has a
Rainer Gerhards
2007-07-23
1
-42
/
+18
*
moved file write output module to own set of code files
Rainer Gerhards
2007-07-22
1
-1090
/
+8
*
added $ModLoad MySQL (dummy) config directive
Rainer Gerhards
2007-07-22
1
-0
/
+36
*
changed calling interface for doAction() as a reminder for the other
Rainer Gerhards
2007-07-22
1
-1
/
+1
*
changed interface, now is updated by rule engine
Rainer Gerhards
2007-07-22
1
-1
/
+4
*
moved some more modules to their own file sets
Rainer Gerhards
2007-07-22
1
-1460
/
+21
*
moved mysql action to its own code files
Rainer Gerhards
2007-07-20
1
-234
/
+7
*
moved code for user and wall message action into its own files
Rainer Gerhards
2007-07-20
1
-172
/
+2
*
moved part of the shell action to its own module
Rainer Gerhards
2007-07-20
1
-2
/
+8
*
cleanup
Rainer Gerhards
2007-07-20
1
-5
/
+3
*
replaced system() calls with something more reasonable. Please note that
Rainer Gerhards
2007-07-20
1
-53
/
+37
*
updated usage() - forgotten when changed -r option
Rainer Gerhards
2007-07-20
1
-1
/
+1
*
removed incompatibility to sysklogd in syslogd -r option parsing
Rainer Gerhards
2007-07-20
1
-2
/
+5
*
added the capability to continue trying to write log files when the file
Rainer Gerhards
2007-07-20
1
-0
/
+7
*
fixed another memory leak on HUPing and on exiting rsyslogd again thanks to
Rainer Gerhards
2007-07-19
1
-3
/
+8
*
moved message object into its own set of files
Rainer Gerhards
2007-07-19
1
-1028
/
+31
*
code cleanup (removed compiler warnings
Rainer Gerhards
2007-07-18
1
-134
/
+136
*
fixed minimal memory leak on HUP (caused by templates) thanks to
Rainer Gerhards
2007-07-18
1
-1
/
+4
*
applied cleanup patch by Peter Vrabec
Rainer Gerhards
2007-07-18
1
-6
/
+4
*
fixed bug that caused $AllowedSenders to handle IPv6 scopes incorrectly;
Rainer Gerhards
2007-07-18
1
-2
/
+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
1
-1
/
+9
*
added $FailOnChownFailure config parameter
Rainer Gerhards
2007-07-17
1
-12
/
+26
*
added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroup
Rainer Gerhards
2007-07-17
1
-15
/
+126
*
added $CreateDirs, $DebugPrintTemplateList, $ResetConfigVariables
Rainer Gerhards
2007-07-17
1
-11
/
+36
*
added $DirCreateMode config directive
Rainer Gerhards
2007-07-17
1
-2
/
+15
*
basic support for creating directories with dynaFiles added
Rainer Gerhards
2007-07-17
1
-1
/
+14
*
cleaned up code in AddAllowedSender()
Rainer Gerhards
2007-07-17
1
-107
/
+112
*
dded $ControlCharacterEscapePrefix config parameter
Rainer Gerhards
2007-07-17
1
-1
/
+28
*
added $EscapeControlCharactersOnReceive config parameter
Rainer Gerhards
2007-07-17
1
-32
/
+29
*
added new option $DropMsgsWithMaliciousDnsPTRRecords
Rainer Gerhards
2007-07-16
1
-2
/
+19
*
fully integrated patch from mildew@gmail.com
Rainer Gerhards
2007-07-16
1
-144
/
+174
*
applied patch by mildew@gmail.com to support IPv6 in $AllowedSenders
Rainer Gerhards
2007-07-16
1
-94
/
+360
[next]