summaryrefslogtreecommitdiffstats
path: root/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-171-0/+138