summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* misc small changes: corrected version, removed some debug output,Rainer Gerhards2008-06-271-1/+1
| | | | | | ..., restructured makefile, added some troubleshooting to test case (program rscript-parse.c has problem due to different structure alignment, where I do not yet know the reason)
* added support for EGAIN while trying to receive data on gTLS sessionRainer Gerhards2008-06-241-2/+2
| | | | | | | | | This maps to bugzilla bug 83: http://bugzilla.adiscon.com/show_bug.cgi?id=83 This is the first test version, posted to user for repro of the problem. It contains code to handle the case, HOWEVER, I have not been able to test it in a scenario where a retry actually happens while receiving (I dont't get this in my environment). So I assume it is buggy and will probably not work.
* disabled compile warnings caused by third-party librariesRainer Gerhards2008-06-231-1/+1
|
* begun building a testbenchRainer Gerhards2008-06-131-0/+1
|
* bugfix: restored accidently deleted version lineRainer Gerhards2008-06-131-0/+1
|
* Merge branch 'beta'Rainer Gerhards2008-06-121-1/+0
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imklog/linux.c
| * bumped version numberRainer Gerhards2008-06-121-1/+1
| |
| * finalized 3.17.3v3.17.3Rainer Gerhards2008-05-281-1/+1
| |
| * cleaned up version informationRainer Gerhards2008-05-021-1/+1
| |
| * uncommented dbgprintf's as I think these may be the trouble sourceRainer Gerhards2008-04-291-1/+1
| | | | | | | | this callback is somewhat unportable in combination with dlopen()
| * perparing for klog debugRainer Gerhards2008-04-281-1/+1
| | | | | | | | ... and some cleanup
* | bumped version numberRainer Gerhards2008-06-111-1/+1
| |
* | bumping version numberRainer Gerhards2008-06-061-1/+1
| |
* | bumped version numberRainer Gerhards2008-05-301-1/+1
| |
* | bumped version numberRainer Gerhards2008-05-271-1/+1
| |
* | bumping version numberRainer Gerhards2008-05-211-1/+1
| |
* | bumped version numberRainer Gerhards2008-05-161-1/+1
| |
* | bumped version numberRainer Gerhards2008-05-151-1/+1
| |
* | configure help for --enable-gnutls wrongRainer Gerhards2008-05-061-1/+1
| | | | | | | | | | said default is "yes" but default actually is "no" thanks to darix for pointing this out
* | bumping version numberRainer Gerhards2008-05-061-1/+1
| |
* | first working TLS-enabled plain TCP senderRainer Gerhards2008-04-181-4/+4
| | | | | | | | | | implemented a first working version of a TLS-enabled plain TCP sender (but, of course, the implementation is insecure as it is)
* | set stage for TLS client implementationRainer Gerhards2008-04-181-1/+39
| |
* | Merge branch 'master' into tlsRainer Gerhards2008-04-171-22/+51
|\ \
| * | some cleanup after dual-mergeRainer Gerhards2008-04-161-1/+1
| | | | | | | | | | | | | | | im3195 did not yet know about the new directory structure version bumped in support of new devel branch version
| * | Merge branch 'rfc3195'Rainer Gerhards2008-04-161-17/+4
| |\ \
| | * | completed im3195 including some documentationRainer Gerhards2008-04-161-1/+1
| | | |
| | * | begun re-integrating rfc3195 in rsyslogRainer Gerhards2008-04-151-18/+5
| | | | | | | | | | | | | | | | set up build system and shuffle some files
| * | | Merge branch 'runtime'Rainer Gerhards2008-04-161-1/+23
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | some more cleanupRainer Gerhards2008-04-161-1/+2
| | | | | | | | | | | | | | | | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
| | * | moved runtime files into their own directoryRainer Gerhards2008-04-161-1/+1
| | | |
| | * | made runtime include directory available to rest of rsyslogMichael Biebl2008-04-161-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | begin building runtime convenience library (does not build!)Rainer Gerhards2008-04-151-0/+19
| | |/
| * / bumped version numberRainer Gerhards2008-04-151-1/+1
| |/
| * final work for release of v3.17.1v3.17.1Rainer Gerhards2008-04-151-1/+1
| |
| * Merge branch 'bsd-port'Rainer Gerhards2008-04-151-4/+8
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c
| | * Add ENABLE_IMKLOG_LINUXMichael Biebl2008-04-101-3/+5
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * Rename ENABLE_IMKLOGD to ENABLE_IMKLOGMichael Biebl2008-04-101-1/+1
| | | | | | | | | | | | 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-091-1/+1
| | |
| | * fixed build system for BSDRainer Gerhards2008-04-091-3/+1
| | | | | | | | | | | | | | | | | | 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-091-2/+5
| | |
| | * our BSD define conflicted with a BSD system defineRainer Gerhards2008-04-091-1/+1
| | | | | | | | | | | | renamed to OS_BSD
| * | removed dependency on MAXHOSTNAMELEN as much as it made sense.Rainer Gerhards2008-04-101-0/+16
| |/ | | | | | | | | | | | | | | | | | | 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.
| * bumped version numberRainer Gerhards2008-04-081-1/+1
| |
* | removed openssl configure checkRainer Gerhards2008-04-101-37/+0
|/ | | | we will use our own abstraction layer
* begun work on mail output plugin (open questions on TLS, so I see if I canRainer Gerhards2008-04-041-0/+15
| | | | put this in between) - does not the least yet work ;)
* added librelp check via PKG_CHECK thanks to Michael Biebl's patchRainer Gerhards2008-04-021-18/+3
|
* - bugfix: rsyslogd was no longer build by default; man pages are onlyRainer Gerhards2008-04-011-1/+1
| | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out.
* added configure checks for opensslRainer Gerhards2008-03-311-0/+37
|
* bumping version numberRainer Gerhards2008-03-311-1/+1
|