summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Call PKG_PROG_PKG_CONFIG m4 macro unconditionally.Michael Biebl2009-02-241-0/+2
| | | | | | | As all the calls to PKG_CHECK_MODULES are conditional, it can happen that PKG_PROG_PKG_CONFIG is not called (i.e. if you not use --enable-relp). So we enforce a check for pkg-config by adding it to the global checks.
* preparing for 3.20.4v3.20.4Rainer Gerhards2009-02-091-1/+1
|
* bugfix: invalid ./configure settings for RFC3195Michael Biebl2009-02-061-2/+2
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* prepared for 3.20.3 releasev3.20.3Rainer Gerhards2009-01-191-1/+1
|
* security fix: imudp emitted a message when a non-permitted sender...v3.20.2Rainer Gerhards2008-12-041-1/+1
| | | | | | | | | ...tried to send a message to it. This behaviour is operator-configurable. If enabled, a message was emitted each time. That way an attacker could effectively fill the disk via this facility. The message is now emitted only once in a minute (this currently is a hard-coded limit, if someone comes up with a good reason to make it configurable, we will probably do that).
* added interface function to nsd_gtls needed for ACL controlRainer Gerhards2008-12-011-1/+1
| | | | | | | | The legacy ACL system needs access to the remote sockaddr_storage data structure. This has been implemented for the ptcp driver and now follows for gtls. See recent commits for reason. We also moved up the version numbers in preparation of the release.
* bumped version number, preparing to be new stable branchRainer Gerhards2008-10-281-1/+1
|
* Merge branch 'v3-stable' into betaRainer Gerhards2008-09-021-1/+1
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * bumped version numberRainer Gerhards2008-09-011-1/+1
| |
| * preparing for 3.18.3v3.18.3Rainer Gerhards2008-08-151-1/+1
| |
| * fixed cross-platform compile problem introduced with recent changeRainer Gerhards2008-08-151-1/+1
| | | | | | | | ...which fixed the imfile segfault issue.
| * bugfix: imfile could cause a segfault upon rsyslogd HUP and terminationRainer Gerhards2008-08-141-1/+1
| | | | | | | | | | Thanks to lperr for an excellent bug report that helped detect this problem.
| * enhanced ommysql to support custom port to connect to serverRainer Gerhards2008-08-121-1/+1
| | | | | | | | | | | | Port can be set via new $ActionOmmysqlServerPort config directive Note: this was a very minor change and thus deemed appropriate to be done in the stable release.
| * bugfix: misspelled config directive + bumped version numberRainer Gerhards2008-08-121-1/+1
| | | | | | | | | | | | | | | | Previously was $MainMsgQueueWorkeTimeoutrThreadShutdown, is now $MainMsgQueueWorkerTimeoutThreadShutdown. Note that the misspelled directive is not preserved - if the misspelled directive was used (which I consider highly unlikely), the config file must be changed. Thanks to lperr for reporting the bug.
| * bumped version numberRainer Gerhards2008-07-211-1/+1
| |
| * preparing for 3.18.1v3.18.1Rainer Gerhards2008-07-211-1/+1
| |
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-07-181-0/+5
|\| | | | | | | | | | | | | Conflicts: doc/property_replacer.html tools/syslogd.c
| * bugfix: imklog module was not correctly compiled for GNU/kFreeBSDPetr Salinger2008-07-181-0/+5
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * prepared for 3.18.0 releasev3.18.0Rainer Gerhards2008-07-111-3/+1
| |
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-07-111-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * prepared for 3.16.3 releaseRainer Gerhards2008-07-111-1/+1
| | |
| | * preparing for 3.16.2 releasev3.16.2Rainer Gerhards2008-06-251-1/+1
| | |
| | * fixed a bug in imklog which lead to startup problemsRainer Gerhards2008-05-021-1/+1
| | | | | | | | | | | | | | | ... (including segfault) on some platforms under some circumsances. Thanks to Vieri for reporting this bug and helping to troubleshoot it.
| | * new v3-stable based on 3.15.x betaRainer Gerhards2008-04-161-1/+1
| | | | | | | | | | | | | | | | | | changes due to restructuring in 3.17.2 have big bug potential; beta 3.15.x has almost no bug potential; thus I initiated a shift of devel -> beta -> v3-stable; devel will restart at 3.19.0
| | * bumped version numberRainer Gerhards2008-04-111-1/+1
| | |
| | * bumped version numberRainer Gerhards2008-04-021-1/+1
| | |
| | * 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.
| | * bumped version numberRainer Gerhards2008-03-311-1/+1
| | |
| * | Remove unnecessary openssl configure check.Michael Biebl2008-07-101-37/+0
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | bumped version numberRainer Gerhards2008-06-161-1/+1
| | |
* | | bumped version numberRainer Gerhards2008-07-151-1/+1
| | |
* | | bumped version numberRainer Gerhards2008-07-071-1/+1
| | |
* | | bumped version numberRainer Gerhards2008-07-011-1/+1
| | |
* | | 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
| | |