| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog
conf.c
doc/Makefile.am
doc/manual.html
omfwd.c
plugins/omgssapi/omgssapi.c
This was a bit hard to merge; if there are problems, they
may be in the area of the new "comment in action line" code
that came from the beta.
|
| |
| |
| |
| |
| | |
For some actions (e.g. forwarding(, this could also lead
to invalid configuration.
|
| | |
|
| |
| |
| |
| |
| | |
Also added redirector to web description of error codes
closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
|
| |
| |
| |
| | |
This was introduced due to recent interface change.
|
| | |
|
| |
| |
| |
| |
| |
| | |
It is now iRet based. This enables us to communicate
more in-depth information to the upper peers. This is needed
to handle the EGAIN case on rcv (not yet implemented)
|
|\|
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog
configure.ac
doc/manual.html
plugins/imklog/linux.c
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
|
| | |
|
|\|
| |
| |
| |
| |
| | |
Conflicts:
ChangeLog
|
| |
| |
| |
| |
| |
| | |
a kernel log message
This is an unusual case under Linux, and a frequent one under BSD
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
thanks to varmojfekoj for the patch
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
|
| | |
| | |
| | |
| | |
| | | |
... (including segfault) on some platforms under some circumsances.
Thanks to Vieri for reporting this bug and helping to troubleshoot it.
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
configure.ac
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The TLS server now checks the client fingerprint. This works, but
is highly experimental. Needs to be refined for practice. Also:
- implemented permittedPeers helper construct to store names
- changed omfwd implementation to use new permittedPeers
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- bugfix: TCP input modules did incorrectly set fromhost property
(always blank)
- bugfix: imklog did not set fromhost property
- added "fromhost-ip" property
- added "RSYSLOG_DebugFormat" canned template
- bugfix: hostname and fromhost were swapped when a persisted message
(in queued mode) was read in
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
thanks to varmojfekoj for the patch
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
|
| | | | |
|
| | | | |
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
there were a couple of things where imgssapi was not compatible
with the new encapsulation. I did a somewhat dirty fix. The real
solution would be to turn gssapi functionality into a netstream
driver, which is too much for now (after all, we want to release
some time AND we need to have the code mature in practice
before we go for the next target...).
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
... but so far only in blocking mode
|
| | | | | |
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
plugins/imklog/linux.c
runtime/cfsysline.c
runtime/ctok.c
runtime/linkedlist.c
runtime/sysvar.c
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
A symbol file was closed when it couldn't opened. That lead to a
NULL pointer being passed to fclose()
|
| | | | |
| | | | |
| | | | |
| | | | | |
this callback is somewhat unportable in combination with dlopen()
|
| | | | |
| | | | |
| | | | |
| | | | | |
... and some cleanup
|
| |/ / /
|/| | |
| | | |
| | | | |
including some cleanups
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
netstrms is at the top layer of the socket abstraction
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- some (small) cleanup of omgssapi
- optimized omfwed, now loads TCP code only if this is actually necessary
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- added the ability to specify an error log function for the
runtime
- removed dependency of core runtime on dirty.h
Note that it is "better" modularity, not perfect. There is still
work to do, but I think we can for the time being proceed with
other things.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
cleanup + created an abstract class for global data
items and moved glblGetWorkDir to it
|
| | | |
| | | |
| | | |
| | | |
| | | | |
im3195 did not yet know about the new directory structure
version bumped in support of new devel branch version
|
|\ \ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
but need changes in liblogging to complete this
work - does not compile yet
|
| |/ / /
| | | |
| | | |
| | | | |
set up build system and shuffle some files
|
| | | |
| | | |
| | | |
| | | |
| | | | |
reduced dependencies, moved non-runtime files to its own directory except
for some whom's status is unclear
|
| | | | |
|