summaryrefslogtreecommitdiffstats
path: root/plugins/sm_cust_bindcdr
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/immark/immark.c plugins/imptcp/imptcp.c plugins/imrelp/imrelp.c plugins/imtcp/imtcp.c plugins/imtemplate/imtemplate.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c plugins/omtemplate/omtemplate.c runtime/glbl.c runtime/parser.c tools/omfile.c tools/syslogd.c
| * undoing v6.1 config scoping interface, part II (now finished)Rainer Gerhards2012-01-191-1/+1
| | | | | | | | | | | | This concludes the removal of the new scoping interface, at least as far as pre v6-plugins are affected. Full code cleanup will happen in the v6.3 branch.
* | milestone: added module config namesRainer Gerhards2011-07-201-0/+1
| |
* | renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-1/+1
| | | | | | | | | | too many dependencies, things get cluttered (and merging probably gets problematic). Now new config will be "conf2".
* | renamed conf.c to legacyconf.c to make room for new config systemRainer Gerhards2011-04-191-1/+1
|/
* Merge branch 'v5-devel'Rainer Gerhards2011-04-151-3/+11
|\ | | | | | | | | Conflicts: plugins/impstats/impstats.c
| * sm_cust_bindcdr: updated field mapping according to spec received todayRainer Gerhards2011-04-151-3/+11
| |
* | Merge branch 'v5-devel'Rainer Gerhards2011-03-311-1/+1
|/ | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c
* did mapping of data items to database table columnsRainer Gerhards2011-03-291-14/+9
| | | | to facilitate testing
* sm_cust_bindcdr: custom date parsing addedRainer Gerhards2011-03-281-10/+90
|
* sm_bind_cdr: added capability to configure "allowed IPs"Rainer Gerhards2011-03-221-3/+80
|
* added internal processing of BIND recordsRainer Gerhards2011-03-221-6/+115
| | | | | still some questions outstanding, so actual SQL statement is not usable at the moment
* bugfix: strgen could not be used together with database outputsRainer Gerhards2011-03-211-1/+1
| | | | | | because the sql/stdsql option could not be specified. This has been solved by permitting the strgen to include the opton inside its name. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=195
* setup test environment and test code in order to look at...Rainer Gerhards2011-03-171-31/+14
| | | | | bug http://bugzilla.adiscon.com/show_bug.cgi?id=195 That bug currently prevents strgen's to be used with databases
* prepared skeleton for new strgen moduleRainer Gerhards2011-03-172-0/+144