aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-15use -WextraJohannes Berg1-1/+1
2007-10-14use $(CONFIG) everywhereJohannes Berg1-3/+3
2007-10-14clean all .so filesJohannes Berg1-1/+1
2007-10-14allow setting plugin name from config, using CONFIG=conffile instead of .configJohannes Berg1-6/+7
2007-10-02change build system a bitJohannes Berg1-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.
2007-10-01fix crm114 build bugJohannes Berg1-0/+3
2007-10-01fix error in config handlingJohannes Berg1-1/+1
2007-10-01don't configure a backend by default and make a nice error for that caseJohannes Berg1-0/+7
2007-10-01add non-working SQL logger backendJohannes Berg1-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.
2007-10-01rename, add install targetJohannes Berg1-3/+6
2007-10-01start box plugin experiment, seems not to workJohannes Berg1-11/+14
2007-09-30Make it build against dovecot 1.1Johannes Berg1-0/+2
Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c.
2007-09-30grammar fixJohannes Berg1-1/+1
2007-09-30seems to workJohannes Berg1-2/+5
2007-09-30start of rewriteJohannes Berg1-0/+53