summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug in build processRainer Gerhards2008-03-051-4/+1
|
* fixed problem in autoconfRainer Gerhards2008-03-051-1/+4
|
* shuffled some more code from syslogd.c to the right placesRainer Gerhards2008-03-054-122/+111
|
* changed module loader to automatically add ".so" suffix if not specifiedRainer Gerhards2008-03-054-2/+26
| | | | (over time, this shall also ease portability of config files)
* moved date/time handling functions to their own object (2nd pass)Rainer Gerhards2008-03-055-9/+19
|
* moved date/time handling functions to their own objectRainer Gerhards2008-03-057-565/+707
|
* some more cleanupRainer Gerhards2008-03-051-4/+4
|
* cleanupRainer Gerhards2008-03-051-15/+0
|
* fixed sleep callRainer Gerhards2008-03-051-1/+1
|
* bugfix: actions were not correctly retried; caused message lossRainer Gerhards2008-03-052-1/+5
|
* some cleanupRainer Gerhards2008-03-051-26/+4
|
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-0527-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 Gerhards2008-03-051-1/+1
|
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-0525-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 definitionRainer Gerhards2008-03-051-1/+1
|
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-0520-58/+143
|
* Added custom mibs for the OMSNMP output module. These mibs are derived fromAndre Lorbach2008-03-044-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 bitRainer Gerhards2008-03-042-25/+23
|
* Updated omsnmp documentationAndre Lorbach2008-03-041-3/+14
|
* Changed default SyslogMessageOID to 1.3.6.1.4.1.9.9.41.2.0.1 which meansAndre Lorbach2008-03-041-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 Gerhards2008-03-0421-37/+54
| | | | - changed module interface version, as the interface change is quite large
* fixed newly introduced bugs in imgssapi and imtcp and their helpers nowRainer Gerhards2008-03-037-55/+91
| | | | plain tcp works again
* made imgssapi compileRainer Gerhards2008-03-036-225/+505
|
* - added class tcpsRainer Gerhards2008-03-0213-896/+1591
| | | | | | - added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken
* converted conf.c to an abstract classRainer Gerhards2008-02-296-36/+115
|
* corrected invalid function definitionRainer Gerhards2008-02-293-7/+2
|
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-2922-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 conventionsRainer Gerhards2008-02-291-4/+4
|
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-2921-87/+246
| | | | interface structure
* some stage work on rsyslog loaderRainer Gerhards2008-02-292-5/+11
|
* fixed document titleRainer Gerhards2008-02-291-1/+1
|
* added "help" command to runtime debug flagsRainer Gerhards2008-02-283-2/+22
|
* bumped version numberRainer Gerhards2008-02-281-1/+1
|
* bugfix: removed debugging code that I forgot to remove before releasingRainer Gerhards2008-02-282-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 Gerhards2008-02-282-26/+95
|
* implemented environment-settable debug optionsRainer Gerhards2008-02-284-42/+142
|
* prepared for 3.12.0v3-12-0Rainer Gerhards2008-02-282-4/+8
|
* preparing for 3.12.0Rainer Gerhards2008-02-282-83/+119
|
* - wrote doc on how to use the expression engineRainer Gerhards2008-02-2813-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 betterRainer Gerhards2008-02-282-162/+354
| | | | shape ;)
* updated "mysql paper" to include information for other databases, tooRainer Gerhards2008-02-281-16/+25
|
* bumped version number (again... let's see if we finally get to 3.12.0 ;))Rainer Gerhards2008-02-272-1/+3
|
* prepared for 3.11.6v3-11-6Rainer Gerhards2008-02-272-6/+6
|
* - bugfix: queue aborted when it was shut down, DA-enabled, DA mode was justRainer Gerhards2008-02-277-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 numbersRainer Gerhards2008-02-273-2/+18
|
* bugfix: during queue shutdown, an assert invalidly triggered when theRainer Gerhards2008-02-274-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
* removed TODO that was long implementedRainer Gerhards2008-02-271-13/+0
|
* bugfix: queue disk file were not properly persisted when immediately afterRainer Gerhards2008-02-274-3/+14
| | | | | | | | | closing an output file rsyslog was stopped or huped (the new output file open must NOT have happend at that point) - this lead to a sparse and invalid queue file which could cause several problems to the engine (unpredictable results). This situation should have happened only in very rare cases. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=40
* bugfix: imfile could abort under extreme stress conditions (when it wasRainer Gerhards2008-02-271-3/+7
| | | | terminated before it could open all of its to be monitored files)
* bugfix: queue cancel cleanup handler could be called with invalid pointerRainer Gerhards2008-02-275-15/+25
| | | | if dequeue failed