summaryrefslogtreecommitdiffstats
path: root/plugins/omsnmp
Commit message (Expand)AuthorAgeFilesLines
* enhanced test environment (including testbench)Rainer Gerhards2009-10-221-1/+1
* re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-1/+1
* make all cflags and libs variables uppercaseMichael Biebl2009-02-241-2/+2
* some more changes to cater for new LogError() interfaceRainer Gerhards2008-07-011-6/+6
* Remove .cvsignore files, add .gitignore.Michael Biebl2008-06-111-6/+0
* fixed potential segfault due to invalid call to cfsyslinevarmojfekoj2008-05-141-4/+4
* some more cleanupRainer Gerhards2008-04-161-1/+1
* made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-1/+1
* bugfix: omsnmp had a too-small sized buffer for hostname+port.Rainer Gerhards2008-04-101-22/+31
* bugfix: omsnmp did not deref errmsg object on exit (no bad effects caused)Rainer Gerhards2008-04-081-0/+3
* - added support for high-precision timestamps when receiving legacy syslogRainer Gerhards2008-03-281-1/+1
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-4/+0
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
* Updated the Adiscon MIBs, they contain a few more definitions for variablesAndre Lorbach2008-03-052-7/+247
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-6/+9
* Added custom mibs for the OMSNMP output module. These mibs are derived fromAndre Lorbach2008-03-043-7/+185
* Changed default SyslogMessageOID to 1.3.6.1.4.1.9.9.41.2.0.1 which meansAndre Lorbach2008-03-041-2/+7
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-1/+1
* created an initial version of omlibdbi (does not yet work)Rainer Gerhards2008-02-141-3/+0
* applied patch from Michael Biebl that fixed my doc change from yesterdayRainer Gerhards2008-02-121-1/+1
* done a bit more cleanup on the "rsyslog way of doing things"Rainer Gerhards2008-02-121-17/+7
* Some major changes in the code. The SNMP Session is now stored in theAndre Lorbach2008-02-111-51/+96
* a bit more rsyslog-likeRainer Gerhards2008-02-111-11/+4
* Fixed minor bug finalize_it, pdu only needs to be cleaned if snmp_sendAndre Lorbach2008-02-111-0/+3
* done some more work on omsnmp to bring it fully in line with recent rsyslogRainer Gerhards2008-02-111-34/+28
* fixed typoRainer Gerhards2008-02-111-1/+1
* adapted omsnmp to the rsyslog way of handling "exceptions"Rainer Gerhards2008-02-111-26/+13
* replaced sprintf with more secure snprintf callsAndre Lorbach2008-02-111-13/+2
* some cosmetic cleanupRainer Gerhards2008-02-111-23/+12
* Added debug function logerrorVar, which can have variable number ofAndre Lorbach2008-02-111-6/+6
* Added missing variable checks in modExit and CODESTARTmodExitAndre Lorbach2008-02-111-0/+22
* did some warning cleanup on snmp output moduleRainer Gerhards2008-02-111-5/+5
* Did some code cleanup. Removed unused functions and variables.Andre Lorbach2008-02-111-40/+9
* Added support for SNMPv2, which is also default. Removed some debug codeAndre Lorbach2008-02-082-77/+100
* Initially implemented snmp into this output module. The code contains a lotAndre Lorbach2008-02-012-15/+437
* provided sample for integer config variableRainer Gerhards2008-01-281-0/+6
* add Michael Biebl's autoconf patch for netsnmp - thks!Rainer Gerhards2008-01-281-1/+1
* created a work-around for plugin interface issueRainer Gerhards2008-01-251-8/+8
* Module OMSNMP intially added, not completed yet.Andre Lorbach2008-01-223-0/+188