Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: gssutil was not linked against gss libs | Rainer Gerhards | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | applied patch from Michael Biebl to clean up build system | Rainer Gerhards | 2008-03-06 | 16 | -42/+39 |
| | |||||
* | cleanup | Rainer Gerhards | 2008-03-06 | 1 | -2/+0 |
| | |||||
* | Updated the Adiscon MIBs, they contain a few more definitions for variables | Andre Lorbach | 2008-03-05 | 3 | -9/+249 |
| | | | | | and traps now. The default syslogmessage oid had to change again, as I had to reorganize the snmp variables. | ||||
* | fixed bug in build process | Rainer Gerhards | 2008-03-05 | 1 | -4/+1 |
| | |||||
* | fixed problem in autoconf | Rainer Gerhards | 2008-03-05 | 1 | -1/+4 |
| | |||||
* | shuffled some more code from syslogd.c to the right places | Rainer Gerhards | 2008-03-05 | 4 | -122/+111 |
| | |||||
* | changed module loader to automatically add ".so" suffix if not specified | Rainer Gerhards | 2008-03-05 | 4 | -2/+26 |
| | | | | (over time, this shall also ease portability of config files) | ||||
* | moved date/time handling functions to their own object (2nd pass) | Rainer Gerhards | 2008-03-05 | 5 | -9/+19 |
| | |||||
* | moved date/time handling functions to their own object | Rainer Gerhards | 2008-03-05 | 7 | -565/+707 |
| | |||||
* | some more cleanup | Rainer Gerhards | 2008-03-05 | 1 | -4/+4 |
| | |||||
* | cleanup | Rainer Gerhards | 2008-03-05 | 1 | -15/+0 |
| | |||||
* | fixed sleep call | Rainer Gerhards | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | bugfix: actions were not correctly retried; caused message loss | Rainer Gerhards | 2008-03-05 | 2 | -1/+5 |
| | |||||
* | some cleanup | Rainer Gerhards | 2008-03-05 | 1 | -26/+4 |
| | |||||
* | - extracted logerror*() family of functions from syslogd, made them their | Rainer Gerhards | 2008-03-05 | 27 | -315/+627 |
| | | | | | | own class and converted to new object calling conventions (interface-based) - converted gss-misc into a loadable library module | ||||
* | bugfix: omfile used invalid obj-call (newly introduced bug) | Rainer Gerhards | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | - changed modules.c calling conventions to be interface-based | Rainer Gerhards | 2008-03-05 | 25 | -273/+295 |
| | | | | | | | | | | | - moved module loader from conf.c to module.c, where it belongs - made the necessary plumbing to auto-load library modules - upgraded debug system to include iRet in function exit message - changed module interface so that instances need only to be supported by output plugins (if we actually need them for input plugins, we can always add it again...) - milestone: first implementation of library modules (but do not get unloaded on exit/hup so far) | ||||
* | updated omgssapi to use the current interface version definition | Rainer Gerhards | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | did some portability changes to make rsyslog compile on HP UX | Rainer Gerhards | 2008-03-05 | 20 | -58/+143 |
| | |||||
* | Added custom mibs for the OMSNMP output module. These mibs are derived from | Andre Lorbach | 2008-03-04 | 4 | -28/+229 |
| | | | | | | | | adiscon monitorware and will be used by default from now on. The mibs can be found in the mibs folder of the omsnmp directory. For more details please see the documentation. Also added a new configuration variable $actionsnmptrapoid which defines the trap-type or notification-type that is used. | ||||
* | tweaked omsnmp doc a bit | Rainer Gerhards | 2008-03-04 | 2 | -25/+23 |
| | |||||
* | Updated omsnmp documentation | Andre Lorbach | 2008-03-04 | 1 | -3/+14 |
| | |||||
* | Changed default SyslogMessageOID to 1.3.6.1.4.1.9.9.41.2.0.1 which means | Andre Lorbach | 2008-03-04 | 1 | -2/+7 |
| | | | | | CISCO-SYSLOG-MIB::clogMessageGenerated. This is a better choice as default OID for now. We will add our own MIB in a later step. | ||||
* | - changed module interface to support querying obj interface (stage work) | Rainer Gerhards | 2008-03-04 | 21 | -37/+54 |
| | | | | - changed module interface version, as the interface change is quite large | ||||
* | fixed newly introduced bugs in imgssapi and imtcp and their helpers now | Rainer Gerhards | 2008-03-03 | 7 | -55/+91 |
| | | | | plain tcp works again | ||||
* | made imgssapi compile | Rainer Gerhards | 2008-03-03 | 6 | -225/+505 |
| | |||||
* | - added class tcps | Rainer Gerhards | 2008-03-02 | 13 | -896/+1591 |
| | | | | | | - added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken | ||||
* | converted conf.c to an abstract class | Rainer Gerhards | 2008-02-29 | 6 | -36/+115 |
| | |||||
* | corrected invalid function definition | Rainer Gerhards | 2008-02-29 | 3 | -7/+2 |
| | |||||
* | - added "debug" command to debug environment settings | Rainer Gerhards | 2008-02-29 | 22 | -139/+330 |
| | | | | | | | | | - changed the object/interface system to use a new way of calling, giving up the numerical object ID. This was necessary as we needed more extensibility for third-party modules (which don't play at all with the previous fixed object ID). This is stage work for the object loader. Please note that I needed to change the object (de)serializer, I can't outrule that I have introduced bugs there. | ||||
* | tweaked omgssapi a bit to use our regular calling conventions | Rainer Gerhards | 2008-02-29 | 1 | -4/+4 |
| | |||||
* | changed obj base object's calling interface to use the new obj_if_t | Rainer Gerhards | 2008-02-29 | 21 | -87/+246 |
| | | | | interface structure | ||||
* | some stage work on rsyslog loader | Rainer Gerhards | 2008-02-29 | 2 | -5/+11 |
| | |||||
* | fixed document title | Rainer Gerhards | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | added "help" command to runtime debug flags | Rainer Gerhards | 2008-02-28 | 3 | -2/+22 |
| | |||||
* | bumped version number | Rainer Gerhards | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | bugfix: removed debugging code that I forgot to remove before releasing | Rainer Gerhards | 2008-02-28 | 2 | -17/+4 |
| | | | | 3.12.0 (does not cause harm and happened only during startup) | ||||
* | enabled debug-support to pull runtime options from environment (bug 18) | Rainer Gerhards | 2008-02-28 | 2 | -26/+95 |
| | |||||
* | implemented environment-settable debug options | Rainer Gerhards | 2008-02-28 | 4 | -42/+142 |
| | |||||
* | prepared for 3.12.0v3-12-0 | Rainer Gerhards | 2008-02-28 | 2 | -4/+8 |
| | |||||
* | preparing for 3.12.0 | Rainer Gerhards | 2008-02-28 | 2 | -83/+119 |
| | |||||
* | - wrote doc on how to use the expression engine | Rainer Gerhards | 2008-02-28 | 13 | -78/+238 |
| | | | | | - changed ABNF to fully support old property names - added case-insensitive comparison operations | ||||
* | worked a bit on the rsyslog/syslog-ng comparsion - slowly gets in better | Rainer Gerhards | 2008-02-28 | 2 | -162/+354 |
| | | | | shape ;) | ||||
* | updated "mysql paper" to include information for other databases, too | Rainer Gerhards | 2008-02-28 | 1 | -16/+25 |
| | |||||
* | bumped version number (again... let's see if we finally get to 3.12.0 ;)) | Rainer Gerhards | 2008-02-27 | 2 | -1/+3 |
| | |||||
* | prepared for 3.11.6v3-11-6 | Rainer Gerhards | 2008-02-27 | 2 | -6/+6 |
| | |||||
* | - bugfix: queue aborted when it was shut down, DA-enabled, DA mode was just | Rainer Gerhards | 2008-02-27 | 7 | -28/+83 |
| | | | | | | | | | initiated but not fully initialized (a race condition) - bugfix: queue properties sizeOnDisk, bytesRead were persisted to disk with wrong data type (long instead of int64) - could cause problems on 32 bit machines - fixed a problem introduced today, on-disk queue size was now wrongly calculated (but not in any released version) | ||||
* | bugfix: object property deserializer did not handle negative numbers | Rainer Gerhards | 2008-02-27 | 3 | -2/+18 |
| | |||||
* | bugfix: during queue shutdown, an assert invalidly triggered when the | Rainer Gerhards | 2008-02-27 | 4 | -4/+23 |
| | | | | | | primary queue's DA worker was terminated while the DA queue's regular worker was still executing. This could result in a segfault during shutdown. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=41 |