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
*
fixed memory leaks
Rainer Gerhards
2008-10-09
1
-1
/
+5
*
bugfix: copy&paste error lead to dangling if
Rainer Gerhards
2008-09-12
1
-1
/
+0
*
bugfix: continue parsing if tag is oversize (discard oversize part) -
Rainer Gerhards
2008-03-25
1
-0
/
+5
*
bugfix: internally generated messages had "FROMHOST" property not set
Rainer Gerhards
2008-03-22
1
-0
/
+1
*
- bugfix: not properly initialized data could cause several segfaults if
Rainer Gerhards
2008-03-12
1
-0
/
+1
*
bugfix: setting for $EscapeCopntrolCharactersOnReceive was not properly
Rainer Gerhards
2008-02-12
1
-1
/
+1
*
fixed bug that caused invalid treatment of tabs (HT) in rsyslog.conf
Rainer Gerhards
2008-02-12
1
-3
/
+2
*
bugfix: trailing ":" of tag was lost while parsing legacy syslog messages
Rainer Gerhards
2008-02-11
1
-1
/
+3
*
bugfix: errno could be changed during mark processing, leading to invalid
Rainer Gerhards
2008-02-11
1
-0
/
+3
*
a small inline doc fix
Rainer Gerhards
2008-02-11
1
-3
/
+5
*
bugfix: suspended actions were not always properly resumed varmojfekoj
Rainer Gerhards
2008-02-11
1
-1
/
+12
*
added x-info field to rsyslogd startup/shutdown message. Hopefully points
Rainer Gerhards
2008-02-11
1
-2
/
+2
*
- fixed a bug that could cause invalid string handling via strerror_r
Rainer Gerhards
2008-01-30
1
-4
/
+18
*
fixed a bug with standard template definitions (not a big deal) - thanks to
Rainer Gerhards
2008-01-14
1
-1
/
+1
*
moved cross-platform define for AI_NUMERICSERV to net.h
Rainer Gerhards
2007-12-26
1
-13
/
+0
*
bugfix: when compiled without network support, unix sockets were not
Rainer Gerhards
2007-12-20
1
-1
/
+1
*
bugfix: fixing memory leak when message queue is full and during parsing.
Rainer Gerhards
2007-12-20
1
-2
/
+8
*
added forward-compatibility fix, reserved -c command line option
Rainer Gerhards
2007-12-19
1
-1
/
+4
*
applied gss-api enhancement form varmojfekoj
Rainer Gerhards
2007-12-19
1
-20
/
+68
*
cleaned up char/uchar issue
Rainer Gerhards
2007-12-19
1
-3
/
+3
*
applied some more cleanup provided by Michael Biebl
Rainer Gerhards
2007-12-19
1
-4
/
+1
*
applied Michael Biebl's patch to enhance $includeconfig to support wildcard
Rainer Gerhards
2007-12-18
1
-8
/
+32
*
code cleanups thanks to Michael Biebl
Rainer Gerhards
2007-12-18
1
-1
/
+0
*
restructured #include's somewhat thanks to Michael Biebl
Rainer Gerhards
2007-12-18
1
-0
/
+4
*
fixed a potential race condition with enqueueMsg() - thanks to mildew for
Rainer Gerhards
2007-12-17
1
-10
/
+1
*
some cleanup (very minor)
Rainer Gerhards
2007-12-12
1
-1
/
+5
*
handled selector flushing on termination (and hup) correctly. Could lose
Rainer Gerhards
2007-12-12
1
-8
/
+16
*
fixed a potential race condition, see link for details:
Rainer Gerhards
2007-12-11
1
-24
/
+43
*
When a hostname ACL was provided and DNS resolution for that name failed,
Rainer Gerhards
2007-12-11
1
-12
/
+30
*
added Bartosz Kuzma patches for better compatibility with NetBSD - many
Rainer Gerhards
2007-12-03
1
-11
/
+23
*
adding sur5r's postgres module - many thanks for providing it! There are a
Rainer Gerhards
2007-12-03
1
-0
/
+16
*
cosmetic changes - no code change
Rainer Gerhards
2007-11-27
1
-3
/
+2
*
moved syslog PRI code tables to msg.c as this is the only place where they
Rainer Gerhards
2007-11-27
1
-44
/
+0
*
- added an identifier to command handler table - need to identify which
Rainer Gerhards
2007-11-21
1
-2
/
+6
*
added an identifier to command handler table - need to identify which
Rainer Gerhards
2007-11-21
1
-20
/
+20
*
added new modExit() entry point to loadable module interface
Rainer Gerhards
2007-11-21
1
-4
/
+5
*
applied gssapi patch from varmojfekoj - gss-api is now supported
Rainer Gerhards
2007-11-19
1
-9
/
+62
*
undid creation of a separate thread for the main loop -- this did not turn
Rainer Gerhards
2007-10-17
1
-19
/
+20
*
changed the threading to include one extra thread that runs the mainloop.
Rainer Gerhards
2007-10-08
1
-56
/
+96
*
applied patch provided by varmojfekoj to support building ommysql in its
Rainer Gerhards
2007-09-26
1
-6
/
+0
*
applied contributed patch to improve repeated message processing (see
Rainer Gerhards
2007-09-25
1
-1
/
+5
*
more cleanup on thread-safe CRL functions
Rainer Gerhards
2007-09-25
1
-1
/
+12
*
changed ttyname() to ttyname_r() - not a real fix, as this part of the code
Rainer Gerhards
2007-09-25
1
-3
/
+3
*
- simplified code in shouldProcessThisMessage() for debug output
Rainer Gerhards
2007-09-24
1
-23
/
+23
*
code cleanup
Rainer Gerhards
2007-09-20
1
-55
/
+77
*
split the function cvthname() for clarity. Also changed to using the
Rainer Gerhards
2007-09-18
1
-2
/
+2
*
added code to handle situations where senders send us messages ending with
Rainer Gerhards
2007-09-14
1
-2
/
+18
*
- checked -s/-l option and found that they work as expected - closed case
Rainer Gerhards
2007-09-11
1
-2
/
+2
*
fixed invalid dbgprintf() name - patch contained old name, I had forgotten
Rainer Gerhards
2007-09-11
1
-1
/
+3
*
applied patch by varmojfekoj to change signal handling to the new sigaction
Rainer Gerhards
2007-09-11
1
-18
/
+67
[next]