summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | performance-optimized imudpRainer Gerhards2008-10-021-2/+2
|/ / /
* | | re-enabled gcc builtin atomic operations and added a proper ./configure checkRainer Gerhards2008-09-181-0/+50
| | |
* | | updated project status page & bumped version numberRainer Gerhards2008-09-041-1/+1
| | |
* | | bumped version numberRainer Gerhards2008-08-131-1/+1
| | |
* | | prepared for 3.21.2v3.21.3Rainer Gerhards2008-08-131-1/+1
| | |
* | | updated status doc after recent stable releasesRainer Gerhards2008-08-081-1/+1
| | |
* | | minor housekeepingRainer Gerhards2008-08-071-1/+1
| | |
* | | bugfix: IPv6 addresses could not be specified in forwarding actionsRainer Gerhards2008-08-051-1/+1
| | | | | | | | | | | | | | | | | | New syntax @[addr]:port introduced to enable that. Root problem was IPv6 addresses contain colons. Also somewhat enhanced debugging messages.
* | | enhanced troubleshooting documentationRainer Gerhards2008-08-041-1/+1
| | |
* | | added $InputUnixListenSocketHostName config directiveRainer Gerhards2008-08-011-1/+1
| | | | | | | | | | | | | | | | | | It permits to override the hostname being used on a local unix socket. This is useful for differentiating "hosts" running in several jails. Feature was suggested by David Darville, thanks for the suggestion.
* | | fixed some minor nits in preperation for 3.21.1Rainer Gerhards2008-07-291-2/+2
| | |
* | | enhanced configuration file error reporting and verificationRainer Gerhards2008-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - enhanced config file checking - no active actions are detected - added -N rsyslogd command line option for a config validation run (which does not execute actual syslogd code and does not interfere with a running instance) - somewhat improved emergency configuration. It is now also selected if the config contains no active actions - rsyslogd error messages are now reported to stderr by default. can be turned off by the new "$ErrorMessagesToStderr off" directive Thanks to HKS for suggesting these new features.
* | | begun implementing a diagnostic plugin (not yet completed)Rainer Gerhards2008-07-281-1/+20
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-07-181-0/+5
|\| |
| * | 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>