StrongestNumber9
8791323c92
Fixes #3667
2019-05-17 15:16:13 +03:00
Philippe Duveau
9ad7324dfa
AIX_port: second phase
2019-02-14 14:36:05 +01:00
Rainer Gerhards
9bece39dc6
SQUASH
...
debug cleanup: remove some old, no longer used macros
2018-10-30 12:46:04 +01:00
PascalWithopf
c83e3ed216
correct codestyle in rsyslog part 2
2018-08-01 16:11:33 +02:00
PascalWithopf
19133327cc
correct codestyle in rsyslog
2018-07-31 09:44:27 +02:00
Rainer Gerhards
fff09ac94d
core: replace errmsg object calling conventions
...
old interface still needs to be removed to fully finish
refactoring of this component.
see also https://github.com/rsyslog/rsyslog/issues/1684
2018-07-21 17:47:29 +02:00
purnima
d45daa2af0
Rebase,redefine msgDestruct() as smsg_t is used
2016-11-22 14:24:25 +05:30
Peter Portante
2470f0f72b
Remove use of sizeof(char) and sizeof(uchar)
...
Remove the use sizeof(char) or sizeof(uchar) in calculations for memory
allocation or string length. There are no known platforms for which
sizeof(char) or sizeof(uchar) is not 1, and c99 has defined sizeof(char)
to be 1 (section 6.5.3.4 of c99).
2015-12-16 02:18:45 +00:00
Rainer Gerhards
1791160f7b
bugfix: RFC5424 did not handle NILVALUE in datestamp
2015-11-24 17:05:06 +01:00
Rainer Gerhards
55b8882550
update license to ASL 2.0
...
see also: https://github.com/rsyslog/rsyslog/issues/82
2014-05-22 12:22:07 +02:00
Rainer Gerhards
2d616c4097
consistently use new message protocol type #define's
2013-09-23 12:17:53 +02:00
Rainer Gerhards
9ec02e670a
cleanup: removed unused but set parameters
2012-04-23 17:31:26 +02:00
Rainer Gerhards
bbe1f2688c
renaming conf.* wasn't a good idea -- undoing
...
too many dependencies, things get cluttered (and merging probably
gets problematic). Now new config will be "conf2".
2011-04-19 08:24:25 +02:00
Rainer Gerhards
e1c34e1741
renamed conf.c to legacyconf.c to make room for new config system
2011-04-19 07:53:23 +02:00
Rainer Gerhards
27ab3768e2
bugfix: RFC5424 parser confused by empty structured data
...
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=237
2011-03-22 15:02:15 +01:00
Bojan Smojver
d1eb6e0edc
added work-around for bug in gtls, which causes fd leak when using TLS
...
The capability has been added for module to specify that they do not
like being unloaded.
related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
2011-02-23 11:25:43 +01:00
Rainer Gerhards
ef661fe13c
finalized parser module calling interface
...
looks like we are almost done and need only to add the ruleset parser-specific
config options.
2009-11-04 11:33:09 +01:00
Rainer Gerhards
1b7f5c5468
moved rfc3164/5424 code to new parser modules
...
another milestone commit: the program works, the new interface
is used, some more cleanup is needed and the per-ruleset config
options are still missing. But we are getting closer...
2009-11-04 10:40:27 +01:00
Rainer Gerhards
b1db196953
one step closer to dynamically loadable parsers
...
This is a milestone commit, which adds new code that breaks
nothing, but also does not add any visible change. Just prep work...
2009-11-03 18:44:02 +01:00
Rainer Gerhards
6f511cecfa
more cleanup and working towards a parser module calling interface
...
I cleaned up a lot of config variable access along the way. This
version compiles and runs, but does not yet offer any enhanced
functionality. pmrfc5424 is just a dummy that is not yet being used.
2009-11-03 12:39:48 +01:00