summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* finalized 3.17.3v3.17.3Rainer Gerhards2008-05-283-3/+3
|
* bugfix: imklog went into an endless loop if a PRI value was insideRainer Gerhards2008-05-212-1/+6
| | | | | | a kernel log message This is an unusual case under Linux, and a frequent one under BSD
* Merge branch 'v3-stable' into betaRainer Gerhards2008-05-166-8/+28
|\
| * Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-05-152-3/+13
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| | * bumped version numberRainer Gerhards2008-05-152-1/+3
| | |
| | * finalizing 2.0.5 releasev2.0.5Rainer Gerhards2008-05-151-1/+1
| | |
| | * updated ChangeLog (forgotten...)Rainer Gerhards2008-05-071-0/+1
| | |
| | * support for liblogging 0.7.1+ addedRainer Gerhards2008-05-071-3/+3
| | |
| * | bugfix: some whitespaces where incorrectly not ignoredRainer Gerhards2008-05-143-0/+6
| | | | | | | | | | | | | | | when parsing the config file. This is now corrected. Thanks to Michael Biebl for pointing out the problem.
| * | fixed potential segfault due to invalid call to cfsyslinevarmojfekoj2008-05-143-5/+9
| | | | | | | | | | | | | | | | | | thanks to varmojfekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | preparigng for 3.17.2 releasev3.17.2Rainer Gerhards2008-05-041-2/+2
| | |
* | | cleaned up version informationRainer Gerhards2008-05-022-1/+2
| | |
* | | restored debug outputRainer Gerhards2008-05-022-17/+17
| | |
* | | Merge branch 'klog-bugfix' into betaRainer Gerhards2008-05-025-61/+58
|\ \ \
| * | | bugfix: segfault in imklogRainer Gerhards2008-04-301-1/+0
| | | | | | | | | | | | | | | | | | | | A symbol file was closed when it couldn't opened. That lead to a NULL pointer being passed to fclose()
| * | | uncommented dbgprintf's as I think these may be the trouble sourceRainer Gerhards2008-04-294-23/+22
| | | | | | | | | | | | | | | | this callback is somewhat unportable in combination with dlopen()
| * | | perparing for klog debugRainer Gerhards2008-04-284-40/+38
| | | | | | | | | | | | | | | | ... and some cleanup
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-05-027-2/+14
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | Conflicts: configure.ac doc/manual.html
| * | preparing for 3.16.1 releasev3.16.1Rainer Gerhards2008-05-021-1/+1
| | |
| * | fixed a bug in imklog which lead to startup problemsRainer Gerhards2008-05-023-2/+6
| | | | | | | | | | | | | | | ... (including segfault) on some platforms under some circumsances. Thanks to Vieri for reporting this bug and helping to troubleshoot it.
| * | added missing copyright statementsRainer Gerhards2008-04-244-0/+8
| | | | | | | | | | | | thanks to Michael Biebl for noticing
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-241-1/+1
|\| | | | | | | | | | | | | | | | | Conflicts: doc/manual.html
| * | preparing for 3.16.0v3.16.0Rainer Gerhards2008-04-242-2/+2
| | |
* | | Merge branch 'master' into betaRainer Gerhards2008-04-1659-973/+2520
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | 3.17.x is the new beta Conflicts: ChangeLog configure.ac
| * | bumped version numberRainer Gerhards2008-04-152-1/+3
| | |
| * | final work for release of v3.17.1v3.17.1Rainer Gerhards2008-04-157-15/+20
| | |
| * | Merge branch 'bsd-port'Rainer Gerhards2008-04-1521-618/+1036
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c
| | * | improved doc for imklogRainer Gerhards2008-04-153-13/+76
| | | |
| | * | fix compiler warning on char/ucharRainer Gerhards2008-04-141-3/+3
| | | |
| | * | cleanup of imklog + addtl. config directivesRainer Gerhards2008-04-147-83/+112
| | | | | | | | | | | | | | | | | | | | | | | | - implemented $KLogInternalMsgFacility config directive - implemented $KLogPermitNonKernelFacility config directive - modified internal interfaces
| | * | provided ability to discard non-kernel messages present in the kernel msg bufferRainer Gerhards2008-04-143-37/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This obviously happens on BSD (<118> markers seen). We now have the ability to allow or prevent it, with the default being not permitted. Should not at all affect other drivers, but it is implemented on a common code basis, not on the driver layer.
| | * | fixed typoRainer Gerhards2008-04-141-1/+1
| | | |
| | * | implemented high precision timestamps for the kernel log.Rainer Gerhards2008-04-123-42/+40
| | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for pointing out that the kernel log did not have them.
| | * | removed trailing whitespaceRainer Gerhards2008-04-101-1/+1
| | | |
| | * | Add ENABLE_IMKLOG_LINUXMichael Biebl2008-04-102-5/+8
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | Rename ENABLE_IMKLOGD to ENABLE_IMKLOGMichael Biebl2008-04-102-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | Add missing includeMichael Biebl2008-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | bsd.c uses strchr, strlen and memmove, so include string.h Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | fixed klog platform selection on linuxRainer Gerhards2008-04-091-0/+1
| | | |
| | * | implemented klog driver for BSDRainer Gerhards2008-04-096-52/+70
| | | |
| | * | fixed build system for BSDRainer Gerhards2008-04-093-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | It's a hack, but at least it works now - on BSD. Will check later if it is fine on Linux, too. Any better method of doing things is happily accepted ;)
| | * | updated build system to detect correct klog driverRainer Gerhards2008-04-092-3/+15
| | | |
| | * | pulled FreeBSD's klog functionality as a baseRainer Gerhards2008-04-091-0/+151
| | | |
| | * | changed imklog to a driver interfaceRainer Gerhards2008-04-085-482/+599
| | | | | | | | | | | | | | | | | | | | | | | | imklog now uses os-specific drivers. The initial "set" contains the linux driver. This is a prequisite for BSD klog, which can now be implemented on that driver interface.
| | * | our BSD define conflicted with a BSD system defineRainer Gerhards2008-04-096-11/+11
| | | | | | | | | | | | | | | | renamed to OS_BSD
| * | | Merge branch 'beta'Rainer Gerhards2008-04-1542-227/+632
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/ommail.html queue.c
| * | | | enhanced legacy syslog parser to handle slightly malformed messagesRainer Gerhards2008-04-112-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those with a space in front of the timestamp - at least HP procurve is known to do that and I won't outrule that others also do it. The change looks quite unintrusive and so we added it to the parser.
| * | | | some cleanupRainer Gerhards2008-04-1112-93/+81
| | | | |
| * | | | removed dependency on MAXHOSTNAMELEN as much as it made sense.Rainer Gerhards2008-04-109-25/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNU/Hurd does not define it (because it has no limit), and we have taken care for cases where it is undefined now. However, some very few places remain where IMHO it currently is not worth fixing the code. If it is not defined, we have used a generous value of 1K, which is above IETF RFC's on hostname length at all. The memory consumption is no issue, as there are only a handful of this buffers allocated *per run* -- that's also the main reason why we consider it not worth to be fixed any further.
| * | | | Merge branch 'v3-stable' into MAXHOSTNAMELENRainer Gerhards2008-04-103-22/+38
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * \ \ \ \ Merge branch 'beta'Rainer Gerhards2008-04-094-22/+21
| |\ \ \ \ \