aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use $(CONFIG) everywhereJohannes Berg2007-10-141-3/+3
|
* clean all .so filesJohannes Berg2007-10-141-1/+1
|
* allow setting plugin name from config, using CONFIG=conffile instead of .configJohannes Berg2007-10-141-6/+7
|
* change build system a bitJohannes Berg2007-10-021-5/+8
| | | | | | Before this change it used to rm $objs after building, also this change introduces a new PLUGIN_NAME variable so you can override the plugin name from the make command line.
* fix crm114 build bugJohannes Berg2007-10-011-0/+3
|
* fix error in config handlingJohannes Berg2007-10-011-1/+1
|
* don't configure a backend by default and make a nice error for that caseJohannes Berg2007-10-011-0/+7
|
* add non-working SQL logger backendJohannes Berg2007-10-011-0/+4
| | | | | | | | | | It doesn't work with sqlite for the following reasons: (1) sqlite is buggy and needs sql_connect() before starting a transaction although the API states that isn't the case (2) sqlite doesn't understand ON DUPLICATE (1) leads to a segfault when used with dict-proxy. Also see the comment in the source code for the broken transaction handling in this backend.
* rename, add install targetJohannes Berg2007-10-011-3/+6
|
* start box plugin experiment, seems not to workJohannes Berg2007-10-011-11/+14
|
* Make it build against dovecot 1.1Johannes Berg2007-09-301-0/+2
| | | | | Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c.
* grammar fixJohannes Berg2007-09-301-1/+1
|
* seems to workJohannes Berg2007-09-301-2/+5
|
* start of rewriteJohannes Berg2007-09-301-0/+53