summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 4.1.7v4.1.7Rainer Gerhards2009-04-221-1/+1
|
* Merge branch 'beta'Rainer Gerhards2009-04-071-1/+1
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf.html
| * preparing for 3.21.11v3.21.11Rainer Gerhards2009-04-031-1/+1
| |
* | fixed some problems with "make check"Demo2009-03-311-1/+3
| | | | | | | | | | interestingly, they manifested on Debian, only, but potentially existed on other platforms, too.
* | Merge branch 'master' into sol-testRainer Gerhards2009-03-311-1/+20
|\ \ | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | improved testing supportRainer Gerhards2009-03-191-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | worked on ways to provide a better test suite: - added -T rsyslogd command line option, enables to specify a directory where to chroot() into on startup. This is NOT a security feature but introduced to support testing. Thus, -T does not make sure chroot() is used in a secure way. (may be removed later) - added omstdout module for testing purposes. Spits out all messages to stdout - no config option, no other features - modified $ModLoad statement so that for modules whom's name starts with a dot, no path is prepended (this enables relative-pathes and should not break any valid current config)
* | | ported non-tcl based test suite to SolarisRainer Gerhards2009-03-311-1/+1
|/ /
* | added output module templateRainer Gerhards2009-03-161-5/+24
| | | | | | | | | | | | | | so far, this is mostly some documentation, but I hope that during the process of creating output modules out of it we will get good questions and thus can extend the template. In any case, it should be better than what we had so far...
* | Merge branch 'master' into rscript-funcRainer Gerhards2009-03-131-3/+3
|\ \
| * | Merge branch 'beta'Rainer Gerhards2009-03-111-2/+2
| |\| | | | | | | | | | | | | Conflicts: doc/omrelp.html
| | * Merge branch 'v3-stable' into betaRainer Gerhards2009-03-111-2/+2
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | | * 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
| | | |
| * | | preparing for 4.1.5 releasev4.1.5Rainer Gerhards2009-03-111-1/+1
| | | |
* | | | integrated various patches for solarisRainer Gerhards2009-03-051-1/+11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Unfortunatley, I do not have the full list of contributors available. The patch set was compiled by Ben Taylor, and I made some further changes to adopt it to the news rsyslog branch. Others provided much of the base work, but I can not find the names of the original authors. If you happen to be one of them, please let me know so that I can give proper credits.
* | | Merge branch 'beta'Rainer Gerhards2009-02-241-106/+40
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html
| * | decreased GNUtls version requirementRainer Gerhards2009-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | rsyslog also works with some 1.x.x versions, but I have not details any longer. I developed with a v1 version for a while. To be on the save side, I request 2.0.0 (Michael Biebl was even more conservative with 2.4.2 - which he had at hand - and so I am changing this now).
| * | Improve mysql configure check (for unusual paths)Michael Biebl2009-02-241-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove AC_CHECK_HEADERS([mysql/mysql.h],...) as this was causing pain for users where the mysql headers are not installed in the system include directory. It was superfluous anyways, as we check for mysql_config and set the include path to the correct directory. Update ommysql.c to use #include <mysql.h>, as mysql_config will set the include path to /path/to/include/mysql/ so <mysql/mysql.h> would not work. Remove errmsg.h include as it is not used.
| * | Separate macro file for atomic operationsMichael Biebl2009-02-241-46/+1
| | | | | | | | | | | | | | | | | | To unclutter configure.ac and to make it easier re-usable, move the check for atomic operations into a separate m4 macro file and call the macro RS_ATOMIC_OPERATIONS (RS for RSyslog)
| * | Split the m4 macros into a separate directoryMichael Biebl2009-02-241-0/+1
| | |
| * | Use pkg-config for GnuTLS configure checkMichael Biebl2009-02-241-22/+2
| | | | | | | | | | | | | | | | | | Use PKG_CHECK_MODULES instead of libgnutls-config to get the compilation flags (vastly simpler). Set minimum version to 2.4.2, as that is the oldest version I could test with.
| * | 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.
| * | make all cflags and libs variables uppercaseMichael Biebl2009-02-241-36/+36
| | | | | | | | | | | | | | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency.
| * | prepared for 3.21.10 releasev3.21.10Rainer Gerhards2009-02-021-1/+1
| | |
| * | Merge branch 'v3-stable' into betav3.21.9Rainer Gerhards2008-12-041-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imudp/imudp.c
| | * 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).
* | | preparing for 4.1.4 releasev4.1.4Rainer Gerhards2009-01-291-1/+1
| | |
* | | preparing for 4.1.3 releasev4.1.3Rainer Gerhards2008-12-161-1/+1
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-12-041-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf.html plugins/imudp/imudp.c runtime/rsyslog.h
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-12-041-1/+1
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * 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.
| * | Merge branch 'master' into betaRainer Gerhards2008-11-111-3/+108
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | 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
| | | |
* | | | added ability to drop privilegesRainer Gerhards2008-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added $PrivDropToGroup, $PrivDropToUser, $PrivDropToGroupID, $PrivDropToUserID config directives to enable dropping privileges. This is an effort to provide a security enhancement. For the limits of this approach, see http://wiki.rsyslog.com/index.php/Security
* | | | added configuration directive "HUPisRestart"Rainer Gerhards2008-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | ...which enables to configure HUP to be either a full restart or "just" a leightweight way to close open files
* | | | Merge branch 'master' into nextmasterRainer Gerhards2008-10-221-1/+23
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | | preparing for 3.21.6v3.21.6Rainer Gerhards2008-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | plus solving a compile problem for im3195 (which is not used in practice, thus this did not show up before...)
| * | | added capability to support multiple module search pathes.Marius Tomaschewski2008-10-201-0/+22
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | bumped interface version number to reflect change to message parsingRainer Gerhards2008-10-091-1/+1
| | | |