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
/
omfwd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'v2-stable' into v3-stable
Rainer Gerhards
2008-08-07
1
-2
/
+12
|
\
|
*
bugfix: IPv6 addresses could not be specified in forwarding action
v2.0.6
Rainer Gerhards
2008-08-07
1
-2
/
+12
|
*
- fixed a bug that could cause invalid string handling via strerror_r
Rainer Gerhards
2008-01-30
1
-1
/
+1
|
*
fixed a bug that caused a potential hang in file and fwd output module
Rainer Gerhards
2008-01-24
1
-2
/
+3
|
*
backported rsyslog v3 omgssapi - to provide forward compatibility from v2
Rainer Gerhards
2007-12-28
1
-572
/
+67
|
*
applied cross-platform patch from darix to facilitate GSS-API compile on
Rainer Gerhards
2007-12-27
1
-1
/
+1
|
*
removed socket leak in omfwd.c
Rainer Gerhards
2007-12-26
1
-0
/
+3
|
*
applied gss-api enhancement form varmojfekoj
Rainer Gerhards
2007-12-19
1
-2
/
+2
|
*
applied some more cleanup provided by Michael Biebl
Rainer Gerhards
2007-12-19
1
-3
/
+0
|
*
code cleanups thanks to Michael Biebl
Rainer Gerhards
2007-12-18
1
-0
/
+3
|
*
restructured #include's somewhat thanks to Michael Biebl
Rainer Gerhards
2007-12-18
1
-0
/
+3
*
|
bugfix: comments after actions were not properly treated.
Rainer Gerhards
2008-06-25
1
-18
/
+9
*
|
removed dependency on MAXHOSTNAMELEN as much as it made sense.
Rainer Gerhards
2008-04-10
1
-4
/
+8
*
|
- added support for high-precision timestamps when receiving legacy syslog
Rainer Gerhards
2008-03-28
1
-3
/
+28
*
|
finally removing NoHops - code was commented out all since v1.somewhat.
Rainer Gerhards
2008-03-27
1
-62
/
+50
*
|
removed a now-longer needed callback from the output module interface.
Rainer Gerhards
2008-03-22
1
-6
/
+0
*
|
bugfix: duplicate public symbol in omfwd and omgssapi could lead to
Rainer Gerhards
2008-03-14
1
-1
/
+1
*
|
bugfix: framing mode variable was uninitialized, leading to wrong framing
Rainer Gerhards
2008-03-14
1
-1
/
+1
*
|
cleanup
Rainer Gerhards
2008-03-13
1
-17
/
+0
*
|
improved session recovery when outbound tcp connection breaks, reduces
Rainer Gerhards
2008-03-12
1
-1
/
+2
*
|
changed omgssapi and omfwd to utilize new object calling interface; made a
Rainer Gerhards
2008-03-12
1
-16
/
+31
*
|
implemented module unload handling (required a number of interface changes)
Rainer Gerhards
2008-03-11
1
-0
/
+3
*
|
renamed library module file names to lm*, so that they match the overall
Rainer Gerhards
2008-03-07
1
-1
/
+1
*
|
- added RSYSLOGD_MODDIR environment variable
Rainer Gerhards
2008-03-07
1
-2
/
+4
*
|
fixed some compiler warnings under FreeBSD
Rainer Gerhards
2008-03-06
1
-1
/
+1
*
|
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-6
/
+9
*
|
- changed module interface to support querying obj interface (stage work)
Rainer Gerhards
2008-03-04
1
-1
/
+1
*
|
fixed a bug that caused a potential hang in file and fwd output module
Rainer Gerhards
2008-01-30
1
-2
/
+3
*
|
fixed a bug that could cause invalid string handling via strerror_r
Rainer Gerhards
2008-01-30
1
-1
/
+1
*
|
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-4
/
+4
*
|
created omtesting, a debug and development aid output module. This is stage
Rainer Gerhards
2007-12-31
1
-1
/
+1
*
|
removed gss-api code from omfwd.c
Rainer Gerhards
2007-12-28
1
-256
/
+1
*
|
omgssapi created
Rainer Gerhards
2007-12-28
1
-59
/
+4
*
|
moved TCPSend() and frame building code to tcpsyslog.c
Rainer Gerhards
2007-12-28
1
-229
/
+22
*
|
took TCPSend() apart and made it generic via function pointers
Rainer Gerhards
2007-12-28
1
-97
/
+118
*
|
internal restructuring in omfwd.c - stage work for further modularization I
Rainer Gerhards
2007-12-27
1
-142
/
+184
*
|
some cleanup
Rainer Gerhards
2007-12-27
1
-3
/
+3
*
|
applied cross-platform patch from darix to facilitate GSS-API compile on
Rainer Gerhards
2007-12-27
1
-1
/
+1
*
|
fixed socket leak in omfwd.c
Rainer Gerhards
2007-12-26
1
-26
/
+6
*
|
removed imudp code dependency on "finet"
Rainer Gerhards
2007-12-26
1
-0
/
+1
*
|
removed omfwd code dependency on finet
Rainer Gerhards
2007-12-26
1
-3
/
+41
*
|
removed no longer needed mutex from omfwd
Rainer Gerhards
2007-12-21
1
-7
/
+0
*
|
moved udp send code to its own function
Rainer Gerhards
2007-12-20
1
-37
/
+50
*
|
removed single-threading support for sending TCP messages; caused
Rainer Gerhards
2007-12-20
1
-150
/
+5
*
|
applied enhanced gss-api functionality provided by varmojfekoj
Rainer Gerhards
2007-12-19
1
-2
/
+2
*
|
applied some more cleanup provided by Michael Biebl
Rainer Gerhards
2007-12-19
1
-3
/
+0
*
|
code cleanups thanks to Michael Biebl
Rainer Gerhards
2007-12-18
1
-0
/
+3
*
|
restructured #include's somewhat thanks to Michael Biebl
Rainer Gerhards
2007-12-18
1
-0
/
+3
*
|
- begun to create input module interface and macros
Rainer Gerhards
2007-12-14
1
-0
/
+2
*
|
changed license to GPLv3 (for what is to become rsyslog v3)
Rainer Gerhards
2007-12-14
1
-7
/
+8
|
/
[next]