Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumped version number | Rainer Gerhards | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | bumping version number | Rainer Gerhards | 2008-05-21 | 1 | -1/+1 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | configure help for --enable-gnutls wrong | Rainer Gerhards | 2008-05-06 | 1 | -1/+1 |
| | | | | | said default is "yes" but default actually is "no" thanks to darix for pointing this out | ||||
* | bumping version number | Rainer Gerhards | 2008-05-06 | 1 | -1/+1 |
| | |||||
* | first working TLS-enabled plain TCP sender | Rainer Gerhards | 2008-04-18 | 1 | -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 implementation | Rainer Gerhards | 2008-04-18 | 1 | -1/+39 |
| | |||||
* | Merge branch 'master' into tls | Rainer Gerhards | 2008-04-17 | 1 | -22/+51 |
|\ | |||||
| * | some cleanup after dual-merge | Rainer Gerhards | 2008-04-16 | 1 | -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 Gerhards | 2008-04-16 | 1 | -17/+4 |
| |\ | |||||
| | * | completed im3195 including some documentation | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | | | |||||
| | * | begun re-integrating rfc3195 in rsyslog | Rainer Gerhards | 2008-04-15 | 1 | -18/+5 |
| | | | | | | | | | | | | set up build system and shuffle some files | ||||
| * | | Merge branch 'runtime' | Rainer Gerhards | 2008-04-16 | 1 | -1/+23 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -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 directory | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | made runtime include directory available to rest of rsyslog | Michael Biebl | 2008-04-16 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| | * | | begin building runtime convenience library (does not build!) | Rainer Gerhards | 2008-04-15 | 1 | -0/+19 |
| | |/ | |||||
| * / | bumped version number | Rainer Gerhards | 2008-04-15 | 1 | -1/+1 |
| |/ | |||||
| * | final work for release of v3.17.1v3.17.1 | Rainer Gerhards | 2008-04-15 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'bsd-port' | Rainer Gerhards | 2008-04-15 | 1 | -4/+8 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c | ||||
| | * | Add ENABLE_IMKLOG_LINUX | Michael Biebl | 2008-04-10 | 1 | -3/+5 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| | * | Rename ENABLE_IMKLOGD to ENABLE_IMKLOG | Michael Biebl | 2008-04-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| | * | fixed klog platform selection on linux | Rainer Gerhards | 2008-04-09 | 1 | -0/+1 |
| | | | |||||
| | * | implemented klog driver for BSD | Rainer Gerhards | 2008-04-09 | 1 | -1/+1 |
| | | | |||||
| | * | fixed build system for BSD | Rainer Gerhards | 2008-04-09 | 1 | -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 driver | Rainer Gerhards | 2008-04-09 | 1 | -2/+5 |
| | | | |||||
| | * | our BSD define conflicted with a BSD system define | Rainer Gerhards | 2008-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | renamed to OS_BSD | ||||
| * | | removed dependency on MAXHOSTNAMELEN as much as it made sense. | Rainer Gerhards | 2008-04-10 | 1 | -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 number | Rainer Gerhards | 2008-04-08 | 1 | -1/+1 |
| | | |||||
* | | removed openssl configure check | Rainer Gerhards | 2008-04-10 | 1 | -37/+0 |
|/ | | | | we will use our own abstraction layer | ||||
* | begun work on mail output plugin (open questions on TLS, so I see if I can | Rainer Gerhards | 2008-04-04 | 1 | -0/+15 |
| | | | | put this in between) - does not the least yet work ;) | ||||
* | added librelp check via PKG_CHECK thanks to Michael Biebl's patch | Rainer Gerhards | 2008-04-02 | 1 | -18/+3 |
| | |||||
* | - bugfix: rsyslogd was no longer build by default; man pages are only | Rainer Gerhards | 2008-04-01 | 1 | -1/+1 |
| | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out. | ||||
* | added configure checks for openssl | Rainer Gerhards | 2008-03-31 | 1 | -0/+37 |
| | |||||
* | bumping version number | Rainer Gerhards | 2008-03-31 | 1 | -1/+1 |
| | |||||
* | preparing for 3.13.0-dev0 release | Rainer Gerhards | 2008-03-31 | 1 | -1/+1 |
| | |||||
* | added a --enable/disable-rsyslogd configure option so that source-based | Rainer Gerhards | 2008-03-31 | 1 | -0/+47 |
| | | | | | packaging systems can build plugins without the need to compile rsyslogd | ||||
* | - bugfix: accidently set debug option in 3.12.5 reset to production This | Rainer Gerhards | 2008-03-29 | 1 | -12/+10 |
| | | | | | | | | option prevented dlclose() to be called. It had no real bad effects, as the modules were otherwise correctly deinitialized and dlopen() supports multiple opens of the same module without any memory footprint. - removed --enable-mudflap, added --enable-valgrind ./configure setting | ||||
* | bumped version number | Rainer Gerhards | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | updated v3 compatibility doc to cover new compatibility mode | Rainer Gerhards | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | linking to relp fixed | Rainer Gerhards | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | disabling librelp entry point check as I don't know how to do it | Rainer Gerhards | 2008-03-25 | 1 | -8/+11 |
| | | | | correctly... | ||||
* | bumping version number | Rainer Gerhards | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | librelp header name change | Rainer Gerhards | 2008-03-19 | 1 | -1/+1 |
| | |||||
* | bumping version number | Rainer Gerhards | 2008-03-18 | 1 | -1/+1 |
| | |||||
* | fixed librelp check (necessary due to ongoing librelp development) | Rainer Gerhards | 2008-03-18 | 1 | -1/+1 |
| | |||||
* | cleaned up new relp code files to make them suitable for implementation | Rainer Gerhards | 2008-03-13 | 1 | -4/+4 |
| | |||||
* | added initial set of RELP support (i/omrelp) - not working yet, just stage | Rainer Gerhards | 2008-03-13 | 1 | -1/+3 |
| | | | | work |