Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | step: moved config validation code | Rainer Gerhards | 2011-04-26 | 1 | -20/+0 | |
| | | | | | | ||||||
* | | | | | | shuffled even more config code from syslgod to config handler | Rainer Gerhards | 2011-04-26 | 1 | -166/+1 | |
| | | | | | | ||||||
* | | | | | | step: config handler setting from syslogd.c moved to rsconf.c | Rainer Gerhards | 2011-04-21 | 1 | -351/+41 | |
| | | | | | | ||||||
* | | | | | | step: begun to create a "load" interface in rsconf | Rainer Gerhards | 2011-04-21 | 1 | -19/+23 | |
| | | | | | | ||||||
* | | | | | | step: slowly migrating config settings... ;) | Rainer Gerhards | 2011-04-19 | 1 | -54/+25 | |
| | | | | | | ||||||
* | | | | | | some more work was required on the ruleset modification | Rainer Gerhards | 2011-04-19 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | milestone: ruleset now supports rsconf_t | Rainer Gerhards | 2011-04-19 | 1 | -11/+11 | |
| | | | | | | ||||||
* | | | | | | milestone: conf obj interface now utilzes rsconf_t | Rainer Gerhards | 2011-04-19 | 1 | -13/+51 | |
| | | | | | | ||||||
* | | | | | | milestone: templates are now in config object | Rainer Gerhards | 2011-04-19 | 1 | -14/+24 | |
| | | | | | | ||||||
* | | | | | | renaming conf.* wasn't a good idea -- undoing | Rainer Gerhards | 2011-04-19 | 12 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too many dependencies, things get cluttered (and merging probably gets problematic). Now new config will be "conf2". | |||||
* | | | | | | renamed conf.c to legacyconf.c to make room for new config system | Rainer Gerhards | 2011-04-19 | 12 | -12/+12 | |
| |/ / / / |/| | | | | ||||||
* | | | | | omfwd: made send function handling incomplete sends correctly | Rainer Gerhards | 2011-04-04 | 1 | -12/+7 | |
| | | | | | ||||||
* | | | | | added one more testcase for sending TCP/TLS syslog | Rainer Gerhards | 2011-04-04 | 1 | -0/+4 | |
| | | | | | ||||||
* | | | | | omfwd: speeded up tcp forwarding by reducing number of API calls | Rainer Gerhards | 2011-04-04 | 1 | -11/+66 | |
| | | | | | ||||||
* | | | | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-03-31 | 2 | -3/+2 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c | |||||
| * | | | | bugfix: RFC5424 parser confused by empty structured data | Rainer Gerhards | 2011-03-22 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=237 | |||||
| * | | | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2011-03-16 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am | |||||
| | * | | | | fixed a regression of last patch and some cleanup | Rainer Gerhards | 2011-03-16 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-03-11 | 13 | -0/+17 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh | |||||
| * | | | | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2011-03-08 | 1 | -0/+5 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tools/syslogd.c | |||||
| | * | | | | bugfix(kind of): tell users that config graph can currently not be generated | Rainer Gerhards | 2011-03-08 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=232 | |||||
| * | | | | | Merge branch 'v5-beta-gtls-fix' into v5-beta | Rainer Gerhards | 2011-03-06 | 12 | -0/+12 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | added work-around for bug in gtls, which causes fd leak when using TLS | Bojan Smojver | 2011-02-23 | 12 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | | | | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-02-25 | 2 | -3/+1 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | | | cosmetic: removing commented-out testing aid | Rainer Gerhards | 2011-02-25 | 1 | -1/+0 | |
| |/ / / / / | ||||||
| * | | | | | bugfix (minor): warning message suggested invalid compatibility mode | Rainer Gerhards | 2011-02-22 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | regression: fixed compile error with --enable-debug | Rainer Gerhards | 2011-02-21 | 1 | -1/+0 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-02-18 | 3 | -10/+6 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/glbl.c tools/omdiscard.c | |||||
| * | | | | | bugfix: fixed compile problem due to empty structs | Dražen Kačar | 2011-02-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this occured only on some platforms/compilers. thanks to Dražen Kačar for the fix Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
| * | | | | | cleanup: no longer parameter in iminternal system removed | Rainer Gerhards | 2011-02-16 | 3 | -10/+6 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-02-11 | 1 | -3/+36 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | | fixed some compile issues in recent systemd patch | Rainer Gerhards | 2011-02-11 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Improved systemd socket activation support | Marius Tomaschewski | 2011-02-11 | 1 | -3/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for multiple unix sockets and activation in forking mode Signed-off-by: Marius Tomaschewski <mt@suse.de> | |||||
* | | | | | | Merge branch 'v5-devel' | Rainer Gerhards | 2010-12-17 | 5 | -17/+10 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c runtime/glbl.c | |||||
| * | | | | | Merge branch 'v4-devel' into v5-devel | Rainer Gerhards | 2010-12-17 | 1 | -3/+0 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html doc/manual.html plugins/imudp/imudp.c runtime/msg.h tools/syslogd.c | |||||
| | * | | | | added $LocalHostName config directive & some bugfixing | Rainer Gerhards | 2010-12-16 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added $LocalHostName config directive - bugfix: local hostname was pulled too-early, so that some config directives (namely FQDN settings) did not have any effect | |||||
| | * | | | | cleanup of cosmetic nit (result of clang static code analyser run) | Rainer Gerhards | 2010-12-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2010-12-16 | 5 | -8/+2 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | Conflicts: runtime/parser.c | |||||
| | * | | | | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2010-10-19 | 2 | -1/+2 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/cfsysline.c tools/ompipe.c | |||||
| * | \ \ \ \ | Merge branch 'v5-stable' into v5-devel | Rainer Gerhards | 2010-12-17 | 5 | -7/+3 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| | * | | | | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2010-12-16 | 4 | -6/+2 | |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/parser.c runtime/queue.c runtime/wtp.c template.c threads.c tools/syslogd.c | |||||
| | | * | | | | some cleanup based on clang static analyzer results | Rainer Gerhards | 2010-12-16 | 4 | -6/+0 | |
| | | | | | | | ||||||
| | | * | | | | typo fix (thanks to Björn Påhlsson for finding it!) | Michael Biebl | 2010-11-30 | 1 | -2/+2 | |
| | | | |/ / | | | |/| | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | |||||
| | * | | | | fixed cosmetic nit (as a result of clang static code analyzer run) | Rainer Gerhards | 2010-12-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | bugfix: one type of 64bit atomics was enabled when 32bit atomics were supported | Rainer Gerhards | 2010-12-02 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | also cleaned up some minor things | |||||
* | | | | | | mmnormalize loads & runs (basic testing done) | Rainer Gerhards | 2010-12-01 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v5-devel' | Rainer Gerhards | 2010-11-25 | 1 | -1/+5 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h | |||||
| * | | | | | Merge branch 'v5-beta' into v5-devel | Rainer Gerhards | 2010-11-25 | 1 | -1/+5 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html plugins/imfile/imfile.c runtime/rsyslog.h | |||||
| | * | | | | bugfix: replacements for atomic operations for non-int sized types had problems. | Rainer Gerhards | 2010-11-25 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least one instance of that problem could potentially lead to abort (inside omfile). | |||||
* | | | | | | Merge branch 'v5-devel' | Rainer Gerhards | 2010-10-22 | 2 | -1/+2 | |
|\| | | | | |